File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ compat_features:
10
10
- css.properties.display.ruby-base-container
11
11
- css.properties.display.ruby-text
12
12
- css.properties.display.ruby-text-container
13
+ - css.properties.ruby-position.alternate
Original file line number Diff line number Diff line change 4
4
status:
5
5
baseline: false
6
6
support:
7
- firefox: "38 "
8
- firefox_android: "38 "
7
+ firefox: "88 "
8
+ firefox_android: "88 "
9
9
compat_features:
10
10
# baseline: false
11
11
# support:
@@ -16,11 +16,17 @@ compat_features:
16
16
- css.properties.display.ruby
17
17
- css.properties.display.ruby-text
18
18
19
- # ⬇️ Same status as overall feature ⬇️
20
19
# baseline: false
21
20
# support:
22
21
# firefox: "38"
23
22
# firefox_android: "38"
24
23
- css.properties.display.ruby-base
25
24
- css.properties.display.ruby-base-container
26
25
- 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
3
3
spec : https://drafts.csswg.org/css-ruby-1/#rubypos
4
4
group : ruby
5
5
status :
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
7
10
compat_features :
8
11
- css.properties.ruby-position
9
- - css.properties.ruby-position.alternate
10
12
- css.properties.ruby-position.inter-character
11
13
- css.properties.ruby-position.over
12
14
- css.properties.ruby-position.under
Original file line number Diff line number Diff line change @@ -33,9 +33,3 @@ compat_features:
33
33
# safari: "18.2"
34
34
# safari_ios: "18.2"
35
35
- 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