[Bug 16101] New: [Shadow]: Consider the insertion points or shadow insertion points in fallback content can be active.

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

           Summary: [Shadow]: Consider the insertion points or shadow
                    insertion points in fallback content can be active.
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: shinyak@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14978


Current spec says: "The insertion points or shadow insertion points in fallback
content must be considered inactive."

However, it may be useful if such insertion points can be active.

This is an example.
<content id="c1" select="#some-element">
    <content id="c2" select="#another-element">
    </content>
</content>

If #c1 doesn't select anything, we can try #c2 if #c2 can be active.
This enables us to write OR statement.
This cannot be written if using only comma separated value in select like:
#some-element, #another-element, because if there are bother #some-element and
#another-element, they will be all selected.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 24 February 2012 07:35:10 UTC