Skip to content

Commit

Permalink
Link Chromium and WebKit bugs for :user-invalid and :user-valid (#17930)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Oct 29, 2022
1 parent 2832f4b commit 9b17783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions css/selectors/user-invalid.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"spec_url": "https://w3c.github.io/csswg-drafts/selectors/#user-invalid-pseudo",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1156069'>bug 1156069</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -29,7 +30,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/222267'>bug 222267</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 4 additions & 2 deletions css/selectors/user-valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"spec_url": "https://w3c.github.io/csswg-drafts/selectors/#user-valid-pseudo",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1156069'>bug 1156069</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -29,7 +30,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/222267'>bug 222267</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 9b17783

Please sign in to comment.