Home | History | Annotate | Download | only in tagsoup
      1 Consider having elements that suppress reopening
      2 Handle namespace declarations semi-properly
      3 Squelch namespaces better in --nons mode
      4 Clean systemids as well as publicids
      5 
      6 Notice: It's quite possible that none of these features will ever be
      7 implemented.  If you'd like to implement one yourself, feel free to send
      8 me a patch.
      9 
     10 Flag added parent elements with a special attribute
     11 Allow case sensitivity as a standard feature
     12 Make use of the pseudo-comment in a script element to suppress close-tag detection
     13 Allow inline cruft in table bodies and rows
     14 	(Don't break up tables, ever?)
     15 	(Don't break up forms, ever, either?)
     16 Suppress start-tags for some restartable elements if the element
     17 	is already on the stack (<b><b> is the same as <b>)
     18 Combine consecutive body elements
     19