[Bug 22461] New: [Shadow]: Change custom pseudo elements to match via ::part(<part name>)

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

            Bug ID: 22461
           Summary: [Shadow]: Change custom pseudo elements to match via
                    ::part(<part name>)
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: sorvell@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14978

At a recent WebApps Web Components f2f meeting, it was resolved to change
custom pseudo elements to match via ::part(<part name>).

The "pseudo" attribute should also change to "part."

  <div id="host">
  SR
    <header part="header"></header>

is matchable via a selector like:

  #host::part(header) { ... } 

See the meeting notes here: http://www.w3.org/2013/06/21-webapps-minutes.html

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

Received on Tuesday, 25 June 2013 17:47:15 UTC