- parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
  Closed bug #27499, added to regression tests
- TODO: updated
Daniel
diff --git a/TODO b/TODO
index 640d4f5..a6155ff 100644
--- a/TODO
+++ b/TODO
@@ -30,9 +30,6 @@
 - jamesh suggestion: SAX like functions to save a document ie. call a
   function to open a new element with given attributes, write character
   data, close last element, etc
-- HTML: handling of Script data elements/attributes, need special code in
-  the parser and saving functions (handling of < > " ' ...):
-  http://www.w3.org/TR/html4/types.html#type-script
 
 TODO:
 =====
@@ -98,6 +95,10 @@
 Done:
 =====
 
+- HTML: handling of Script and style data elements, need special code in
+  the parser and saving functions (handling of < > " ' ...):
+  http://www.w3.org/TR/html4/types.html#type-script
+  Attributes are no problems since entities are accepted.
 - DOM needs
   xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
 - problem when parsing hrefs with & with the HTML parser (IRC ac)