HTML DOM Element normalize() method
- Previous Page nodeValue
- Next Page offsetHeight
- Go to the Previous Level HTML DOM Elements Object
Definition and usage
normalize()
Method to remove empty text nodes and connect adjacent text nodes.
See also:
Syntax
node.normalize()
Parameter
None.
Return value
None.
Browser support
element.normalize
It is a feature of DOM Level 2 (2001).
All browsers fully support it:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
Support | 9-11 | Support | Support | Support | Support |
- Previous Page nodeValue
- Next Page offsetHeight
- Go to the Previous Level HTML DOM Elements Object