• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
Firefox
  1. MDN
  2. Mozilla
  3. Firefox
  4. Firefox developer release notes
  5. Firefox 3 for developers
  6. DOM improvements in Firefox 3

DOM improvements in Firefox 3

In This Article
    1. See also

Firefox 3 offers a number of improvements to the Document Object Model (DOM), especially in regard to support for extensions to the DOM added by other browsers. This article provides a list of those improvements as well as links to more detailed documentation.

  • The Internet Explorer clientTop and clientLeft DOM extensions are now supported.
  • The window.fullScreen property is now always accurate no matter where it is read, even in content. Previously it would return false inaccurately (bug 127013).
  • The getClientRects and getBoundingClientRect DOM extensions are now supported (see bug 174397).
  • The Internet Explorer elementFromPoint DOM extension is now supported (bug 199692).
  • The Internet Explorer oncut, oncopy, and onpaste DOM extensions are now supported (bug 280959).
  • Added privileged-code-only getters for Node.nodePrincipal, Node.baseURIObject, and document.documentURIObject. Chrome code must not touch (get or set) these properties on an unwrapped content object (e.g. on a wrappedJSObject of an XPCNativeWrapper), see bug 324464 for details.
  • The Web Applications 1.0 (HTML5) getElementsByClassName() DOM method is now supported.
  • The Web Applications 1.0 (HTML5) window.postMessage DOM method is now supported. This method allows a limited, opt-in form of client-side communication between windows not necessarily on the same domain.
  • The charCode value of the keypress event is changed to an ASCII character if the accelerator key is pressed. Otherwise the charCode is the unmodified character (excepting Shift state). See Gecko Keypress Event.

See also

  • Firefox 3 for developers
  • CSS improvements in Firefox 3
  • DOM

Document Tags and Contributors

Tags: 
  • DOM
  • Firefox 3
 Contributors to this page: teoli, trevorh, Sheppy, Masayuki, Potappo, Mgjbot, Brettz9
 Last updated by: teoli, May 27, 2014, 1:07:08 PM
  1. Add-ons
    1. Firefox developer release notes
    2. Add-ons
    3. Add-on guidelines
    4. Add-on Manager
    5. Extensions
    6. OpenSearch plug-ins
    7. Plugins
    8. Themes
  2. Firefox internals
    1. Firefox developer release notes
    2. Mozilla project
    3. Gecko
    4. JavaScript code modules
    5. JS-ctypes
    6. MathML project
    7. MFBT
    8. Mozilla projects
    9. Preference system
    10. WebIDL bindings
    11. XPCOM
    12. XUL
  3. Building and contributing
    1. Build instructions
    2. Configuring build options
    3. How the build system works
    4. Mozilla source code
    5. Localization
    6. Mercurial
    7. Quality assurance
    8. Using Mozilla code in other projects