mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00: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: 397579096f
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
Add a link
Reference in a new issue