Skip to content

Commit 33192f3

Browse files
committed
[css-inline-3] Fix missing Animation type lines
1 parent 0fae2ac commit 33192f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-inline-3/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
683683
Applies to: see individual properties
684684
Inherited: no
685685
Percentages: N/A
686+
Animation type: see individual properties
686687
</pre>
687688

688689
<p>This <a>shorthand</a> property specifies
@@ -836,7 +837,8 @@ Post-Alignment Shift: the 'baseline-shift' longhand</h4>
836837
Applies to: inline-level boxes and SVG <a>text content elements</a>
837838
Inherited: no
838839
Percentages: refer to the used value of 'line-height'
839-
Computed value: the specified keyword and/or a computed <<length-percentage>> value
840+
Computed value: the specified keyword or a computed <<length-percentage>> value
841+
Animation type: by computed value type
840842
</pre>
841843

842844
This property specifies the box’s <dfn>post-alignment shift</dfn>.
@@ -935,6 +937,7 @@ Line Spacing: the 'line-height' property</h3>
935937
Inherited: yes
936938
Percentages: computed relative to ''1em''
937939
Computed value: the specified keyword, a number, or a computed <<length>> value
940+
Animation type: by computed value type
938941
</pre>
939942

940943
This property specifies the <dfn>preferred line height</dfn>:
@@ -1018,6 +1021,7 @@ Inline Box Edge Metrics: the 'text-edge' property</h3>
10181021
Inherited: yes
10191022
Percentages: N/A
10201023
Computed value: the specified keyword
1024+
Animation type: discrete
10211025
</pre>
10221026

10231027

@@ -1294,6 +1298,7 @@ Half-Leading Control: the 'leading-trim' property</h3>
12941298
Inherited: no
12951299
Percentages: N/A
12961300
Computed value: the specified keyword
1301+
Animation type: discrete
12971302
</pre>
12981303

12991304
ISSUE: This is an early draft of a proposal,

0 commit comments

Comments
 (0)