Home
last modified time | relevance | path

Searched refs:HTML_EMPTY (Results 1 – 2 of 2) sorted by relevance

/external/markdown/markdown/
Dhtml4.py47 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
51 HTML_EMPTY = set(HTML_EMPTY) variable
175 if tag not in HTML_EMPTY:
/external/python/cpython2/Lib/xml/etree/
DElementTree.py946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable
950 HTML_EMPTY = set(HTML_EMPTY) variable
999 if ltag not in HTML_EMPTY: