Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion html/elements/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@
"version_added": false
},
"safari": {
"version_added": "15"
"version_added": "15",
"version_removed": "26"
Comment on lines +542 to +543
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discussed this in this week's BCD meeting:

This is still supported for installed web apps, and the spec does not require the color to be used (apparently there were some limitations before, to avoid contrast issues).

Therefore we should just add a note instead of setting partial_implementation or version_removed:

Suggested change
"version_added": "15",
"version_removed": "26"
"version_added": "15",
"notes": "From Safari 26, the theme color is only used for installed web apps."

},
"safari_ios": "mirror",
"samsunginternet_android": {
Expand Down
Loading