- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 09:07:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv21091 Modified Files: Overview.html Overview.src.html Log Message: Removed text-autospace exception case for different values of writing-mode as it's redundant (not in the same inline formatting context) Added Changes section for the text-autospace change Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Overview.html 9 Feb 2011 06:01:22 -0000 1.47 +++ Overview.html 9 Feb 2011 09:07:55 -0000 1.48 @@ -90,7 +90,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/02/09 05:06:42 $ (CVS $Revision$)</a> <!--<dd><a + 2011/02/09 06:01:22 $ (CVS $Revision$)</a> <!--<dd><a href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> --> @@ -3854,18 +3854,14 @@ title="text-autospace:ideograph-numeric"><code>ideograph-numeric</code></dfn> <dd>Creates 1/4em extra spacing between runs of ideographic letters and - non-ideographic numeric glyphs. The extra spacing should not be created - if the two characters have different used value of the ‘<code - class=property>writing-mode</code>’ property. + non-ideographic numeric glyphs. <dt><dfn id=ideograph-alpha title="text-autospace:ideograph-alpha"><code>ideograph-alpha</code></dfn> <dd>Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic letters, such as Latin-based, Cyrillic, Greek, Arabic or - Hebrew. The extra spacing should not be created if the two characters - have different used value of the ‘<code - class=property>writing-mode</code>’ property. + Hebrew. <dt><dfn id=punctuation title="text-autospace:punctuation"><code>punctuation</code></dfn> @@ -5401,6 +5397,12 @@ ‘<a href="#text-autospace0"><code class=property>text-autospace</code></a>’. + <li>Changed definitions of <a href="#ideographic-letters">ideographic + letters</a>, <a href="#non-ideographic-letters">non-ideographic + letters</a>, and <a href="#non-ideographic-numerals">non-ideographic + numerals</a> for ‘<a href="#text-autospace0"><code + class=property>text-autospace</code></a>’. + <li>Changed values of ‘<a href="#text-emphasis-position0"><code class=property>text-emphasis-position</code></a>’ and ‘<a href="#text-underline-position0"><code Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.142 retrieving revision 1.143 diff -u -d -r1.142 -r1.143 --- Overview.src.html 9 Feb 2011 06:01:22 -0000 1.142 +++ Overview.src.html 9 Feb 2011 09:07:55 -0000 1.143 @@ -2834,14 +2834,10 @@ <dt><dfn title="text-autospace:ideograph-numeric"><code>ideograph-numeric</code></dfn></dt> <dd>Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic numeric glyphs. - The extra spacing should not be created if - the two characters have different used value of the 'writing-mode' property. </dd> <dt><dfn title="text-autospace:ideograph-alpha"><code>ideograph-alpha</code></dfn></dt> <dd>Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic letters, such as Latin-based, Cyrillic, Greek, Arabic or Hebrew. - The extra spacing should not be created if - the two characters have different used value of the 'writing-mode' property. </dd> <dt><dfn title="text-autospace:punctuation"><code>punctuation</code></dfn> <dd>Creates extra non-breaking spacing around punctuation as required by @@ -4102,6 +4098,10 @@ 'text-trim'. <li>Removed ''ideograph-space'' and ''ideograph-parenthesis'' values of 'text-autospace'. + <li>Changed definitions of <a href="#ideographic-letters">ideographic letters</a>, + <a href="#non-ideographic-letters">non-ideographic letters</a>, + and <a href="#non-ideographic-numerals">non-ideographic numerals</a> + for 'text-autospace'.</li> <li>Changed values of 'text-emphasis-position' and 'text-underline-position' to allow specifying common combinations of horizontal and vertical positions. <li id="text-overflow">Removed definition of the 'text-overflow' property,
Received on Wednesday, 9 February 2011 09:07:59 UTC