Skip to content

Commit f6e60e2

Browse files
committed
[css-inline-3] Swap order of longhands so canonical ordering outputs 'first baseline' just like the box alignment properties. #5235
1 parent 6234b55 commit f6e60e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
643643

644644
<pre class="propdef shorthand">
645645
Name: vertical-align
646-
Value: <<'baseline-source'>> || <<'baseline-shift'>> || <<'alignment-baseline'>>
646+
Value: <<'baseline-source'>> || <<'alignment-baseline'>> || <<'baseline-shift'>>
647647
Initial: baseline
648648
Applies to: see individual properties
649649
Inherited: no

0 commit comments

Comments
 (0)