Bug 16740

Summary: Web Inspector: warn when an element with null namespace is within an XHTML document
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Enhancement CC: inspector-bugzilla-changes, max, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
test case none

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>