Skip to content

Commit

Permalink
began adding links to issues, starting with text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Nov 22, 2016
1 parent c4c309e commit 0442694
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Expand Up @@ -275,6 +275,12 @@ <h3>Letter spacing</h3>
<li><cite>CSS3 Text</cite>: <a href="https://dev.w3.org/csswg/css-text-3/#spacing">Spacing</a></li>
</ul>
</dd>
<dt>Issues</dt>
<dd>
<ul>
<li>CSS3, <a href="https://github.com/w3c/csswg-drafts/issues/318">[css-text-4] Clarify text-spacing: punctuation</a></li>
</ul>
</dd>
</dl>
</section>

Expand Down Expand Up @@ -344,6 +350,16 @@ <h3>Text decoration</h3>
<li><cite>CSS3 Text Decoration</cite>: <a href="https://dev.w3.org/csswg/css-text-decor-3/#line-decoration">Line Decoration: Underline, Overline, and Strike-Through</a></li>
</ul>
</dd>
<dt>Issues</dt>
<dd>
<ul>
<li>CSS, <a href="https://github.com/w3c/csswg-drafts/issues/707">[css-text-decor] `text-decoration-skip: ink` should allow not to skip for CJK and certain ideographic scripts</a></li>
<li>CSS, <a href="https://github.com/w3c/csswg-drafts/issues/727">[css-text-decor] Add auto value for text-decoration-skip:</a></li>
<li>CSS, <a href="https://github.com/w3c/csswg-drafts/issues/711">[css-text-decor] Should text-decoration-skip applied on overline and line-through?</a></li>
<li>CSS, <a href="https://github.com/w3c/csswg-drafts/issues/459">[css-text-decor] text-decoration-thickness &amp; text-underline-position properties</a></li>
<li>CSS, <a href="https://github.com/w3c/csswg-drafts/issues/239">No way to set the underline width/thickness </a></li>
</ul>
</dd>
<dt>Current issues</dt>
<dd>
<ul>
Expand Down Expand Up @@ -777,7 +793,7 @@ <h4>Tagging Content By Writing System</h4>
when choosing a justification strategy,
but must not assume that writing system
if the author has explicitly indicated a different one.</p>
</section>
</section>
<section id="justification_untagged">
<h4>Justifying Untagged Content</h4>
<p>Web browsers frequently have to deal with untagged, potentially mixed-script content.
Expand All @@ -798,7 +814,7 @@ <h4>Justifying Untagged Content</h4>
in order to get the best possible typographic behavior.
For example, if Japanese text is tagged as Japanese,
the UA knows to preferentially compress the space rather than expand it.</p>
</section>
</section>
</section>
</section>

Expand Down

0 comments on commit 0442694

Please sign in to comment.