Bug 100919 - [Shadow] Pseudo custom-elements should start with 'x-'
Summary: [Shadow] Pseudo custom-elements should start with 'x-'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on: 100826
Blocks: 101170
  Show dependency treegraph
 
Reported: 2012-10-31 22:42 PDT by Shinya Kawanaka
Modified: 2012-11-06 20:41 PST (History)
6 users (show)

See Also:


Attachments
Patch (4.74 KB, patch)
2012-11-06 19:43 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-10-31 22:42:55 PDT
We would like to limit pseudo custom-elements so that it starts 'x-'.

Node that WebKit uses '::-webkit' for shadow pseudo ids. We should not break compatibility.
Maybe we should check pseudo starts 'x-' or '-webkit'?
Comment 1 Shinya Kawanaka 2012-11-02 23:11:30 PDT
We would like to remove shadowPseudoId() somewhere.
Comment 2 Shinya Kawanaka 2012-11-04 17:38:17 PST
Note that pseudo id starting -webkit should be allowed in UA Shadow Root.
Comment 3 Shinya Kawanaka 2012-11-06 19:43:45 PST
Created attachment 172707 [details]
Patch
Comment 4 WebKit Review Bot 2012-11-06 20:41:01 PST
Comment on attachment 172707 [details]
Patch

Clearing flags on attachment: 172707

Committed r133715: <http://trac.webkit.org/changeset/133715>
Comment 5 WebKit Review Bot 2012-11-06 20:41:05 PST
All reviewed patches have been landed.  Closing bug.