Closed
Bug 413751
Opened 17 years ago
Closed 17 years ago
XSLT not provide some of CSS selectors
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: pinochet.pl, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012304 Minefield/3.0b3pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008012304 Minefield/3.0b3pre
My 'investigation' ;-) shows that problem is in xmlns parameter in HTML tag.
When XMLNS is set to: http://www.w3.org/1999/xhtml parser miss css selectors like:
BODY, TD, LI, P but class and id selectors are properly provide. Bug occurs with external and internal stylesheets.
I don't know if this behavior is real bug but HTML file and similar HTML file real time generating by XSLT, are differently render by browser
// i don't now how to add attachment maybe i discover it in next few minutes and edit report ...
Reproducible: Always
Steps to Reproduce:
1. Make xml -document
2. Make xslt -document transforming to HTML and using CSS and declaration:
xmlns:http://www.w3.org/1999/xhtml
Actual Results:
CSS styles don't make results in XML to HTML transformed document
First time i reported this bug as a comment to this one: https://bugzilla.mozilla.org/show_bug.cgi?id=394047
XHTML is case insensitive. Use 'body' rather than 'BODY' in your CSS and it should work fine.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Comment 4•17 years ago
|
||
(In reply to comment #3)
> XHTML is case insensitive.
Jonas of course meant to say "XHTML is case sensitive". Verified invalid.
Status: RESOLVED → VERIFIED
Ugh, yeah, what Elmar said.
You need to log in
before you can comment on or make changes to this bug.
Description
•