[MKDoc-modules] Re: [BUG] <form> attributes are removed from HTML components

Paul Arzul patricka at mkdoc.com
Fri Nov 14 16:39:41 GMT 2003


On Fri 14-Nov-2003 at 03:23:57PM +0000, Bruno Postle wrote:
> This is a MKDoc::XML bug, this file:
> 
>     lib/MKDoc/XML/Stripper/mkdoc16.txt
> 
> ..is missing a line:
> 
>     form action

i think this was a deliberate omission so that imported html with forms
didn't carry over cross-site scripting stuff.

(i did a diff between mkdoc16.txt and xhtml10strict.txt before
committing.)

the only other differences are:

- events (onclick, etc),
- presentation (style, align, etc),

and a few missing elements:

- base,
- link,
- meta
- noscript, and
- script

so everything else in mkdoc16.txt is okay, and shouldn't case any
problems.

- p



More information about the MKDoc-modules mailing list