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/31 08:00:52 UTC

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

     [ http://issues.apache.org/jira/browse/XALANJ-296?page=all ]
     
Brian Minchau resolved XALANJ-296:
----------------------------------

    Resolution: Fixed

Resolving as fixed. The patch in XALANJ-2121 was applied to CVS, so this one will be fixed in the next realease of Xalan.

> 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: Brian Minchau

>
> 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