Closed
Bug 298982
Opened 20 years ago
Closed 20 years ago
Transformed style colours not displayed
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: x2uk, Assigned: peterv)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Consider the code :
<p style="text-align:center;color:brown;font-size:9">
<span style="color=blue">XSL version : </span>
<xsl:value-of select="system-property('xsl:version')"/>,
<span style="color=blue">XSL vendor : </span>
<xsl:value-of select="system-property('xsl:vendor')"/>,
<span style="color=blue">XSL vendor URL : </span>
<xsl:element name="a">
<xsl:attribute name="href"><xsl:value-of
select="system-property('xsl:vendor-url')"/></xsl:attribute>
<xsl:value-of select="system-property('xsl:vendor-url')"/>
</xsl:element>
</p>
Reproducible: Always
Steps to Reproduce:
1.Run the code above
2.
3.
Actual Results:
Discriptive spans : brown
Value-of -s : brown
Expected Results:
Discriptive spans : blue
Value-of -s : brown
Correct behaviour : IEYou ought to introduce xml - matters for the COMPONENT specification. XML is a major component of FF.
(In reply to comment #1) > You ought to introduce xml - matters > for the COMPONENT specification. > XML is a major component of FF. Please see Bug 298888 Comment 1.
Assignee: nobody → peterv
Component: General → XSLT
Product: Firefox → Core
QA Contact: general → keith
Version: unspecified → Trunk
<span style="color=blue"> is wrong. Use <span style="color:blue">
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•