DOM: Difference between revisions

1,335 bytes added ,  17 February 2017
Update with more current information
(Update innertext to Roc's spec)
(Update with more current information)
Line 6: Line 6:


For documentation on the DOM, how to develop for it, call various APIs, see:
For documentation on the DOM, how to develop for it, call various APIs, see:
* https://developer.mozilla.org/en-US/docs/Web/API
* https://developer.mozilla.org/en-US/docs/Web/API'
 
== Mozilla DOM team members (:IRC_nick)==
We mostly hang out in [irc://irc.mozilla.org/content #content] and on [https://lists.mozilla.org/listinfo/dev-platform 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)


== Prefixes ==
==Current Projects (this is not entirely accurate but gives a rough idea)==
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:
* Custom Elements
* [[DOM/prefixes]]
** edgar, jdai
* Date/Time input types
** jessica
* Large Allocation Header ({w,}asm games on 32-bit Windows)
** mystor
* Pointer Events
** stone
* [[Quantum/DOM Quantum DOM]] and Quantum Flow
** bevistseng, ehsan, farre, freesamael, mystor, smaug, wchen
* Rust text encoding/decoding
** hsivonen
* Service Workers (notably for [[Electrolysis 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


== Related Specifications ==
== Bug Triage ==
DOM related, extension, or compatibility specifications not in the DOM spec itself:
[https://wiki.mozilla.org/Platform/DOM_Bug_Triage DOM Bug Triage]
* [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}} ==
== subpages of {{FULLPAGENAME}} ==
Line 20: Line 67:


== See also ==
== See also ==
* [[TPE_DOM]]
* https://developer.mozilla.org/en-US/docs/Web/API
* https://developer.mozilla.org/en-US/docs/Web/API
* [[Standards]]
* [[Standards]]
* [[WebAPI]]
* [[WebAPI]]
* [http://rocallahan.github.io/innerText-spec/index.html Draft specification for DOM "innerText" property] ([https://github.com/rocallahan/innerText-spec github repo])
* For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]].
canmove, Confirmed users
901

edits