1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

LibWeb: Teach HTMLTokenizer how to tokenize attributes

Properly tokenize single-quoted, double-quoted and unquoted attributes!
This commit is contained in:
Andreas Kling 2020-05-23 01:19:42 +02:00
parent daf74838dd
commit 6caa5661f3
3 changed files with 232 additions and 5 deletions

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head><meta name="greeting" content='Hello friends!' foo=bar></head>
</html>