Skip to content

Commit

Permalink
Ship custom state pseudo class
Browse files Browse the repository at this point in the history
I2S: https://t.co/1I7pjWEm8X
Spec: https://wicg.github.io/custom-state-pseudo-class/

Bug: 1012098
Bug: WICG/webcomponents#738
Change-Id: I259d3252428e0390084650a6647dfc8c2a87a850
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2661438
Commit-Queue: Mason Freed <[email protected]>
Auto-Submit: Kent Tamura <[email protected]>
Reviewed-by: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/master@{#849245}
  • Loading branch information
tkent-google authored and Chromium LUCI CQ committed Feb 1, 2021
1 parent 9e0147a commit 78fbd97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
},
{
name: "CustomStatePseudoClass",
status: "experimental",
status: "stable",
},
{
name: "Database",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,19 @@ interface CustomEvent : Event
getter detail
method constructor
method initCustomEvent
interface CustomStateSet
attribute @@toStringTag
getter size
method @@iterator
method add
method clear
method constructor
method delete
method entries
method forEach
method has
method keys
method values
interface DOMError
attribute @@toStringTag
getter message
Expand Down Expand Up @@ -1865,6 +1878,7 @@ interface ElementInternals
getter form
getter labels
getter shadowRoot
getter states
getter validationMessage
getter validity
getter willValidate
Expand Down

0 comments on commit 78fbd97

Please sign in to comment.