DOM: Difference between revisions
Jump to navigation
Jump to search
(Fix name) |
(Make the information here a bit more current) |
||
| Line 1: | Line 1: | ||
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 | For documentation on the DOM and how to develop for it, see [https://developer.mozilla.org/ MDN]. | ||
== | == Communication == | ||
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]. | |||
[https:// | |||
== Bug triage == | |||
See [[DOM/Triage]]. | |||
== Onboarding == | |||
See [[DOM/Engineering]]. | |||
== Older content == | |||
=== Subpages of {{FULLPAGENAME}} === | |||
{{Special:PrefixIndex/{{FULLPAGENAME}}/}} | {{Special:PrefixIndex/{{FULLPAGENAME}}/}} | ||
== See also == | === See also === | ||
* [[TPE_DOM]] | * [[TPE_DOM]] | ||
* [https://www.standu.ps/project/dom/ DOM status reporting board] | * [https://www.standu.ps/project/dom/ DOM status reporting board] | ||
| Line 73: | Line 39: | ||
* [[CSS]] | * [[CSS]] | ||
* [[WebAPI]] | * [[WebAPI]] | ||
* For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]]. | * For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]]. | ||
* http://web-confluence.appspot.com/ | * http://web-confluence.appspot.com/ | ||
Revision as of 10:49, 8 September 2020
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:
- #dom:mozilla.org
- #domcore:mozilla.org
- #workers-and-storage:mozilla.org
- #fission:mozilla.org
- #necko:mozilla.org
and occasionally email through dev-platform.
Bug triage
See DOM/Triage.
Onboarding
See DOM/Engineering.
Older content
Subpages of DOM
- DOM/
- DOM/ContentIterator Issues
- DOM/Core
- DOM/Engineering
- DOM/IRC
- DOM/Links
- DOM/QuotaManager/SchemaChanges
- DOM/Triage
- DOM/Web-Observable Changes
- DOM/WebIDL Review Checklist
- DOM/Web Forms 2.0
- DOM/Workers-Storage
- DOM/Workers-Storage/board
- DOM/Workers-Storage/board/team
- DOM/Workers-Storage/board/team/ni
- DOM/Workers-Storage/projects
- DOM/Workers-Storage/projects/WSIF
- DOM/Workers-Storage/projects/e10s-sw
- DOM/Workers-Storage/projects/lsng
- DOM/Workers-Storage/projects/session-storage
- DOM/Workers-Storage/projects/web-payments
- DOM/XPath Generator
- DOM/board
- DOM/board/review
- DOM/prefixes
See also
- TPE_DOM
- DOM status reporting board
- https://developer.mozilla.org/en-US/docs/Web/API
- Standards
- CSS
- WebAPI
- For older information about the not out-of-fashion "moz-" prefixed APIs, see DOM/prefixes.
- http://web-confluence.appspot.com/