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 15058 - Specify what happens when decorators infinitely loop
Summary: Specify what happens when decorators infinitely loop
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: 14973
  Show dependency treegraph
 
Reported: 2011-12-05 01:33 UTC by Dominic Cooney
Modified: 2015-07-06 08:10 UTC (History)
0 users

See Also:


Attachments

Description Dominic Cooney 2011-12-05 01:33:10 UTC
Would the effect of this:

div { decorator: url(#f); }

<decorator id="f">
  <template apply-author-sheets="true">
   <div></div>
  </template>
</decorator>

be to infinitely apply the "f" decorator?

If not, maybe non-normative language explaining why decorators can
Comment 1 Hayato Ito 2015-07-06 08:10:14 UTC
Moved to https://github.com/w3c/webcomponents/issues/247