- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 23:51:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv19561
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove character limit from 'text-combine-horizontal: all' per F2F request from Nat McCully
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- Overview.html 19 Aug 2011 20:36:26 -0000 1.198
+++ Overview.html 19 Aug 2011 23:51:03 -0000 1.199
@@ -2848,10 +2848,9 @@
<tr>
<th>Value:
- <td>none | all <integer>? | [ [digits <integer> | ascii-digits
- <integer> ] || [ alpha <integer> | latin <integer> ] ||
- alphanumeric <integer> ] && [ compress | [ no-compress || use-glyphs
- ] ]?
+ <td>none | all | [ [digits <integer> | ascii-digits <integer> ] ||
+ [ alpha <integer> | latin <integer> ] || alphanumeric
+ <integer> ] && [ compress | [ no-compress || use-glyphs ] ]?
<tr>
<th>Initial:
@@ -2899,9 +2898,9 @@
element horizontally within the vertical line box, ideally within the
space of one ideographic character. (See below.) The resulting
composition is treated as a single glyph for the purposes of layout and
- decoration. If the content contains any element boundaries, or if it
- contains more characters than the integer given (if any), this is treated
- as ‘<code class=css>text-combine-horizontal: none</code>’.
+ decoration. If the content contains any element boundaries this is
+ treated as ‘<code class=css>text-combine-horizontal:
+ none</code>’.
<dt><dfn id=digits title="text-combine-horizontal:digits">digits</dfn>
@@ -4004,10 +4003,9 @@
<th><a class=property
href="#text-combine-horizontal">text-combine-horizontal</a>
- <td>none | all <integer>? | [ [digits <integer> | ascii-digits
- <integer> ] || [ alpha <integer> | latin <integer> ] ||
- alphanumeric <integer> ] && [ compress | [ no-compress || use-glyphs
- ] ]?
+ <td>none | all | [ [digits <integer> | ascii-digits <integer> ] ||
+ [ alpha <integer> | latin <integer> ] || alphanumeric
+ <integer> ] && [ compress | [ no-compress || use-glyphs ] ]?
<td>none
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- Overview.src.html 19 Aug 2011 20:36:26 -0000 1.209
+++ Overview.src.html 19 Aug 2011 23:51:04 -0000 1.210
@@ -2121,7 +2121,7 @@
</tr>
<tr>
<th>Value:</th>
- <td>none | all <integer>? |
+ <td>none | all |
[ [digits <integer> | ascii-digits <integer> ]
|| [ alpha <integer> | latin <integer> ]
|| alphanumeric <integer> ]
@@ -2167,8 +2167,7 @@
within the space of one ideographic character. (See below.) The
resulting composition is treated as a single glyph for the purposes
of layout and decoration.
- If the content contains any element boundaries, or if it contains
- more characters than the integer given (if any), this is treated as
+ If the content contains any element boundaries this is treated as
''text-combine-horizontal: none''.
<dt><dfn title="text-combine-horizontal:digits">digits</dfn>
<dd>Within the element, each sequence of consecutive horizontal digits
Received on Friday, 19 August 2011 23:51:07 UTC