Bug 4566 - createElement does not validate names when called in an HTML document
Summary: createElement does not validate names when called in an HTML document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 4565
  Show dependency treegraph
 
Reported: 2005-08-21 17:15 PDT by Darin Adler
Modified: 2005-10-12 17:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-21 17:15:19 PDT
A comment in our code indicates that this behavior is intentional and matches other browsers. However, 
it's causing the hc_documentinvalidcharacterexceptioncreateelement and 
hc_documentinvalidcharacterexceptioncreateelement1 tests in the HTML version of the DOM Level 1 Core 
tests to fail.

We need to either alter the tests to expect this behavior or fix WebKit to match the test.
Comment 1 Vicki Murley 2005-10-05 15:47:38 PDT
<rdar://problem/4288266>
Comment 2 Vicki Murley 2005-10-12 17:43:04 PDT
Fixed.