DOM: Difference between revisions

(Update innertext to Roc's spec)
(Link to "making changes to Gecko" pages)
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{stub}}
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.


'''<dfn>DOM</dfn>''' is an abbreviation for Document Object Model, and typically includes the full set of APIs and Object Models present in a browser.
Standards include, but are not limited to, Web IDL, HTML, DOM, UI Events, Service Workers, Encoding, Storage, HTTP, and Indexed DB.


The DOM is one of several web [[standards]].
For documentation on the DOM and how to develop for it, see [https://developer.mozilla.org/ MDN].


For documentation on the DOM, how to develop for it, call various APIs, see:
== Communication ==
* https://developer.mozilla.org/en-US/docs/Web/API
 
Mozilla's DOM teams use Matrix:
 
* [https://chat.mozilla.org/#/room/#dom:mozilla.org #dom:mozilla.org]
* [https://chat.mozilla.org/#/room/#domcore:mozilla.org #domcore:mozilla.org]
* [https://chat.mozilla.org/#/room/#workers-and-storage:mozilla.org #workers-and-storage:mozilla.org]
* [https://chat.mozilla.org/#/room/#fission:mozilla.org #fission:mozilla.org]
* [https://chat.mozilla.org/#/room/#necko:mozilla.org #necko:mozilla.org]
 
and occasionally email through [https://lists.mozilla.org/listinfo/dev-platform dev-platform].
 
== Bug triage ==
 
See [[DOM/Triage]].
 
== Onboarding ==
 
See [[DOM/Engineering]].
 
== Making changes to Gecko ==
 
* [[DOM/Web-Observable Changes]]
* [[ExposureGuidelines]]
* [[DOM/WebIDL Review Checklist]]


== Prefixes ==
== Older content ==
Some DOM APIs have vendor prefixes, like "moz...". For details on how these prefixes work, why are they there, how you should (or should not) use them, see:
* [[DOM/prefixes]]


== Related Specifications ==
=== Subpages of {{FULLPAGENAME}} ===
DOM related, extension, or compatibility specifications not in the DOM spec itself:
* [http://rocallahan.github.io/innerText-spec/index.html Draft specification for DOM "innerText" property] ([https://github.com/rocallahan/innerText-spec github repo])


== subpages of {{FULLPAGENAME}} ==
{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
{{Special:PrefixIndex/{{FULLPAGENAME}}/}}


== See also ==
=== See also ===
 
* [[TPE_DOM]]
* [https://www.standu.ps/project/dom/ DOM status reporting board]
* https://developer.mozilla.org/en-US/docs/Web/API
* https://developer.mozilla.org/en-US/docs/Web/API
* [[Standards]]
* [[Standards]]
* [[CSS]]
* [[WebAPI]]
* [[WebAPI]]
* For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]].
* http://web-confluence.appspot.com/

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