Closed
Bug 348676
Opened 19 years ago
Closed 7 years ago
namespaceURI empty
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
"" is an illegal value for a namespaceURI.
null is a legal value
"null" is also a legal value (though an unwise one)
Showing nothing where null is meant, could make people think "" is meant.
Just showing null the same way as "null" would be shown is of course even worse, but adding a very distinctive (background)color+font variation would work, and is the way to go IMHO
namespaces are hard to grasp and therefore easy to misimplement, for both reasons an extra clear on namespaces future version of the DOM Inspector is very welcome
Reproducible: Always
Comment 1•19 years ago
|
||
I don't think a color variation is the right way per se to go (a11y reasons). I once proposed setting the value to "(null)", but that didn't get very far.
Comment 2•19 years ago
|
||
italic (null)?
> italic (null)?
personally i could easily overlook the difference
Comment 4•19 years ago
|
||
italic wouldn't exactly be assessable either, would it?
Comment 5•19 years ago
|
||
> italic wouldn't exactly be assessable either, would it?
Sorry, accessible, not assessable.
Comment 6•19 years ago
|
||
it certainly doesn't have the colorblindness issue that colors have.
Updated•18 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Comment 7•7 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Comment 8•7 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•