- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 03:17:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv16861
Modified Files:
Overview.src.html
Log Message:
Clarify bidi effects of text-orientation
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Overview.src.html 7 Jun 2011 02:47:07 -0000 1.168
+++ Overview.src.html 7 Jun 2011 03:17:10 -0000 1.169
@@ -1173,7 +1173,9 @@
but rotated 90° counter-clockwise.
This value puts the element in a <i>horizontal typographic mode</i>.
<p>If set on a non-replaced inline whose parent is not ''sideways-left'',
- this forces ''isolate'' to be added to the computed value of 'unicode-bidi'.
+ this forces bidi isolation: the ''normal'' and ''embed'' values of
+ 'unicode-bidi' compute to ''isolate'', and ''bidi-override'' computes
+ to ''bidi-override isolate''.
Layout of text is exactly as for ''sideways-right'' except that the
text content and baseline table of each of the element's inline boxes
is mirrored around a vertical axis along the center of its content box.
@@ -1182,7 +1184,8 @@
text decorations introduced by the element are positioned using the
mirrored baseline table.
<p>Similarly, if an inline child of the element has a 'text-orientation'
- value other than ''sideways-left'', an analogous transformation is applied.
+ value other than ''sideways-left'', an analogous transformation (and
+ bidi isolation) is applied.
<dt><dfn>sideways</dfn></dt>
<dd><p>This value is equivalent to ''sideways-right'' in ''vertical-rl''
writing mode and equivalent to ''sideways-left'' in ''vertical-lr''
Received on Tuesday, 7 June 2011 03:17:13 UTC