mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
LibWeb: Add search element to list of Special tags
This commit is contained in:
parent
7fe3bf07e2
commit
397579096f
Notes:
github-actions[bot]
2024-11-27 10:03:46 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/397579096f1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2605
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue