-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReadName() and AttrNameEquals() kinda work. Now I need to work on lexing values. I discovered a problem with the previous definition of HTM8. Something like: <img src=?foo=bar/> is hard to lex because the /> can be part of a quoted attribute, or it can be a self-closing tag. Although right now we are just excluding /. Hm. We should probably enforce this for readability: <img src="?foo=bar/">
- Loading branch information
Andy C
committed
Jan 16, 2025
1 parent
a541a63
commit 5cc8b1b
Showing
3 changed files
with
180 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters