Bug 75301
Summary: | [meta] Enhance HTMLContentElement | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dglazkov, dominicc, morrita, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 75302, 75946, 76261, 76262, 76611 | ||
Bug Blocks: | 56211, 75930, 76434 |
Shinya Kawanaka
Currently DetailsContentElement and DetailsSummaryElement are main subclasses of ShadowContentElement, but more element will use it further.
Instead of implementing individual elements like content elements, it would be better to enhance ShadowContentElement to support those elements.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
The basic necessary features are implemented now. So close this bug now.