mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Add search element to list of Special tags
This commit is contained in:
parent
7fe3bf07e2
commit
397579096f
|
|
@ -1702,6 +1702,7 @@ bool HTMLParser::is_special_tag(FlyString const& tag_name, Optional<FlyString> c
|
|||
HTML::TagNames::plaintext,
|
||||
HTML::TagNames::pre,
|
||||
HTML::TagNames::script,
|
||||
HTML::TagNames::search,
|
||||
HTML::TagNames::section,
|
||||
HTML::TagNames::select,
|
||||
HTML::TagNames::source,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user