Bug 5317

Summary: correct the qualified name validation to match XML specifications
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, tommyboy78
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
add validity checks that match the XML specification hyatt: review+

Description Darin Adler 2005-10-09 21:12:29 PDT
I'll attach a patch that corrects qualified name validation.

This fixes one bug where we were rejecting "_" prefixes because our old validator had that wrong. Also 
fixes a couple tests from the DOM XHTML test suite.
Comment 1 Darin Adler 2005-10-09 21:13:26 PDT
Created attachment 4280 [details]
add validity checks that match the XML specification
Comment 2 Darin Adler 2005-10-09 21:24:30 PDT
Fixes <rdar://problem/4291810> DOM 5 Exception when attribute name in document.setAttribute begins 
with underscore
Comment 3 Dave Hyatt 2005-10-09 21:43:04 PDT
Comment on attachment 4280 [details]
add validity checks that match the XML specification

r=me
Comment 4 Alexey Proskuryakov 2006-03-10 10:55:10 PST
*** Bug 3622 has been marked as a duplicate of this bug. ***
Comment 5 Lucas Forschler 2019-02-06 09:03:40 PST
Mass moving XML DOM bugs to the "DOM" Component.