-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
55b0e33
commit ddd9b7f
Showing
1 changed file
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |