Skip to content

Commit 1ea4309

Browse files
committed
[css-inline-3] Exclude auto from vertical-align shorthand. #5235
1 parent 634a2c5 commit 1ea4309

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-inline-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
664664

665665
<pre class="propdef shorthand">
666666
Name: vertical-align
667-
Value: <<'baseline-source'>> || <<'alignment-baseline'>> || <<'baseline-shift'>>
667+
Value: [ first | last] || <<'alignment-baseline'>> || <<'baseline-shift'>>
668668
Initial: baseline
669669
Applies to: see individual properties
670670
Inherited: no
@@ -678,7 +678,10 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
678678
and [=post-alignment shift=] ('baseline-shift')
679679
in a single declaration.
680680

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.
682685

683686
<p class="advisement">
684687
Authors should use this shorthand ('vertical-align') instead of its longhands,

0 commit comments

Comments
 (0)