Bug 16740 - Web Inspector: warn when an element with null namespace is within an XHTML document
Summary: Web Inspector: warn when an element with null namespace is within an XHTML do...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-01-05 04:26 PST by Alexey Proskuryakov
Modified: 2016-12-13 15:34 PST (History)
3 users (show)

See Also:


Attachments
test case (483 bytes, application/xhtml+xml)
2008-01-05 04:26 PST, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-01-05 04:26:17 PST
It's pretty easy to accidentally insert an element with null namespace in a document when writing an AJAX application. Ideally, Web Inspector should help debug such problems by visually indicating such element in the tree.

Firebug seems to do that, unless I misunderstood the reason why it greyed out the element in my test.
Comment 1 Alexey Proskuryakov 2008-01-05 04:26:59 PST
Created attachment 18286 [details]
test case
Comment 2 Adam Roben (:aroben) 2008-01-29 11:12:11 PST
<rdar://problem/5712910>