Skip to content

Commit

Permalink
Add ruby-overhang (#24436)
Browse files Browse the repository at this point in the history
* Add ruby-overhang

In STP 203: https://webkit.org/blog/15860/release-notes-for-safari-technology-preview-203/

Spec: https://drafts.csswg.org/css-ruby/#ruby-overhang

* Update ruby-overhang.json

* Update ruby-overhang.json

* Update ruby-overhang.json

* Update css/properties/ruby-overhang.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
nt1m and queengooborg authored Sep 20, 2024
1 parent 55b0e33 commit ddd9b7f
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions css/properties/ruby-overhang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"css": {
"properties": {
"ruby-overhang": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-ruby/#propdef-ruby-overhang",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"auto": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-ruby/#valdef-ruby-overhang-auto",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"none": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-ruby/#valdef-ruby-overhang-none",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}

0 comments on commit ddd9b7f

Please sign in to comment.