Skip to content

Commit

Permalink
Unprefixed ruby-position is in STP 202 (#24336)
Browse files Browse the repository at this point in the history
* Unprefixed ruby-position is in STP 202

https://webkit.org/blog/15798/release-notes-for-safari-technology-preview-202/

* Update ruby-position.json
  • Loading branch information
nt1m authored Sep 5, 2024
1 parent cceeab0 commit 8bca5ec
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions css/properties/ruby-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"prefix": "-webkit-",
"version_added": "7",
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
},
"safari": [
{
"version_added": "preview"
},
{
"prefix": "-webkit-",
"version_added": "7",
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
}
],
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "14.0"
Expand Down

0 comments on commit 8bca5ec

Please sign in to comment.