Skip to content

Commit

Permalink
Finishing touches to last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Mar 22, 2024
1 parent 49a3cc3 commit 0ca43a4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ <h3>Emphasis &amp; highlighting</h3>

<p>For many scripts bold and italic are not always appropriate for expressing emphasis or highlighting text, and some scripts have their own unique ways of doing it that involve adding special marks alongside letters or syllables, etc. Other approaches involve substituting a different font, or using quotation marks, brackets, etc. Underlining is also not used for emphasis in many scripts, and may have a different function altogether.</p>

<p>See also [[[#more_inline]]].</p>
<p>See also [[[#text_decoration]]].</p>


<dl class="reslinks">
Expand All @@ -654,15 +654,16 @@ <h3>Emphasis &amp; highlighting</h3>
<dt>Spec links</dt>
<dd>
<ul>
<li><cite>CSS3 Text Decoration</cite>: <a target="_blank" href="https://drafts.csswg.org/css-text-decor-3/#line-decoration">Line Decoration: Underline, Overline, and Strike-Through</a><span class="dot"></span><a target="_blank" href="https://drafts.csswg.org/css-text-decor-3/#emphasis-marks">Emphasis Marks</a></li>
<li><cite>CSS3 Text Decoration</cite>: <a target="_blank" href="https://drafts.csswg.org/css-text-decor-3/#emphasis-marks">Emphasis Marks</a></li>
</ul>
</dd>

<dt>Tests</dt>
<dd>
<ul>
<li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/line-decoration">CSS3 Text decoration, Line decoration</a></li><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/emphasis-marks">CSS3 Text decoration, emphasis marks</a></li></ul>
</dd><dt>Gap analysis</dt>
<ul><li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/emphasis-marks">CSS3 Text decoration, emphasis marks</a></li></ul>
</dd>

<dt>Gap analysis</dt>
<dd>
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/alreq-gap/#text_decoration">Arabic</a></li><li><a target="_blank" href="https://www.w3.org/TR/beng-gap/#text_decoration">Bengali</a></li><li><a target="_blank" href="https://www.w3.org/TR/clreq-gap/#text_decoration">Chinese</a></li><li><a target="_blank" href="https://www.w3.org/TR/deva-gap/#text_decoration">Devanagari</a></li><li><a target="_blank" href="https://www.w3.org/TR/elreq-gap/#text_decoration">Ethiopic</a></li><li><a target="_blank" href="https://www.w3.org/TR/gujr-gap/#text_decoration">Gujarati</a></li><li><a target="_blank" href="https://www.w3.org/TR/guru-gap/#text_decoration">Gurmukhi</a></li><li><a target="_blank" href="https://www.w3.org/TR/jpan-gap/#text_decoration">Japanese</a></li><li><a target="_blank" href="https://www.w3.org/TR/taml-gap/#text_decoration">Tamil</a></li></ul>
Expand Down Expand Up @@ -765,17 +766,18 @@ <h3>Other inline features</h3>
</li><li><a target="_blank" href="https://w3c.github.io/type-samples/?feature=inline-features">Type samples</a></li>
</ul>
</dd>

<dt>Spec links</dt>
<dd>
<ul>
<li><cite>tbd</cite></li>
<li><cite>CSS3 Text Decoration</cite>: <a target="_blank" href="https://drafts.csswg.org/css-text-decor-3/#line-decoration">Line Decoration: Underline, Overline, and Strike-Through</a></li>
</ul>
</dd>

<dt>Tests</dt>
<dd>
<ul>
<li>tbd</li>
</ul>
<li><a target="_blank" href="https://w3c.github.io/i18n-tests/results/line-decoration">CSS3 Text decoration, Line decoration</a></li></ul>
</dd>
</dl>
</section>
Expand Down

0 comments on commit 0ca43a4

Please sign in to comment.