tags.js
No description.

File Location

/goog/dom/tags.js


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 »

Directory dom

File Reference