@@ -692,11 +692,9 @@ Transverse Box Alignment: the 'vertical-align' property</h3>
692692 when 'align-content' is ''align-content/normal'' .
693693 Specifically, ''vertical-align/top'' (''baseline-shift: top'' ) maps it to ''align-content/start'' ,
694694 ''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'' .
696696 See [[css-align-3#distribution-block]] .
697697
698- ISSUE(5234): Define mapping of ''alignment-baseline: middle; baseline-shift: top'' .
699-
700698<h4 id="baseline-source">
701699Alignment Baseline Source: the 'baseline-source' longhand</h4>
702700
@@ -885,6 +883,14 @@ Post-Alignment Shift: the 'baseline-shift' longhand</h4>
885883 is the highest [=over=] edge of the [=layout bounds=] in the subtree,
886884 and the [=line-under=] edge is analogously the lowest.
887885
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+
888894<h5 class="no-toc" id="baseline-shift-svg-legacy">
889895Legacy Values for SVG</h5>
890896
0 commit comments