- From: CE Whitehead <cewcathar@hotmail.com>
- Date: Sun, 1 Dec 2013 16:08:07 -0500
- To: "www-style@w3.org" <www-style@w3.org>
- Message-ID: <BLU174-W41EDD7BBD8C078413E51AB3EB0@phx.gbl>
Hi, Fantasai, my apologies for my really cursory glance at your draft; I hope to look at it soon in more detail.
From: fantasai <fantasai.lists_at_inkedblade.net>
Date: Tue, 26 Nov 2013 21:07:20 -0800
> The CSS WG has published a Last Call Working Draft of CSS Writing Modes
> Level 3:
> http://www.w3.org/TR/css-writing-modes-3/
> CSS Writing Modes Level 3 defines CSS handling of various international
> writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
> (e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and Arabic) and
> vertical (e.g. Asian scripts).
> Recent changes are listed at:
http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/#changes
> . . .
> For the CSS WG,
> ~fantasai
I have a proofreading comment on the text in Example 1 in Section 2.2 (http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi).
"For example, where <BR/> is a forced paragraph break the bidi ordering is identical between
<para>...<i1><i2>...<BR/>...</i2><i1>...</para>
and
http://www.w3.org/TR/css-writing-modes-3/#unicode-bidi
"<para>...<i1><i2>...</i2><i1><BR/><i1><i2>...</i2><i1>...</para>
for all values of unicode-bidi on inline elements <i1> and <i2>"
Should not this text read the following,
=>
"For example, where <BR/> is a forced paragraph break the bidi ordering is identical between
<para>...<i1><i2>...<BR/>...</i2></i1>...</para>
and
<para>...<i1><i2>...</i2></i1><BR/><i1><i2>...</i2></i1>...</para>
for all values of unicode-bidi on inline elements <i1> and <i2>"
?
{COMMENT: I am confused by this example as I would normally expect the <i1> element to close before the <para> element. I am sure you meant to do so here.}
Best,
--C. E. Whitehead
cewcathar@hotmail.com
Received on Sunday, 1 December 2013 21:08:34 UTC