Closed
Bug 192075
Opened 23 years ago
Closed 23 years ago
generated content by css (with :before or :after) does not render when the page comes from xslt
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: eric.daspet, Assigned: peterv)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b; MultiZilla v1.1.25) Gecko/20021212
generated content by css (with :before or :after) does not render when the page
comes from xslt :
I have a xml page which transforms into a html with a stylesheet.
Resulting html link to an external css.
CSS is correctly loaded (some css styles renders) but CSS's generated content
(with :before selector) does not render.
I've tested the output directly in a html file (content is exactly the same as
the xsl output, css is the same file) and generated content works there, so it
is not a problem from bad css or bad html
Files from test case are :
XML : http://www.dreams4net.com/bugzilla/generated-content/test.xml
XSL : http://www.dreams4net.com/bugzilla/generated-content/test.xsl
CSS : http://www.dreams4net.com/bugzilla/generated-content/test.css
HTML : http://www.dreams4net.com/bugzilla/generated-content/test.html
Reproducible: Always
Steps to Reproduce:
1. load http://www.dreams4net.com/bugzilla/generated-content/test.xml
Actual Results:
: This should be prefixed by "hello world" (if color is red then css is loaded)
Expected Results:
hello world : This should be prefixed by "hello world" (if color is red then
css is loaded)
Eric, your test build is almost two months old. Please retest using a recent
nightly.
Comment 2•23 years ago
|
||
This is fixed; either due to the :before/:after RR changes, or due to sicking's
changes to the CSS loading code in XSLT.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
reporter: please retest this with a recent nightly and mark this bug as VERIFIED
if it works
| Reporter | ||
Comment 4•23 years ago
|
||
Works with last nightly win32 binary :
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b; MultiZilla v1.1.25)
Gecko/20030130
Sorry for the false bug report.
Marking Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•