File: TODO

package info (click to toggle)
html-xml-utils 7.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,488 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 193; yacc: 125
file content (18 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Proprietary extensions: Microsoft Internet Explorer accepts a
proprietary extension to HTML that looks like malformed mark-up:
"<![if xxx]>" or "<![endif]>" (where xxx is text that doesn't contain
"]"). The parser currently reports (correctly) a syntax error. Should
there be a mode in which this is accepted? If so, as what? as TEXT?


Let hxindex recognize DATA-INDEX attributes in addition to TITLE? 
(These new DATA- attributes are suggested by HTML5.)

Let hxindex look at locale for sorting order?

Let hxnormalize sort the <head> into a canonical order? (title, meta
sorted by name and http-equiv, link sorted by rel, style, script)

Add ruby, rb, rp, rt and rtc to dtd.hash.

Add MathML elements to dtd.hash.