Skip to content

Commit

Permalink
Replace :unresolved with :defined (#146)
Browse files Browse the repository at this point in the history
Per WICG/webcomponents#418, the current name for this pseudo-class is `:defined`.
  • Loading branch information
mfluehr authored and teoli2003 committed Nov 7, 2017
1 parent 886b98e commit f40f20e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
],
"status": "standard"
},
":defined": {
"syntax": ":defined",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental"
},
":dir": {
"syntax": ":dir( ltr | rtl )",
"groups": [
Expand Down Expand Up @@ -402,14 +410,6 @@
],
"status": "standard"
},
":unresolved": {
"syntax": ":unresolved",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard"
},
":valid": {
"syntax": ":valid",
"groups": [
Expand Down

0 comments on commit f40f20e

Please sign in to comment.