DOM: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Make the information here a bit more current)
(Link to "making changes to Gecko" pages)
 
Line 24: Line 24:


See [[DOM/Engineering]].
See [[DOM/Engineering]].
== Making changes to Gecko ==
* [[DOM/Web-Observable Changes]]
* [[ExposureGuidelines]]
* [[DOM/WebIDL Review Checklist]]


== Older content ==
== Older content ==

Latest revision as of 13:48, 17 February 2021

DOM as used by Mozilla encompasses the implementation of a wide variety of "infrastructure" web standards that glue together user input, script execution, networking, and provide the building blocks for APIs as well as the implementation of some.

Standards include, but are not limited to, Web IDL, HTML, DOM, UI Events, Service Workers, Encoding, Storage, HTTP, and Indexed DB.

For documentation on the DOM and how to develop for it, see MDN.

Communication

Mozilla's DOM teams use Matrix:

and occasionally email through dev-platform.

Bug triage

See DOM/Triage.

Onboarding

See DOM/Engineering.

Making changes to Gecko

Older content

Subpages of DOM

See also