[Bug 22268] New: [Shadow]: Consider a <content> selector for "nodes not otherwise distributed"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22268

            Bug ID: 22268
           Summary: [Shadow]: Consider a <content> selector for "nodes not
                    otherwise distributed"
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: jan@quickui.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14978

See the thread at
https://groups.google.com/forum/#!topic/polymer-dev/mTM1-rByfZY for a
limitation of the current spec.

The current design of <content></content> means the default insertion point for
all nodes not otherwise distributed (via select="...") must always appear last
in the template. This could lead to situations where it is difficult to update
a template and reposition this default insertion point before other insertion
points that have explicit select="..." clauses.

It would be beneficial if there were a way to explicit indicate that
<content></content> element should pick up all nodes not otherwise distribution
to other insertion points. Alternatively, the meaning of the plain
<content></content> form could be changed to: "insert here all nodes not
otherwise distributed, including nodes distributed to insertion points which
follow this default insertion point".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 4 June 2013 20:33:23 UTC