csswg/css3-writing-modes Overview.html,1.225,1.226 Overview.src.html,1.238,1.239

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv22762

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add an id to figure 7 for deep-linking

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.html	11 Jan 2012 07:25:13 -0000	1.225
+++ Overview.html	17 Jan 2012 13:33:32 -0000	1.226
@@ -32,7 +32,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 January
     2012</h2>
 
    <dl>
@@ -41,7 +41,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
      <!--
-    <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>
+    <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>
 -->
      
 
@@ -1739,7 +1739,7 @@
     <p class=note>This value is at-risk and may be dropped during CR.
   </dl>
 
-  <div class=figure class=data>
+  <div class=figure class=data id=fig-text-orientation>
    <table>
     <tbody>
      <tr>
@@ -3638,7 +3638,8 @@
    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>
    range.
 
-  <p>For vertical typesetting, using [[!UTR50]] and the rules below,
+  <p>For vertical typesetting, using <a href="#UTR50"
+   rel=biblioentry>[UTR50]<!--{{!UTR50}}--></a> and the rules below,
    characters are assigned into one of five categories:
 
   <dl>
@@ -3712,7 +3713,8 @@
   <p>All other S characters are considered S<sub>h</sub>.
 
   <div class=note> The expected categorization of Unicode characters is given
-   below. This is expected to merge with [[!UTR50]]. In any cases where they
+   below. This is expected to merge with <a href="#UTR50"
+   rel=biblioentry>[UTR50]<!--{{!UTR50}}--></a>. In any cases where they
    differ, further investigation is needed.
    <dl>
     <dt>brackets (SB)
@@ -4207,6 +4209,15 @@
     href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
     </dd>
    <!---->
+
+   <dt id=UTR50>[UTR50]
+
+   <dd>Eric Muller. <a href="http://unicode.org/reports/tr50/"><cite>Unicode
+    Properties for Vertical Text Layout.</cite></a> 11 November 2011.
+    Proposed Draft Unicode Technical Report #50. URL: <a
+    href="http://unicode.org/reports/tr50/">http://unicode.org/reports/tr50/</a>
+    </dd>
+   <!---->
   </dl>
   <!--end-normative-->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- Overview.src.html	11 Jan 2012 07:25:14 -0000	1.238
+++ Overview.src.html	17 Jan 2012 13:33:33 -0000	1.239
@@ -1227,7 +1227,7 @@
       <p class="note">This value is at-risk and may be dropped during CR.
   </dl>
 
-  <div class="figure" class=data>
+  <div class="figure" class=data id="fig-text-orientation">
     <table>
       <tr>
         <td>

Received on Tuesday, 17 January 2012 13:33:41 UTC