RESOLVED DUPLICATE of bug 16621 275017
Don't buffer data while scanning for meta charset
https://bugs.webkit.org/show_bug.cgi?id=275017
Summary Don't buffer data while scanning for meta charset
Ahmad Saleem
Reported 2024-06-01 10:56:42 PDT
Hi Team, Just looking into WebKit vs Blink's code, it seems that we didn't do it. Blink Commit - https://chromium.googlesource.com/chromium/blink/+/e00e4e5070436d15f0735f69b4c530ee17d1e056 Is it something we should consider(if any benefit)? [Better alignment with web specification] Thanks!
Attachments
Alexey Proskuryakov
Comment 1 2024-06-01 17:10:52 PDT
Bug 16621 is probably the closest to tracking positive aspects of how the spec differs from WebKit. I still think that "switch the encoding mid-parse" a very bad idea. and that we don't need to implement it. *** This bug has been marked as a duplicate of bug 16621 ***
Note You need to log in before you can comment on or make changes to this bug.