File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
664
664
665
665
<pre class="propdef shorthand">
666
666
Name : vertical-align
667
- Value : <<'baseline-source'>> || <<'alignment-baseline'>> || <<'baseline-shift'>>
667
+ Value : [ first | last] || <<'alignment-baseline'>> || <<'baseline-shift'>>
668
668
Initial : baseline
669
669
Applies to : see individual properties
670
670
Inherited : no
@@ -678,7 +678,10 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
678
678
and [=post-alignment shift=] ('baseline-shift' )
679
679
in a single declaration.
680
680
681
- Values are the same as for the corresponding longhand properties, see below.
681
+ If ''baseline-source/first'' or ''baseline-source/last'' is specified,
682
+ it sets 'baseline-source'
683
+ (which is otherwise reset to ''baseline-source/auto'' ).
684
+ Other values are as for the corresponding longhand properties, see below.
682
685
683
686
<p class="advisement">
684
687
Authors should use this shorthand ('vertical-align' ) instead of its longhands,
You can’t perform that action at this time.
0 commit comments