Skip to content

Commit ac1154e

Browse files
authored
Unmark ::details-content as partial in Safari (#28182)
This omission does not have demonstrable negative impact on web developers.
1 parent 3f3e18a commit ac1154e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css/selectors/details-content.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"opera_android": "mirror",
2525
"safari": {
2626
"version_added": "18.4",
27-
"impl_url": "https://webkit.org/b/283446",
28-
"partial_implementation": true,
29-
"notes": "Does not support chaining pseudo-elements after `::details-content`."
27+
"notes": "Does not support chaining pseudo-elements after `::details-content`. See [bug 283446](https://webkit.org/b/283446)."
3028
},
3129
"safari_ios": "mirror",
3230
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)