This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15516 - [Shadow]: ShadowRoot should have its own Node#nodeType value
Summary: [Shadow]: ShadowRoot should have its own Node#nodeType value
Status: RESOLVED DUPLICATE of bug 15421
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2012-01-11 07:58 UTC by Morrita Hajime
Modified: 2012-01-11 09:05 UTC (History)
1 user (show)

See Also:


Attachments

Description Morrita Hajime 2012-01-11 07:58:40 UTC
Node ha an attribute called nodeType and it works as a type tag. we need an unique nodeType value for ShadowRoot. 
http://www.w3.org/TR/domcore/#node
Comment 1 Dominic Cooney 2012-01-11 08:03:49 UTC
See also bug 15516. Why is DOCUMENT_FRAGMENT_NODE not good?
Comment 2 Dominic Cooney 2012-01-11 08:06:39 UTC
Oops, I mean see also bug 15421.
Comment 3 Morrita Hajime 2012-01-11 09:05:21 UTC
Ah, I missed it. Closing.

*** This bug has been marked as a duplicate of bug 15421 ***