Skip to content

Commit

Permalink
CSS Style Queries: Add note about Safari not supporting these on body (
Browse files Browse the repository at this point in the history
…#24401)

* CSS Style Queries: Add note about Safari not supporting these on body

* Wrap body in code tags

* Update wording
  • Loading branch information
bramus committed Sep 18, 2024
1 parent 5429500 commit 0398a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/at-rules/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18"
"version_added": "18",
"notes": "The document element cannot be a container. See <a href='https://webkit.org/b/271040'>bug 271040</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 0398a9f

Please sign in to comment.