Bug 76694
| Summary: | ShadowRoot should have its own API implementation rather than DocumentFragment | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 77323 | ||
| Bug Blocks: | 63601 | ||
Hajime Morrita
These APIs are declared in ShadowRoot IDL
HTMLElement getElementById(in DOMString elementId);
NodeList getElementsByClassName(in DOMString tagName);
NodeList getElementsByTagName(in DOMString className);
NodeList getElementsByTagNameNS(DOMString namespace, DOMString localName);
attribute bool applyAuthorStyles;
readonly attribute Element host;
attribute DOMString innerHTML;
http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-root-object
We should have these. Maybe we can use this bug for tracking and do one-by-one for each.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Closing. We have Bug 77514, Bug 78472 and Bug 78473 instead.