dom.tags

Classes


Public Protected Private

Global Functions

goog.dom.tags.isVoidTag(tagName) boolean
Checks whether the tag is void (with no contents allowed and no legal end tag), for example 'br'.
Arguments:
tagName : string
The tag name in lower case.
Returns: boolean  No description.
code »

Global Properties

goog.dom.tags.VOID_TAGS_ :
Code »

Package dom

Package Reference