Skip to content

Commit

Permalink
fix(css): correct two syntax examples in selectors (#589)
Browse files Browse the repository at this point in the history
`:playing` and `::-ms-expand` we syntax examples from other selector examples.
  • Loading branch information
tomrav authored Jul 12, 2022
1 parent b9d2388 commit 91ab33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown"
},
":playing": {
"syntax": ":checked",
"syntax": ":playing",
"groups": [
"Pseudo-classes",
"Selectors"
Expand Down Expand Up @@ -748,7 +748,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear"
},
"::-ms-expand": {
"syntax": "::-ms-clear",
"syntax": "::-ms-expand",
"groups": [
"Pseudo-elements",
"Selectors",
Expand Down

0 comments on commit 91ab33a

Please sign in to comment.