Skip to content

Commit 960de19

Browse files
committed
Add more links to UAX44
1 parent 02bca58 commit 960de19

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
305305
<li class=no-num><a href="#bidi-html"> Appendix A: Bidi Rules for HTML</a>
306306

307307

308-
<li class=no-num><a href="#character-properties">Appendix Q Characters and
309-
Properties</a>
308+
<li class=no-num><a href="#character-properties">Appendix Q. Characters
309+
and Properties</a>
310310

311311
<li class=no-num><a href="#script-orientations">Appendix B:
312312
Bi-orientational Transformations</a>
@@ -3089,7 +3089,7 @@ <h2 class=no-num id=bidi-html> Appendix A: Bidi Rules for HTML</h2>
30893089
{ unicode-bidi: isolate; }
30903090
</pre>
30913091

3092-
<h2 class=no-num id=character-properties>Appendix Q Characters and
3092+
<h2 class=no-num id=character-properties>Appendix Q. Characters and
30933093
Properties</h2>
30943094

30953095
<p>Unicode defines three character-level properties that are referenced in
@@ -3101,23 +3101,26 @@ <h2 class=no-num id=character-properties>Appendix Q Characters and
31013101

31023102
<dd>Defined in <a href="#UAX11"
31033103
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> and given as the
3104-
East_Asian_Width property.
3104+
East_Asian_Width property in the Unicode Character Database <a
3105+
href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
31053106

31063107
<dt><a
31073108
href="http://www.unicode.org/reports/tr44/#General_Category_Values">General
31083109
Category</a>
31093110

31103111
<dd>Defined in <a href="#UAX44"
31113112
rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and given as the
3112-
General_Category property.
3113+
General_Category property in the Unicode Character Database <a
3114+
href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
31133115

31143116
<dt><a href="http://www.unicode.org/reports/tr24/#Values">Script
31153117
property</a>
31163118

31173119
<dd>Defined in <a href="#UAX24"
31183120
rel=biblioentry>[UAX24]<!--{{!UAX24}}--></a> and given as the Script
3119-
property. (UAs should include any ScriptExtensions.txt assignments in
3120-
this mapping.)
3121+
property in the Unicode Character Database <a href="#UAX44"
3122+
rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>. (UAs should include any
3123+
ScriptExtensions.txt assignments in this mapping.)
31213124
</dl>
31223125

31233126
<p id=grapheme-cluster>In several sections (as noted), the term <dfn

css3-writing-modes/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,18 +2327,21 @@ <h2 id="bidi-html" class=no-num>
23272327
{ unicode-bidi: isolate; }
23282328
</pre>
23292329

2330-
<h2 id="character-properties" class="no-num">Appendix Q
2330+
<h2 id="character-properties" class="no-num">Appendix Q.
23312331
Characters and Properties</h2>
23322332

23332333
<p>Unicode defines three character-level properties that are referenced
23342334
in CSS Writing Modes:
23352335
<dl>
23362336
<dt><a href="http://www.unicode.org/reports/tr11/#Definitions">East Asian width</a>
2337-
<dd>Defined in [[!UAX11]] and given as the East_Asian_Width property.
2337+
<dd>Defined in [[!UAX11]] and given as the East_Asian_Width property
2338+
in the Unicode Character Database [[!UAX44]].
23382339
<dt><a href="http://www.unicode.org/reports/tr44/#General_Category_Values">General Category</a>
2339-
<dd>Defined in [[!UAX44]] and given as the General_Category property.
2340+
<dd>Defined in [[!UAX44]] and given as the General_Category property
2341+
in the Unicode Character Database [[!UAX44]].
23402342
<dt><a href="http://www.unicode.org/reports/tr24/#Values">Script property</a>
2341-
<dd>Defined in [[!UAX24]] and given as the Script property. (UAs should
2343+
<dd>Defined in [[!UAX24]] and given as the Script property
2344+
in the Unicode Character Database [[!UAX44]]. (UAs should
23422345
include any ScriptExtensions.txt assignments in this mapping.)
23432346
</dl>
23442347

0 commit comments

Comments
 (0)