- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 Nov 2012 17:48:31 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19912
Priority: P2
Bug ID: 19912
Assignee: dglazkov@chromium.org
Blocks: 14949
Summary: [Explainer]: Appendices A and B. interfaces out of
sync
QA Contact: public-webapps-bugzilla@w3.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: miket@opera.com
Hardware: PC
Status: NEW
Version: unspecified
Component: Component Model
Product: WebAppsWG
The interfaces in the explainer don't match what's in the Shadow DOM spec
(possibly for those defined in the templates spec too--I haven't gotten through
that one yet).
I suspect they just fell out of sync.
Some examples:
- no mention of PseudoElementStylable interface and pseudo attribute
- "ShadowRoot implements NodeSelector;" no mention of this in Shadow DOM spec.
- HTMLContentElement interface missing resetStyleInheritance,
getDistributedNodes()
- HTMLShadowElement interface missing resetStyleInheritance
- ShadowRoot interface:
- Element vs. HTMLElement type for getElementById
- "in DOMString" vs. "DOMString"
- nullable DOMString? vs. "DOMString"
- missing getSelection
- missing addStyleSheet, removeStyleSheet
- no selection attribute in Shadow DOM spec
- missing StyleSheetList
In Appendix B, the <content> element is missing the reset-style-inheritance
attribute.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 8 November 2012 17:48:37 UTC