Skip to content

Commit

Permalink
Updating Safari's support of Ogg / Vorbis (#6986)
Browse files Browse the repository at this point in the history
* Updating Safari's support of Ogg / Vorbis

This changes a few things:
1) Separates the note about macOS version support from Ogg/Vorbis support, so that the expiration of the macOS requirement can be probably noted.
2) Adds support for Vorbis to Safari 17.4 on iOS 17.4.

* Update ogg-vorbis.json

Correcting timing of when it's not possible to run Safari on macOS Big Sur 11.3.
  • Loading branch information
jensimmons authored Mar 3, 2024
1 parent 543832e commit 764442e
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions features-json/ogg-vorbis.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,26 +350,26 @@
"13":"n",
"13.1":"n",
"14":"n",
"14.1":"a #1",
"15":"a #1",
"15.1":"a #1",
"15.2-15.3":"a #1",
"15.4":"a #1",
"15.5":"a #1",
"15.6":"a #1",
"16.0":"a #1",
"16.1":"a #1",
"16.2":"a #1",
"16.3":"a #1",
"16.4":"a #1",
"16.5":"a #1",
"16.6":"a #1",
"17.0":"a #1",
"17.1":"a #1",
"17.2":"a #1",
"17.3":"a #1",
"17.4":"a #1",
"TP":"a #1"
"14.1":"a #1 #2",
"15":"a #1 #2",
"15.1":"a #1 #2",
"15.2-15.3":"a #1 #2",
"15.4":"a #1 #2",
"15.5":"a #1 #2",
"15.6":"a #1 #2",
"16.0":"a #1 #2",
"16.1":"a #1 #2",
"16.2":"a #1 #2",
"16.3":"a #1 #2",
"16.4":"a #1 #2",
"16.5":"a #1 #2",
"16.6":"a #1 #2",
"17.0":"a #2",
"17.1":"a #2",
"17.2":"a #2",
"17.3":"a #2",
"17.4":"a #2",
"TP":"a #2"
},
"opera":{
"9":"n",
Expand Down Expand Up @@ -513,7 +513,7 @@
"17.1":"n",
"17.2":"n",
"17.3":"n",
"17.4":"n"
"17.4":"a #2"
},
"op_mini":{
"all":"n"
Expand Down Expand Up @@ -591,7 +591,8 @@
},
"notes":"Support refers to this format's use in the `audio` element, not other conditions.",
"notes_by_num":{
"1":"Partial due to the lack of Ogg container support, and being limited to macOS 11.3 or later."
"1":"Supported on macOS Big Sur 11.3 or later.",
"2":"Supports the Vorbis audio codec, but not the Ogg container."
},
"usage_perc_y":79.51,
"usage_perc_a":3.26,
Expand Down

0 comments on commit 764442e

Please sign in to comment.