csswg/css3-writing-modes Overview.html,1.78,1.79 Overview.src.html,1.82,1.83

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Postprocessor fix (replace ' with ')

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Overview.html	12 Feb 2011 04:50:11 -0000	1.78
+++ Overview.html	13 Feb 2011 19:14:51 -0000	1.79
@@ -28,14 +28,14 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 12 February
+   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 13 February
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110212">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110212</a>
+     href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213</a>
      
 
     <dt>Latest version:
@@ -791,9 +791,9 @@
   <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
    Text</h2>
 
-  <p>In addition to extensions to CSS2.1&lsquo;<code class=css>s support for
-   bidirectional text, this module introduces the rules and properties needed
-   to support vertical text layout in CSS. </code>
+  <p>In addition to extensions to CSS2.1&apos;s support for bidirectional
+   text, this module introduces the rules and properties needed to support
+   vertical text layout in CSS.
 
   <p>Unlike languages that use the Latin script which are primarily laid out
    horizontally, Asian languages such as Chinese and Japanese can be laid
@@ -830,9 +830,8 @@
 
   <div class=figure>
    <p><img alt="A dictionary definition for &#x30F4;&#x30A3;&#x30EB;&#x30B9;
-    might write the English word &lsquo;<code
-    class=property>virus</code>&rsquo; rotated 90&deg; clockwise, but stack
-    the letters of the initialisms </code>&rsquo;RNA' and 'DNA' upright."
+    might write the English word 'virus' rotated 90&deg; clockwise, but stack
+    the letters of the initialisms 'RNA' and 'DNA' upright."
     src=vert-latin-layouts.png></p>
 
    <p class=caption>Examples of Latin in vertical Japanese: Daijirin Viewer

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.src.html	12 Feb 2011 04:50:11 -0000	1.82
+++ Overview.src.html	13 Feb 2011 19:14:51 -0000	1.83
@@ -508,7 +508,7 @@
 <h2 id="vertical-intro">
 Introduction to Vertical Text</h2>
 
-  <p>In addition to extensions to CSS2.1's support for bidirectional text,
+  <p>In addition to extensions to CSS2.1&apos;s support for bidirectional text,
     this module introduces the rules and properties needed to support vertical
     text layout in CSS.
 

Received on Sunday, 13 February 2011 19:14:55 UTC