Skip to content

Commit 5c43292

Browse files
committed
Add an id to figure 7 for deep-linking
1 parent a982092 commit 5c43292

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 January
3636
2012</h2>
3737

3838
<dl>
@@ -41,7 +41,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January
4141
<dd><a
4242
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4343
<!--
44-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120111/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120111/</a>
44+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120117/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120117/</a>
4545
-->
4646

4747

@@ -1739,7 +1739,7 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
17391739
<p class=note>This value is at-risk and may be dropped during CR.
17401740
</dl>
17411741

1742-
<div class=figure class=data>
1742+
<div class=figure class=data id=fig-text-orientation>
17431743
<table>
17441744
<tbody>
17451745
<tr>
@@ -3638,7 +3638,8 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical
36383638
href="http://unicode.org/cldr/utility/list-unicodeset.jsp?a=\p{Block%3DGeneral+Punctuation}%26[%3AGeneral_category%3DPo%3A]%0D%0A&amp;g=">U+2016&ndash;U+205F</a>
36393639
range.
36403640

3641-
<p>For vertical typesetting, using [[!UTR50]] and the rules below,
3641+
<p>For vertical typesetting, using <a href="#UTR50"
3642+
rel=biblioentry>[UTR50]<!--{{!UTR50}}--></a> and the rules below,
36423643
characters are assigned into one of five categories:
36433644

36443645
<dl>
@@ -3712,7 +3713,8 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical
37123713
<p>All other S characters are considered S<sub>h</sub>.
37133714

37143715
<div class=note> The expected categorization of Unicode characters is given
3715-
below. This is expected to merge with [[!UTR50]]. In any cases where they
3716+
below. This is expected to merge with <a href="#UTR50"
3717+
rel=biblioentry>[UTR50]<!--{{!UTR50}}--></a>. In any cases where they
37163718
differ, further investigation is needed.
37173719
<dl>
37183720
<dt>brackets (SB)
@@ -4207,6 +4209,15 @@ <h3 class=no-num id=normative-references> Normative references</h3>
42074209
href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
42084210
</dd>
42094211
<!---->
4212+
4213+
<dt id=UTR50>[UTR50]
4214+
4215+
<dd>Eric Muller. <a href="http://unicode.org/reports/tr50/"><cite>Unicode
4216+
Properties for Vertical Text Layout.</cite></a> 11 November 2011.
4217+
Proposed Draft Unicode Technical Report #50. URL: <a
4218+
href="http://unicode.org/reports/tr50/">http://unicode.org/reports/tr50/</a>
4219+
</dd>
4220+
<!---->
42104221
</dl>
42114222
<!--end-normative-->
42124223

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ <h3 id="text-orientation">
12271227
<p class="note">This value is at-risk and may be dropped during CR.
12281228
</dl>
12291229

1230-
<div class="figure" class=data>
1230+
<div class="figure" class=data id="fig-text-orientation">
12311231
<table>
12321232
<tr>
12331233
<td>

0 commit comments

Comments
 (0)