tadd TODO item - webdump - [FORK] git://git.codemadness.org/webdump
(HTM) git clone git://git.z3bra.org/webdump.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit d8b340df62971844bafc357d981d9c03af741742
(DIR) parent ba6a6e188dd51d566586c46a21b296d9319fa149
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 22 Sep 2019 19:54:31 +0200
add TODO item
Diffstat:
M TODO | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -6,6 +6,7 @@
example: <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
or
<link rel="alternate" title="Tweakers Mixed RSS feed" type="application/rss+xml" href="https://tweakers.net/feeds/mixed.xml">
+- handle unclosed HTML tags and non-XHTML tags. Examples: <img src=""> or <ul><li>Item 1<li>Item2</ul>.
- print safe (not certain control chars, except newline, TAB etc).
- rework parsing of <script> and <style> with unescaped characters like < and >.
- <code> should not be treated as a block (<pre> does?)