- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 22:06:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv3273
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix unicode-bidi syntax error
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- Overview.html 15 Aug 2011 22:11:15 -0000 1.195
+++ Overview.html 16 Aug 2011 22:06:38 -0000 1.196
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
<dl>
<dt>This version:
@@ -40,7 +40,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/2011/WD-css3-writing-modes-20110815">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110815/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110816">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110816/</a>
-->
@@ -514,13 +514,11 @@
bidirectional text. The algorithm consists of an implicit part based on
character properties, as well as explicit controls for embeddings and
overrides. CSS relies on this algorithm to achieve proper bidirectional
- rendering. The <span class=propinst-direction>‘<a
- href="#direction0"><code class=property>direction</code></a>’</span>
- and <span class=propinst-unicode-bidi>‘<a
- href="#unicode-bidi0"><code
- class=property>unicode-bidi</code></a>’</span> properties allow
- authors to specify how the elements and attributes of a document language
- map to this algorithm.
+ rendering. The ‘<a href="#direction0"><code
+ class=property>direction</code></a>’ and ‘<a
+ href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’
+ properties allow authors to specify how the elements and attributes of a
+ document language map to this algorithm.
<p>User agents that support bidirectional text must apply the Unicode
bidirectional algorithm to every sequence of inline-level boxes
@@ -670,7 +668,7 @@
<tr>
<th>Value:
- <td>normal | embed | [ isolate || bidi-override ] | plaintext ]
+ <td>normal | embed | [ isolate || bidi-override ] | plaintext
<tr>
<th>Initial:
@@ -4039,7 +4037,7 @@
<tr>
<th><a class=property href="#unicode-bidi0">unicode-bidi</a>
- <td>normal | embed | [ isolate || bidi-override ] | plaintext ]
+ <td>normal | embed | [ isolate || bidi-override ] | plaintext
<td>normal
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- Overview.src.html 15 Aug 2011 22:11:15 -0000 1.206
+++ Overview.src.html 16 Aug 2011 22:06:38 -0000 1.207
@@ -245,9 +245,8 @@
algorithm for determining the proper ordering of bidirectional text. The
algorithm consists of an implicit part based on character properties,
as well as explicit controls for embeddings and overrides. CSS relies
- on this algorithm to achieve proper bidirectional rendering. The <span
- class="propinst-direction">'direction'</span> and <span
- class="propinst-unicode-bidi">'unicode-bidi'</span> properties allow
+ on this algorithm to achieve proper bidirectional rendering.
+ The 'direction' and 'unicode-bidi' properties allow
authors to specify how the elements and attributes of a document
language map to this algorithm.</p>
@@ -369,7 +368,7 @@
</tr>
<tr>
<th>Value:</th>
- <td>normal | embed | [ isolate || bidi-override ] | plaintext ]
+ <td>normal | embed | [ isolate || bidi-override ] | plaintext
</tr>
<tr>
<th>Initial:</th>
Received on Tuesday, 16 August 2011 22:06:42 UTC