Skip to content

Commit c2b0a16

Browse files
committed
index Add stub for Abbreviation, ellipsis & repetition section. Fix some IDs to match labels used elsewhere.
1 parent c33ce94 commit c2b0a16

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

‎index.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h3>Cursive text</h3>
318318

319319

320320

321-
<section id="font_style">
321+
<section id="letterforms">
322322
<h3>Letterform slopes, weights, &amp; italics</h3>
323323

324324
<p>In CSS, italic and oblique are described as font styles. Non-Latin script can add requirements for such styling. For example, oblique styles in Arabic or Hebrew scripts text may lean to the left. Proper italic glyphs in Cyrillic text can look very different from normal variants, and so synthesising italics can produce poor results. Chinese, Japanese and Korean fonts almost always lack italic or oblique faces, because those are not native typographic traditions. Bold text is similar in usage and in problems to the use of italics. Control and use of font-weight is also relevant to this section.</p>
@@ -428,7 +428,7 @@ <h3>Transforming characters</h3>
428428
<h2>Typographic units</h2>
429429

430430

431-
<section id="charset">
431+
<section id="encoding">
432432
<h3>Characters &amp; encodings</h3>
433433

434434
<p>Most languages are now supported by Unicode, but there are still occasional issues. In particular, there may be issues related to ordering of characters, or competing encodings (as in Myanmar), or standardisation of variation selectors or the encoding model (as in Mongolian).</p>
@@ -670,6 +670,21 @@ <h3>Emphasis &amp; highlighting</h3>
670670
</dd>
671671
</dl>
672672
</section>
673+
674+
675+
676+
677+
678+
679+
680+
681+
682+
<section id="abbrev">
683+
<h3>Abbreviation, ellipsis &amp; repetition</h3>
684+
685+
<p>tbd</p>
686+
687+
</section>
673688

674689

675690

@@ -737,7 +752,7 @@ <h3>Inline notes &amp; annotations</h3>
737752

738753

739754
<section id="text_decoration">
740-
<h3>Other inline features</h3>
755+
<h3>Text decoration &amp; other inline features</h3>
741756

742757
<p>This section groups together other text decoration and punctuation that don't fall under the previous headings. Some aspects related to the drawing of lines or markers alongside or through text involve local typographic considerations. For example, underlines need to be broken in special ways for some scripts, and the height of underlines, strike-through and overlines may vary depending on the script. For vertical text the placement needs to be to the right or left of the line of text, rather than under or over. A script may call for specialised inline features. An example in Japanese is <span class="qterm">kumimoji</span>, a way of combining several characters into a single character space. Syriac and Ethiopic identify numbers by drawing lines above them: the line extends to the width of the number. Arabic also has special characters that stretch to the length of certain numbers. There may be other such inline features in these and other scripts.</p>
743758
<dl class="reslinks">
@@ -1508,13 +1523,13 @@ <h3>Other page- or document-level features</h3>
15081523

15091524

15101525

1511-
15121526
<section>
15131527
<h2 id="changeLog" class="informative">Changes Since the Last Published
15141528
Version</h2>
15151529
<p>The following changes have been made since the document was last published to the TR space:</p>
15161530
<ul>
1517-
<li>Links all checked and amended as needed. Various new links added.</li>
1531+
<li>Added stub for Abbreviation, ellipsis &amp; repetition section.</li>
1532+
<li>Fixed some IDs to match labels used elsewhere.</li>
15181533
</ul>
15191534
<p>See the <a href="https://github.com/w3c/typography/commits/gh-pages/index.html">github
15201535
commit log</a> for more details.</p>

0 commit comments

Comments
 (0)