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:
parent
daf74838dd
commit
6caa5661f3
3 changed files with 232 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><meta name="greeting" content='Hello friends!' foo=bar></head>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue