Searched refs:scopingElements (Results 1 – 2 of 2) sorted by relevance
4 from ..constants import scopingElements, tableInsertModeElements, namespaces12 None: (frozenset(scopingElements), False),13 "button": (frozenset(scopingElements | set([(namespaces["html"], "button")])), False),14 "list": (frozenset(scopingElements | set([(namespaces["html"], "ol"),
299 scopingElements = frozenset([ variable