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: index.html
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ <h3>Cursive text</h3>
318
318
319
319
320
320
321
-
<sectionid="font_style">
321
+
<sectionid="letterforms">
322
322
<h3>Letterform slopes, weights, & italics</h3>
323
323
324
324
<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>
<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 & highlighting</h3>
670
670
</dd>
671
671
</dl>
672
672
</section>
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
<sectionid="abbrev">
683
+
<h3>Abbreviation, ellipsis & repetition</h3>
684
+
685
+
<p>tbd</p>
686
+
687
+
</section>
673
688
674
689
675
690
@@ -737,7 +752,7 @@ <h3>Inline notes & annotations</h3>
737
752
738
753
739
754
<sectionid="text_decoration">
740
-
<h3>Other inline features</h3>
755
+
<h3>Text decoration & other inline features</h3>
741
756
742
757
<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 <spanclass="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>
743
758
<dlclass="reslinks">
@@ -1508,13 +1523,13 @@ <h3>Other page- or document-level features</h3>
1508
1523
1509
1524
1510
1525
1511
-
1512
1526
<section>
1513
1527
<h2id="changeLog" class="informative">Changes Since the Last Published
1514
1528
Version</h2>
1515
1529
<p>The following changes have been made since the document was last published to the TR space:</p>
1516
1530
<ul>
1517
-
<li>Links all checked and amended as needed. Various new links added.</li>
1531
+
<li>Added stub for Abbreviation, ellipsis & repetition section.</li>
1532
+
<li>Fixed some IDs to match labels used elsewhere.</li>
1518
1533
</ul>
1519
1534
<p>See the <ahref="https://github.com/w3c/typography/commits/gh-pages/index.html">github
0 commit comments