Bug 4566
| Summary: | createElement does not validate names when called in an HTML document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | DOM | Assignee: | Dave Hyatt <hyatt> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andersca, curt.arnold |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| Bug Depends on: | |||
| Bug Blocks: | 4565 | ||
Darin Adler
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vicki Murley
<rdar://problem/4288266>
Vicki Murley
Fixed.