Skip to content

Commit

Permalink
Safari 18 supports mixed type parameters in CSS color types (#25293)
Browse files Browse the repository at this point in the history
[css-color] update mixed_type_parameters support for Safari
  • Loading branch information
romainmenke authored Dec 6, 2024
1 parent 1697611 commit 87871ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/types/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -570,7 +570,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -1425,7 +1425,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 87871ef

Please sign in to comment.