Closed
Bug 170915
Opened 23 years ago
Closed 23 years ago
style attributes from xslt attributes
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 130161
People
(Reporter: patrick.fromberg, Assigned: peterv)
Details
the styles after xslt processing are slightly different, as in the corresponding
html file created with a standalone processor. They are also not the same as
when applying styles with JavaScript/DOM API. For Example:
<body style=background-color:#DDDDDD>
and
<body bgcolor=#DDDDDD>
as well as
document.getElementsByTagName('body')[0].style.backgroundColor='#DDDDDD';
will make the whole display area grey. But the same done with xml will only make
grey the the area inside the body margins. Similar problems apply to other styles.
Comment 1•23 years ago
|
||
body fixup rule. Dupe of 130161
*** This bug has been marked as a duplicate of 130161 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•