Home | History | Annotate | Download | only in html5lib

Lines Matching refs:optgroup

917                 (("option", "optgroup"), self.startTagOpt),
1294 "option", "optgroup", "tbody", "td", "tfoot", "th", "thead",
1322 if node.name not in frozenset(("dd", "dt", "li", "optgroup",
2224 ("optgroup", self.startTagOptgroup),
2233 ("optgroup", self.endTagOptgroup),
2259 if self.tree.openElements[-1].name == "optgroup":
2290 # </optgroup> implicitly closes <option>
2292 self.tree.openElements[-2].name == "optgroup"):
2294 # It also closes </optgroup>
2295 if self.tree.openElements[-1].name == "optgroup":
2300 {"name": "optgroup"})