You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-inline/Overview.bs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Line Heights and Baseline Alignment</h2>
47
47
<p class="issue">This section is being rewritten. Refer to <a href="https://www.w3.org/TR/CSS2/visudet.html#line-height">section 10.8</a> of [[CSS2]] for the normative CSS definition or the <a href="https://www.w3.org/TR/2002/WD-css3-linebox-20020515/">2002 Working Draft</a> if you want pretty pictures. (But ignore the old text, half of it's wrong. We're not specifying which half, that's to be determined.)
48
48
<strong>The CSS2 specification should be used as the guideline for implementation.</strong></p>
49
49
50
-
Issue: The CSSWG would like to know which baseline values are necessary: if any can be dropped, or any need to be added.
50
+
Issue: The CSSWG would like to know which baseline values are necessary: if any can be dropped, or any need to be added. See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/859">859</a>.
51
51
52
52
<h3 id="dominant-baseline-property">
53
53
Dominant Baselines: the 'dominant-baseline' property</h3>
@@ -119,11 +119,13 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
119
119
120
120
Issue: Should be text-over and text-under instead of text-top and text-bottom,
121
121
but maybe it's better not to use those terms for consistency with legacy 'vertical-align'.
122
+
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/860">860</a>.
122
123
123
124
Issue: Add <css>first</css> and <css>last</css> values.
124
125
Note, in this property, these are combinatorial,
125
126
whereas in the <css>align/justify-self/content</css> properties, it's singular.
126
127
Do we want to align the syntaxes wrt hyphens vs. spaces or what?
128
+
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/861">861</a>.
127
129
128
130
<h3 id="transverse-alignment">
129
131
Transverse Box Alignment: the 'vertical-align' property</h3>
0 commit comments