We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb4db3 commit 943a6deCopy full SHA for 943a6de
html5ever/src/tree_builder/rules.rs
@@ -593,7 +593,7 @@ where
593
tag!(</address> | </article> | </aside> | </blockquote> | </button> | </center> |
594
</details> | </dialog> | </dir> | </div> | </dl> | </fieldset> | </figcaption> |
595
</figure> | </footer> | </header> | </hgroup> | </listing> | </main> | </menu> |
596
- </nav> | </ol> | </pre> | </search> | </section> | </summary> | </ul>),
+ </nav> | </ol> | </pre> | </search> | </section> | </select> | </summary> | </ul>),
597
) => {
598
if !self.in_scope_named(default_scope, tag.name.clone()) {
599
self.unexpected(&tag);
0 commit comments