[Bug 21489] New: [Custom]: Unresolved type extended elements need a pseudo class

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

            Bug ID: 21489
           Summary: [Custom]: Unresolved type extended elements need a
                    pseudo class
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: morrita@google.com
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

Current draft [1] defines :unknown pseudo element. 
However, it doesn't match unresolved type-extended elements like <div
is=x-foo>,
which also need some style. 

One possible idea is to change :unknown to :unresolved so that
we can support both HTMLUnknownElement and type-extended node.

>From custom elements perspective,
it even isn't necessary to decorate all HTMLUnknwonElement.
What we need is to decorate yet-to-be-custom unknown element
that has valid custom element name. :unresolved can only match such elements.

[1]
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#unknown-element-pseudoclass

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

Received on Monday, 1 April 2013 09:25:10 UTC