Skip to content

Commit

Permalink
Unreviewed, drop obsolete comment in the HTML fast parser after 26293…
Browse files Browse the repository at this point in the history
…4@main

https://bugs.webkit.org/show_bug.cgi?id=255426
rdar://108022454

Drop comment in the HTML fast parser that is obsolete after 262934@main.
The HTML fast parser should now support all HTML entities.

* Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:

Canonical link: https://commits.webkit.org/262938@main
  • Loading branch information
cdumez committed Apr 14, 2023
1 parent d1b0979 commit 243c064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp
Expand Up @@ -164,7 +164,6 @@ template<typename CharacterType> static inline bool isCharAfterUnquotedAttribute
// - Unquoted attribute names are very restricted.
// - Many tags are unsupported, but we could support more. For example, <table>
// because of the complex re-parenting rules
// - Only a few named "&" character references are supported.
// - No '\0'. The handling of '\0' varies depending upon where it is found
// and in general the correct handling complicates things.
// - Fails if an attribute name starts with 'on'. Such attributes are generally
Expand Down

0 comments on commit 243c064

Please sign in to comment.