8000 [css-inline] add links from inline issues to corresponding GitHub issues · w3c/csswg-drafts@3e0b6d9 · GitHub
Skip to content

Commit 3e0b6d9

Browse files
committed
[css-inline] add links from inline issues to corresponding GitHub issues
1 parent 5de132c commit 3e0b6d9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css-inline/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Line Heights and Baseline Alignment</h2>
4747
<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.)
4848
<strong>The CSS2 specification should be used as the guideline for implementation.</strong></p>
4949

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

5252
<h3 id="dominant-baseline-property">
5353
Dominant Baselines: the 'dominant-baseline' property</h3>
@@ -119,11 +119,13 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
119119

120120
Issue: Should be text-over and text-under instead of text-top and text-bottom,
121121
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>.
122123

123124
Issue: Add <css>first</css> and <css>last</css> values.
124125
Note, in this property, these are combinatorial,
125126
whereas in the <css>align/justify-self/content</css> properties, it's singular.
126127
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>.
127129

128130
<h3 id="transverse-alignment">
129131
Transverse Box Alignment: the 'vertical-align' property</h3>
@@ -270,6 +272,7 @@ Alignment Shift: 'baseline-shift' longhand</h4>
270272
<p>User agents <em>may</em> additionally support the keyword <dfn for=baseline-shift>baseline</dfn>
271273
as computing to ''0''
272274
if is necessary for them to support legacy SVG content.
275+
273276
Issue: We would prefer to remove this, and are looking for feedback from SVG user agents as to whether it's necessary.
274277

275278
<h2 id="initial-letter-styling">
@@ -453,6 +456,7 @@ Creating Initial Letters: the 'initial-letter' property</h3>
453456

454457
Issue: Should this be <css>initial-letters</css> (plural) as originally discussed?
455458
Since it can apply to multiple letters.
459+
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/862">862</a>.
456460

457461
An <dfn lt="initial letter | initial letter box">initial letter</dfn> is
458462
a box to which 'initial-letter' applies and is not ''initial-letter/normal'':
@@ -524,6 +528,7 @@ Properties</h4>
524528
as <a>initial letter</a> is a display type.
525529

526530
Issue: Add 'width'/'height' as requested by Tantek... need to integrate with model.
531+
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/863">863</a>
527532

528533
<h4 id="initial-letter-model">
529534
Layout Model</h4>
@@ -679,6 +684,7 @@ Alignment of Initial Letters: the 'initial-letter-align' property</h3>
679684

680685
Issue: What is the proper alignment for South Asian scripts
681686
that do not have the explicit hanging baseline, such as Tamil or Telugu?
687+
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/864">864</a>
682688

683689
Note: The ordering of keywords in this property is fixed in case ''border-box''
684690
is expanded to ''[ border-box | alphabetic | ideographic | hebrew | hanging ]''

0 commit comments

Comments
 (0)