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 15616 - [Shadow]: Consider augmenting HTML parser to parse <shadow> and <content> just like <template>
Summary: [Shadow]: Consider augmenting HTML parser to parse <shadow> and <content> jus...
Status: RESOLVED MOVED
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: 15480
  Show dependency treegraph
 
Reported: 2012-01-18 21:36 UTC by Dimitri Glazkov
Modified: 2015-05-27 02:38 UTC (History)
3 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2012-01-18 21:36:09 UTC
HTML tree construction algorithm, as specified will reject <content> and <shadow> element as children of several elements. Also, the behavior of <content> and <shadow> as parents needs to be specified.
Comment 1 Dimitri Glazkov 2012-01-18 22:55:48 UTC
See this thread: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-January/034410.html
Comment 2 Anne 2015-04-23 18:25:37 UTC
Parse just like <template>, except for the bit where the contents are put into a DocumentFragment.
Comment 3 Hayato Ito 2015-05-27 02:38:46 UTC
Moved to https://github.com/w3c/webcomponents/issues/59