Skip to content

Commit b7299e1

Browse files
author
Tantek Çelik
committed
text-overflow single value can only apply to end line edge per compat and interop.
1 parent 9afc623 commit b7299e1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-ui/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
src="http://www.w3.org/Icons/w3c_home" width=72> </a>
5656
<h1>CSS Basic User Interface Module Level 3</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September
5959
2011</h2>
6060

6161
<dl>
6262
<dt>This version:</dt>
63-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110927">http://www.w3.org/TR/2011/ED-css3-ui-20110927</a></dd> -->
63+
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110929">http://www.w3.org/TR/2011/ED-css3-ui-20110929</a></dd> -->
6464

6565
<dd><a
6666
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -3001,9 +3001,9 @@ <h3 id=text-overflow><span class=secno>9.2. </span> Overflow Ellipsis: the
30013001
readability and means "grapheme cluster" <a href="#UAX29"
30023002
rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> for implementation purposes.
30033003

3004-
<p> If there is one value, it applies to both the left and right line
3005-
edges. If there are two values, the first value applies to the left edge,
3006-
and the second value applies to the right edge.
3004+
<p> If there is one value, it applies only to the end line edge. If there
3005+
are two values, the first value applies to the left edge, and the second
3006+
value applies to the right edge.
30073007

30083008
<p> For the ellipsis and string values, implementations must hide
30093009
characters and <a
@@ -4056,19 +4056,19 @@ <h3 class="no-num no-toc" id=normative-references>Normative References</h3>
40564056
<dt id=CSS21>[CSS21]
40574057

40584058
<dd>Bert Bos; et al. <a
4059-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
4059+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
40604060
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
40614061
2011. W3C Recommendation. URL: <a
4062-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
4062+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
40634063
</dd>
40644064
<!---->
40654065

40664066
<dt id=CSS3COLOR>[CSS3COLOR]
40674067

40684068
<dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
4069-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
4069+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color
40704070
Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
4071-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
4071+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a>
40724072
</dd>
40734073
<!---->
40744074

css3-ui/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ <h3 id="text-overflow">
16211621

16221622
<p>
16231623
If there is one value,
1624-
it applies to both the left and right line edges.
1624+
it applies only to the end line edge.
16251625
If there are two values,
16261626
the first value applies to the left edge,
16271627
and the second value applies to the right edge.

0 commit comments

Comments
 (0)