DOM: Difference between revisions
Jump to navigation
Jump to search
(priority features, see also CSS) |
(Minor changes to prioritized list) |
||
| Line 10: | Line 10: | ||
== Priorities == | == Priorities == | ||
The following DOM projects are a priority in 2018: | The following DOM projects are a priority in 2018: | ||
* JS | * JS modules: https://bugzilla.mozilla.org/show_bug.cgi?id=568953 | ||
* Shadow DOM: https://bugzilla.mozilla.org/show_bug.cgi?id=shadowdom | * Shadow DOM: https://bugzilla.mozilla.org/show_bug.cgi?id=shadowdom | ||
* Custom Elements: https://bugzilla.mozilla.org/show_bug.cgi?id=889230 | * Custom Elements: https://bugzilla.mozilla.org/show_bug.cgi?id=889230 | ||
* Service Workers (and e10s-multi): https://bugzilla.mozilla.org/show_bug.cgi?id=1231208 | * Service Workers (and e10s-multi): https://bugzilla.mozilla.org/show_bug.cgi?id=1231208 | ||
* Payment Request: https://bugzilla.mozilla.org/show_bug.cgi?id=1318984 | * Payment Request: https://bugzilla.mozilla.org/show_bug.cgi?id=1318984 | ||
== Mozilla DOM team members (:IRC_nick)== | == Mozilla DOM team members (:IRC_nick)== | ||
Revision as of 15:53, 5 April 2018
This article is a stub. You can help MozillaWiki by expanding it.
DOM is an abbreviation for Document Object Model, and typically includes the full set of APIs and Object Models present in a browser.
The DOM is one of several web standards.
For documentation on the DOM, how to develop for it, call various APIs, see:
Priorities
The following DOM projects are a priority in 2018:
- JS modules: https://bugzilla.mozilla.org/show_bug.cgi?id=568953
- Shadow DOM: https://bugzilla.mozilla.org/show_bug.cgi?id=shadowdom
- Custom Elements: https://bugzilla.mozilla.org/show_bug.cgi?id=889230
- Service Workers (and e10s-multi): https://bugzilla.mozilla.org/show_bug.cgi?id=1231208
- Payment Request: https://bugzilla.mozilla.org/show_bug.cgi?id=1318984
Mozilla DOM team members (:IRC_nick)
We mostly hang out in #content and on dev-platform.
- Ehsan Akhgari (:ehsan)
- Catalin Badea (:catalinb)
- Marcos Caceres (:marcosc)
- Edgar Chen (:edgar)
- William Chen (:wchen)
- John Dai (:jdai)
- Andreas Farre (:farre)
- Ben Hsu (:hopang)
- Shawn Huang (:shawnjohnjr)
- Jessica Jong (:jessica)
- Ben Kelly (:bkelly)
- Anne van Kesteren (:annevk)
- Michael Layzell (:mystor)
- Kyle Machulis (:qDot)
- Andrea Marchesini (:baku)
- Andrew Overholt (:overholt)
- Olli Pettay (:smaug)
- Stone Shih (:stone)
- Henri Sivonen (:hsivonen)
- Andrew Sutherland (:asuth)
- Hsin-Yi Tsai (:hsinyi)
- Bevis Tseng (:bevistseng)
- Tom Tung (:tt)
- Jan Varga (:janv)
- Samael Wang (:freesamael)
- Ben Tian (:btian)
- Alphan Chen (:alchen)
- Eden Chuang (:edenchuang)
Current Projects (this is not entirely accurate but gives a rough idea)
- Custom Elements
- edgar, jdai
- Date/Time input types
- jessica
- Large Allocation Header ({w,}asm games on 32-bit Windows)
- mystor
- Pointer Events
- stone
- Quantum DOM and Quantum Flow
- bevistseng, ehsan, farre, freesamael, mystor, smaug, wchen, stone
- Rust text encoding/decoding
- hsivonen
- Service Workers (notably for e10s-multi)
- bkelly, catalinb, hopang, asuth, tt
- Base Web Platform standards
- annevk, marcosc
- Storage API and IndexedDB
- bevistseng, janv, shawnjohnjr, tt
- WebAuthn
- qDot
- Web Payments
- marcosc, btian, alchen, edenchuang
- DOM parts of JS feature (ES6 modules and SharedArrayBuffer)
- baku
Bug Triage
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
- Draft specification for DOM "innerText" property (github repo)
- For older information about the not out-of-fashion "moz-" prefixed APIs, see DOM/prefixes.