Closed
Bug 71151
Opened 24 years ago
Closed 24 years ago
support for inline styles in XML ?
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rvj, Assigned: jst)
Details
Attachments
(2 files)
Not sure if inline styles in XML are supported in Mozilla
I may be using the wrong syntax but the following Mozilla example displays
correctly via IE
and the same question for XUL...
is inline css supported in XUL?
The examples you gave are not inline style, they are using the html/xhtml
<style> element.
This is reported in the wrong component. I'm not sure what component it should
be in, but DOM Style is not it, maybe Style System?
The problem is not that Mozilla does not reconizes the <style> element, the
problem is that when <?xml-stylesheet?> does not have a href attribute, Mozilla
ignores any style after that.
To work around this use <?xml-stylesheet type="text/css" href=""?> or remove it
completely.
To specify the style type, you should use <html:style type="text/css"> and not
<?xml-stylesheet type="text/css"?>
<?xml-stylesheet?> tag should be used for linking to an external stylesheet not
defining the documents stylesheet type.
Comment 5•24 years ago
|
||
Marking INVALID feel free to change it if you feel otherwise.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 6•24 years ago
|
||
ksosez: did you see the comment above?:
: The problem is not that Mozilla does not reconizes the <style> element, the
: problem is that when <?xml-stylesheet?> does not have a href attribute,
: Mozilla ignores any style after that.
Should this be reopened?
Comment 7•24 years ago
|
||
Hmmm your right..I moved to fast on this one...reopening feel free to move
whereever (style?)
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
I take it then that Mozilla not recognising the style element is covered by
this bug report (for future tracking purposes)
Thanks
Comment 9•24 years ago
|
||
we _do_ support <html:style>... no? It works for me...
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 10•24 years ago
|
||
might be related to bug 53030 ?
XHTML style elements work in XHTML/XML. Also xml-stylesheet PI without href does
no longer stop parsing of the document.
However, the erroneous (href is REQUIRED) PI breaks XUL. I do not know if XHTML
style element works, or even if it should work in XUL. I opened bug 82022 and
bug 82024 for these, respectively.
Marking this worksforme.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•