WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255618
Add support for duplicate attributes to the HTML fast parser
https://bugs.webkit.org/show_bug.cgi?id=255618
Summary
Add support for duplicate attributes to the HTML fast parser
Chris Dumez
Reported
2023-04-18 12:08:31 PDT
The HTML fast parser already had logic to detect duplicate attributes, so it was already doing most the work. However, when finding a duplicate, it would just abort and let the full HTML parser deal with the input string. It is not much more work to properly support duplicate attributes and it doesn't slow down the parser on Speedometer. As a result, I think we should add the functionality.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-04-18 12:11:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12878
EWS
Comment 2
2023-04-19 09:19:32 PDT
Committed
263136@main
(55036f71e776): <
https://commits.webkit.org/263136@main
> Reviewed commits have been landed. Closing PR #12878 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-04-19 09:20:21 PDT
<
rdar://problem/108264432
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug