Closed Bug 298982 Opened 19 years ago Closed 19 years ago

Transformed style colours not displayed

Categories

(Core :: XSLT, defect)

x86
Windows 2000
defect
Not set
normal

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 : IE
You 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: 19 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.