File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ compat_features:
1010 - css.properties.display.ruby-base-container
1111 - css.properties.display.ruby-text
1212 - css.properties.display.ruby-text-container
13+ - css.properties.ruby-position.alternate
Original file line number Diff line number Diff line change 44status:
55 baseline: false
66 support:
7- firefox: "38 "
8- firefox_android: "38 "
7+ firefox: "88 "
8+ firefox_android: "88 "
99compat_features:
1010 # baseline: false
1111 # support:
@@ -16,11 +16,17 @@ compat_features:
1616 - css.properties.display.ruby
1717 - css.properties.display.ruby-text
1818
19- # ⬇️ Same status as overall feature ⬇️
2019 # baseline: false
2120 # support:
2221 # firefox: "38"
2322 # firefox_android: "38"
2423 - css.properties.display.ruby-base
2524 - css.properties.display.ruby-base-container
2625 - css.properties.display.ruby-text-container
26+
27+ # ⬇️ Same status as overall feature ⬇️
28+ # baseline: false
29+ # support:
30+ # firefox: "88"
31+ # firefox_android: "88"
32+ - css.properties.ruby-position.alternate
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ description: The `ruby-position` CSS property sets the position of a ruby annota
33spec : https://drafts.csswg.org/css-ruby-1/#rubypos
44group : ruby
55status :
6- compute_from : css.properties.ruby-position
6+ compute_from :
7+ - css.properties.ruby-position
8+ - css.properties.ruby-position.over
9+ - css.properties.ruby-position.under
710compat_features :
811 - css.properties.ruby-position
9- - css.properties.ruby-position.alternate
1012 - css.properties.ruby-position.inter-character
1113 - css.properties.ruby-position.over
1214 - css.properties.ruby-position.under
Original file line number Diff line number Diff line change @@ -33,9 +33,3 @@ compat_features:
3333 # safari: "18.2"
3434 # safari_ios: "18.2"
3535 - css.properties.ruby-position.inter-character
36-
37- # baseline: false
38- # support:
39- # firefox: "88"
40- # firefox_android: "88"
41- - css.properties.ruby-position.alternate
You can’t perform that action at this time.
0 commit comments