1Suggestions from Werner Heuser <werner.heuser@web.de>
2
3- `printlinks' is a great help, but I would like some links not
4  to be touched, e.g. some graphics.
5
6- please include a download URL into the source. Imagine somebody
7  likes the program and wants to come back and get the current
8  version
9
10
11Proprietary extensions: Microsoft Internet Explorer accepts a
12proprietary extension to HTML that looks like malformed mark-up:
13"<![if xxx]>" or "<![endif]>" (where xxx is text that doesn't contain
14"]"). The parser currently reports (correctly) a syntax error. Should
15there be a mode in which this is accepted? If so, as what? as TEXT?
16
17
18Let hxindex recognize DATA-INDEX attributes in addition to TITLE?
19(These new DATA- attributes are suggested by HTML5.)
20
21Let hxindex look at locale for sorting order?
22
23Let hxnormalize sort the <head> into a canonical order? (title, meta
24sorted by name and http-equiv, link sorted by rel, style, script)
25
26"hxselect -i" (case-insensitive selectors) should work for characters
27outside ASCII, too.