Closure Library API Documentation
Go to class or file:
tags.js
No description.
Useful links
Source Code
Git
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