You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2005/05/19 05:51:55 UTC

[jira] Commented: (XALANJ-296) keyword only attributes in HTML output are incorrect

     [ http://issues.apache.org/jira/browse/XALANJ-296?page=comments#action_65733 ]
     
Brian Minchau commented on XALANJ-296:
--------------------------------------

I think that Morten Jorgensen returned this issue as "Won't Fix" a long time ago.
Take heart if you are still watching this one Tom. Xalan-J interpretive and Xalan-J XSLTC 
have a common serializer now, and bug XALANJ-2121 looks like it has a patch for this issue
(from me  ;-)   ). So it may actually get fixed.

> keyword only attributes in HTML output are incorrect
> ----------------------------------------------------
>
>          Key: XALANJ-296
>          URL: http://issues.apache.org/jira/browse/XALANJ-296
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Versions: CurrentCVS
>  Environment: Operating System: All
> Platform: All
>     Reporter: Tom Amiro
>     Assignee: Xalan Developers Mailing List

>
> XSLTC is failing conformance test attribset17 because it gives
>     <Input Type="checkbox" CHECKED="CHECKED">
> for
>    <xsl:attribute name="CHECKED">CHECKED</xsl:attribute>
> Saxon, XT, and Xalan correctly output
>       <Input Type="checkbox" CHECKED></Form>
> As a legacy policy for HTML output, keyword only attributes, 
> such as CHECKED or SELECTED -- attributes which have only one permissable value
> that is equal to the attribute name -- should not be output as 
> just the keyword. 
> Note: the output method is explicitly set to "html" in this test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org