Bug 22563
| Summary: | Awkward syntax when creating HTML inside WebCore without using the ElementFactory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Minor | CC: | emacemac7 |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Julien Chaffraix
For example, when creating an HTMLHtmlElement, the syntax is now:
new HTMLHtmlElement(HTMLNames::htmlTag, doc);
This is a consequence of bug 22441 (see the comments on the bug and particularly #25). We should provide a method to create such an Element without taking a QualifiedName when we do not care about it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |