Skip to content

Commit e002d1d

Browse files
committed
Update TODO list
1 parent 32851f1 commit e002d1d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

TODO

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TODO
2-
2+
- Check how we compare to the HTML5 parsing rules
33
- limit the length of markup elements that never end. Perhaps by
44
configurable limits on the length that markup can have and still
55
be recognized. Report stuff as 'text' when this happens?
@@ -10,17 +10,13 @@ TODO
1010
to be "script", "style", "title", "iframe", "textarea", "xmp",
1111
and "plaintext".
1212

13+
1314
SGML FEATURES WE WILL PROBABLY IGNORE FOREVER
1415
- Empty tags: <> </> (repeat previous start tag)
1516
- <foo<bar> (same as <foo><bar>)
1617
- NET tags <name/.../
1718

1819

19-
POSSIBLE OPTIMIZATIONS
20-
- none that I can think of right now
21-
- run the profiler
22-
23-
2420
MINOR "BUGS" (alias FEATURES)
2521
- no way to clear "boolean_attribute_value".
2622
- <style> and <script> do not end with the first "</".

0 commit comments

Comments
 (0)