Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dhtml5parser.py144 def isHTMLIntegrationPoint(self, element): member in HTMLParser
188 (self.isHTMLIntegrationPoint(currentNode) and
2427 not self.parser.isHTMLIntegrationPoint(self.tree.openElements[-1]) and