@@ -692,11 +692,9 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
692
692
when 'align-content' is ''align-content/normal'' .
693
693
Specifically, ''vertical-align/top'' (''baseline-shift: top'' ) maps it to ''align-content/start'' ,
694
694
''vertical-align/bottom'' (''baseline-shift: bottom'' ) to ''align-content/end'' ,
695
- and ''vertical-align/middle'' (''alignment-baseline: middle'' ) to ''align-content/center'' .
695
+ and otherwise ''vertical-align/middle'' (''alignment-baseline: middle'' ) to ''align-content/center'' .
696
696
See [[css-align-3#distribution-block]] .
697
697
698
- ISSUE(5234): Define mapping of ''alignment-baseline: middle; baseline-shift: top'' .
699
-
700
698
<h4 id="baseline-source">
701
699
Alignment Baseline Source: the 'baseline-source' longhand</h4>
702
700
@@ -885,6 +883,14 @@ Post-Alignment Shift: the 'baseline-shift' longhand</h4>
885
883
is the highest [=over=] edge of the [=layout bounds=] in the subtree,
886
884
and the [=line-under=] edge is analogously the lowest.
887
885
886
+ ISSUE: The [=line-relative values=] don't fit perfectly
887
+ in the dichotomy between 'alignment-baseline' and 'baseline-shift' .
888
+ There's <a href="https://github.com/w3c/csswg-drafts/issues/5180">decent</a> <a href="https://github.com/w3c/csswg-drafts/issues/5234">arguments</a>
889
+ for either option.
890
+ They're currently drafted here,
891
+ but if there's a strong argument to move them,
892
+ please file an issue for consideration.
893
+
888
894
<h5 class="no-toc" id="baseline-shift-svg-legacy">
889
895
Legacy Values for SVG</h5>
890
896
0 commit comments