Open
Bug 360467
Opened 18 years ago
Updated 2 years ago
stylesheet loading errors should be reported to the Error Console (malformed URI in the xml-stylesheet PI, missing stylesheet)
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: asqueella, Unassigned)
References
Details
Loading the following XUL should log a warning in the Error Console.
<?xml version="1.0"?>
<?xml-stylesheet href="not-existing.css" type="text/css"?>
<window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
</window>
I'm filing this for XUL; if it's also wanted for other XML docs, feel free to move as appropriate.
Comment 1•18 years ago
|
||
The patch in bug 84582 will make the style sheet loading content API more amenable to this.
Depends on: 84582
Comment 2•18 years ago
|
||
Why only XML? This would be good for HTML too.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•