Hi!

If you have

        <input name="name" value="value"/>

in your stylesheet, the html serializer emits

        <input name value>

which _might_ be conformant, but poses a real problem. Should this be
considered a bug?

Reading the spec, I'd say so (*EMPHASIS* is mine):

The html output method should output boolean attributes (that is
*ATTRIBUTES WITH ONLY A SINGLE ALLOWED VALUE* that is equal to the name 
of the attribute) in minimized form. For example, a start-tag written
in the stylesheet as

        <OPTION selected="selected">

should be output as

        <OPTION selected>



Ciao, J�rgen

--
J�rgen Hermann, Developer ([EMAIL PROTECTED])
WEB.DE AG, http://webde-ag.de/


Reply via email to