• Skip to main content
  • Skip to search
  • Skip to select language
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Technology

      Web technology reference for developers

  • Guides
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • MDN Plus
    • Overview

      More MDN. Your MDN.

    • FAQ

      Frequently asked questions about MDN Plus

  • Already a subscriber?
  • Get MDN Plus
  1. Technologie Internetowe dla developerów
  2. Lista Web API
  3. element.normalize

This page was translated from English by the community, but it's not maintained and may be out-of-date. To help maintain it, learn how to activate locales.

Related Topics

  1. Node (en-US)
  2. Własności
    1. baseURI (en-US)
    2. childNodes
    3. firstChild
    4. isConnected (en-US)
    5. lastChild
    6. nextSibling
    7. nodeName
    8. nodeType (en-US)
    9. nodeValue
    10. ownerDocument
    11. parentElement (en-US)
    12. parentNode
    13. previousSibling
    14. textContent
  3. Metody
    1. appendChild()
    2. cloneNode()
    3. compareDocumentPosition() (en-US)
    4. contains() (en-US)
    5. getRootNode() (en-US)
    6. hasChildNodes()
    7. insertBefore()
    8. isDefaultNamespace() (en-US)
    9. isEqualNode() (en-US)
    10. isSameNode() (en-US)
    11. Deprecated isSupported() (en-US)
    12. lookupNamespaceURI() (en-US)
    13. lookupPrefix() (en-US)
    14. normalize()
    15. removeChild()
    16. replaceChild()
  4. Inheritance:
    1. EventTarget (en-US)

element.normalize

Podsumowanie

Metoda zapisuje określony węzeł i całe jego poddrzewo w "znormalizowanej" formie. W znormalizowanym poddrzewie żaden węzeł tekstowy nie jest pusty, nie ma również sąsiednich węzłów tekstowych.

Składnia

element.normalize()

Uwagi

Specyfikacja

DOM Level 2 Core: Node.normalize

 

Last modified: 11 lut 2021, by MDN contributors

Your blueprint for a better internet.

  • MDN on Twitter
  • MDN on GitHub

MDN

  • About
  • Hacks Blog
  • Careers

Support

  • Product help
  • Report a page issue
  • Report a site issue

Our communities

  • MDN Community
  • MDN Forum
  • MDN Chat

Developers

  • Web Technologies
  • Learn Web Development
  • MDN Plus
  • Website Privacy Notice
  • Cookies
  • Legal
  • Community Participation Guidelines

Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2022 by individual mozilla.org contributors. Content available under a Creative Commons license.