http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2520 *** shadow/2520 Mon Jul 9 13:18:32 2001 --- shadow/2520.tmp.14922 Mon Jul 9 13:18:32 2001 *************** *** 0 **** --- 1,34 ---- + +============================================================================+ + | keyword only attributes in HTML output are incorrect | + +----------------------------------------------------------------------------+ + | Bug #: 2520 Product: XalanJ2 | + | Status: NEW Version: 2.0.0 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + 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.
