Intent to implement: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(stub with a definition, links to related pages)
 
(add others, blink references)
Line 2: Line 2:


'''<dfn>Intent to implement</dfn>''' is part of Mozilla's [[WebAPI/ExposureGuidelines#Suggested_implementation_process|Suggested implementation process]] for [[WebAPI/DesignGuidelines#Specification_work|specification work]] and refers to announcement emails sent to [https://lists.mozilla.org/listinfo/dev-platform dev-platform] starting with the subject "Intent to implement".
'''<dfn>Intent to implement</dfn>''' is part of Mozilla's [[WebAPI/ExposureGuidelines#Suggested_implementation_process|Suggested implementation process]] for [[WebAPI/DesignGuidelines#Specification_work|specification work]] and refers to announcement emails sent to [https://lists.mozilla.org/listinfo/dev-platform dev-platform] starting with the subject "Intent to implement".
== Email Template ==
For sending an "Intent to implement" email, use:
* [[WebAPI/ExposureGuidelines#Intent_to_Implement|Intent to implement email template]]
== Others intent to implement ==
Other browsers and engines sometimes send intent to implement emails to their own lists, e.g.:
=== Blink ===
;List
:[https://groups.google.com/a/chromium.org/forum/#!forum/blink-dev blink-dev]
;Example Intent to Implement
:https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/ODWmcKNQl0I


== See Also ==
== See Also ==
* [[WebAPI/ExposureGuidelines#Intent_to_Implement|Intent to implement email template]]
* [[WebAPI/DesignGuidelines]]
* [[WebAPI/ExposureGuidelines]]

Revision as of 01:20, 31 March 2015

This article is a stub. You can help MozillaWiki by expanding it.

Intent to implement is part of Mozilla's Suggested implementation process for specification work and refers to announcement emails sent to dev-platform starting with the subject "Intent to implement".

Email Template

For sending an "Intent to implement" email, use:

Others intent to implement

Other browsers and engines sometimes send intent to implement emails to their own lists, e.g.:

Blink

List
blink-dev
Example Intent to Implement
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/ODWmcKNQl0I

See Also