Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dconstants.py478 headingElements = ( variable
Dhtml5parser.py16 from .constants import headingElements
892 (headingElements, self.startTagHeading),
936 (headingElements, self.endTagHeading),
1094 if self.tree.openElements[-1].name in headingElements:
1385 for item in headingElements:
1392 for item in headingElements:
1395 while item.name not in headingElements: