- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Jul 2011 22:09:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv10586
Modified Files:
Overview.html Overview.src.html
Log Message:
Make integers required for auto text-combine
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.html 25 Jul 2011 21:35:47 -0000 1.186
+++ Overview.html 25 Jul 2011 22:09:49 -0000 1.187
@@ -2845,9 +2845,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 <integer>? | [ [digits <integer> || ascii-digits
+ <integer> ] || [ alpha <integer> | latin <integer> ] ||
+ alphanumeric <integer> ] && [ compress | no-compress || use-glyphs
]?
<tr>
@@ -2903,42 +2903,40 @@
<dt><dfn id=digits title="text-combine-horizontal:digits">digits</dfn>
<dd>Within the element, each sequence of consecutive horizontal digits
- that has as many or fewer characters than the integer given (or 2, if no
- integer is given) is treated as if it were in an anonymous inline box
- with ‘<code class=css>text-combine-horizontal: all</code>’.
- For this property, a digit is any character belonging to a Number
- category (N*) that does not belong to a <a
- href="#script-orientations">vertical script</a>.
+ that has as many or fewer characters than the integer given is treated as
+ if it were in an anonymous inline box with ‘<code
+ class=css>text-combine-horizontal: all</code>’. For this property,
+ a digit is any character belonging to a Number category (N*) that does
+ not belong to a <a href="#script-orientations">vertical script</a>.
<dt><dfn id=ascii-digits
title="text-combine-horizontal:ascii-digits">ascii-digits</dfn>
<dd>Within the element, each sequence of consecutive ASCII digits
(U+0030–U+0039) that has as many or fewer characters than the
- integer given (or 2, if no integer is given) is treated as if it were in
- an anonymous inline box with ‘<code
- class=css>text-combine-horizontal: all</code>’.
+ integer given is treated as if it were in an anonymous inline box with
+ ‘<code class=css>text-combine-horizontal: all</code>’.
<p class=issue>This definition is would replace ‘<code
class=css>digits</code>’ as a simplification.
<dt><dfn id=alpha title="text-combine-horizontal:alpha">alpha</dfn>
<dd>Within the element, each sequence of consecutive horizontal letters
- that has as many or fewer characters than the integer given (or 2, if no
- integer is given) is treated as if it were in an anonymous inline box
- with ‘<code class=css>text-combine-horizontal: all</code>’.
- For this property, a horizonal letter is any character belonging to a
- Letter category (L*) that does not belong to a <a
- href="#script-orientations">vertical script</a>.
+ that has as many or fewer characters than the integer given is treated as
+ if it were in an anonymous inline box with ‘<code
+ class=css>text-combine-horizontal: all</code>’. For this property,
+ a horizonal letter is any character belonging to a Letter category (L*)
+ that does not belong to a <a href="#script-orientations">vertical
+ script</a>.
<dt><dfn id=latin title="text-combine-horizontal:latin">latin</dfn>
<dd>Within the element, each sequence of Latin letters that has as many or
- fewer characters than the integer given (or 2, if no integer is given) is
- treated as if it were in an anonymous inline box with ‘<code
- class=css>text-combine-horizontal: all</code>’. For this property,
- a Latin letter is any character belonging to a Letter category (L*) that
- also belongs to the Latin script.
+ fewer characters than the integer given is treated as if it were in an
+ anonymous inline box with ‘<code class=css>text-combine-horizontal:
+ all</code>’. For this property, a Latin letter is any character
+ belonging to a Letter category (L*) that also belongs to the Latin
+ script.
<p class=issue>This definition is would replace ‘<code
class=css>alpha</code>’ as a simplification.
@@ -2947,9 +2945,8 @@
<dd>Within the element, each sequence of consecutive horizontal digits
and/or letters that has as many or fewer characters than the integer
- given (or 2, if none is given) is treated as if it were in an anonymous
- inline box with ‘<code class=css>text-combine-horizontal:
- all</code>’.
+ given is treated as if it were in an anonymous inline box with
+ ‘<code class=css>text-combine-horizontal: all</code>’.
<dt><dfn id=use-glyphs
title="text-combine-horizontal:use-glyphs">use-glyphs</dfn>
@@ -2961,8 +2958,7 @@
three-digit number would use 1/3-em glyphs (if available, else halfwidth
or proportional glyphs), etc. If such glyphs are not available (and
‘<code class=css>no-scale</code>’ is not specified), the UA
- must compress the composition horizontally until it fits within the width
- tolerance of 1.1em.
+ must compress the composition horizontally until it fits within 1em.
<dt><dfn id=compress
title="text-combine-horizontal:compress">compress</dfn>
@@ -3966,9 +3962,9 @@
<td><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 <integer>? | [ [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.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.src.html 25 Jul 2011 21:35:47 -0000 1.196
+++ Overview.src.html 25 Jul 2011 22:09:50 -0000 1.197
@@ -2118,9 +2118,9 @@
<tr>
<th>Value:</th>
<td>none | all <integer>? |
- [ [digits <integer>? || ascii-digits <integer>? ]
- || [ alpha <integer>? | latin <integer>? ]
- || alphanumeric <integer>? ]
+ [ [digits <integer> || ascii-digits <integer> ]
+ || [ alpha <integer> | latin <integer> ]
+ || alphanumeric <integer> ]
&& [ compress | no-compress || use-glyphs ]?</td>
</tr>
<tr>
@@ -2168,39 +2168,39 @@
''text-combine-horizontal: none''.
<dt><dfn title="text-combine-horizontal:digits">digits</dfn>
<dd>Within the element, each sequence of consecutive horizontal digits
- that has as many or fewer characters than the integer given (or 2,
- if no integer is given) is treated as if it were in an anonymous inline
- box with ''text-combine-horizontal: all''.
+ that has as many or fewer characters than the integer given is treated
+ as if it were in an anonymous inline box with
+ ''text-combine-horizontal: all''.
For this property, a digit is any character belonging to a Number
category (N*) that does not belong to a
<a href="#script-orientations">vertical script</a>.
<dt><dfn title="text-combine-horizontal:ascii-digits">ascii-digits</dfn>
<dd>Within the element, each sequence of consecutive ASCII digits (U+0030–U+0039)
- that has as many or fewer characters than the integer given (or 2,
- if no integer is given) is treated as if it were in an anonymous inline
- box with ''text-combine-horizontal: all''.
+ that has as many or fewer characters than the integer given is treated
+ as if it were in an anonymous inline box with
+ ''text-combine-horizontal: all''.
<p class="issue">This definition is would replace ''digits'' as a simplification.
<dt><dfn title="text-combine-horizontal:alpha">alpha</dfn>
<dd>Within the element, each sequence of consecutive horizontal letters
- that has as many or fewer characters than the integer given (or 2,
- if no integer is given) is treated as if it were in an anonymous inline
- box with ''text-combine-horizontal: all''.
+ that has as many or fewer characters than the integer given is treated
+ as if it were in an anonymous inline box with
+ ''text-combine-horizontal: all''.
For this property, a horizonal letter is any character belonging to
a Letter category (L*) that does not belong to a
<a href="#script-orientations">vertical script</a>.
<dt><dfn title="text-combine-horizontal:latin">latin</dfn>
<dd>Within the element, each sequence of Latin letters
- that has as many or fewer characters than the integer given (or 2,
- if no integer is given) is treated as if it were in an anonymous inline
- box with ''text-combine-horizontal: all''.
+ that has as many or fewer characters than the integer given is treated
+ as if it were in an anonymous inline box with
+ ''text-combine-horizontal: all''.
For this property, a Latin letter is any character belonging to
a Letter category (L*) that also belongs to the Latin script.
<p class="issue">This definition is would replace ''alpha'' as a simplification.
<dt><dfn title="text-combine-horizontal:alphanumeric">alphanumeric</dfn>
<dd>Within the element, each sequence of consecutive horizontal digits and/or
- letters that has as many or fewer characters than the integer given (or 2,
- if none is given) is treated as if it were in an anonymous inline box
- with ''text-combine-horizontal: all''.
+ letters that has as many or fewer characters than the integer given is treated
+ as if it were in an anonymous inline box with
+ ''text-combine-horizontal: all''.
<dt><dfn title="text-combine-horizontal:use-glyphs">use-glyphs</dfn>
<dd>If the UA has alternate-width glyphs available for the contents
of the element, then it must use those glyphs to attempt sizing the
@@ -2211,7 +2211,7 @@
proportional glyphs), etc.
If such glyphs are not available (and ''no-scale'' is not specified),
the UA must compress the composition horizontally until it fits within
- the width tolerance of 1.1em.
+ 1em.
<dt><dfn title="text-combine-horizontal:compress">compress</dfn>
<dd>Compress the composition horizontally until it fits within 1em.
Do not substitute alternate-width glyphs.
Received on Monday, 25 July 2011 22:09:58 UTC