Skip to content

Commit e6809d3

Browse files
author
Tantek Çelik
committed
ellipse both characters / inline atomic elements, and clip rather than ellipse first of those on the line.
1 parent 802cdda commit e6809d3

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

css3-ui/Overview.html

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

50-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
51-
2011</h2>
50+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January
51+
2012</h2>
5252

5353
<dl>
5454
<dt>This version:</dt>
55-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111214">http://www.w3.org/TR/2011/ED-css3-ui-20111214</a></dd> -->
55+
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-ui-20120111">http://www.w3.org/TR/2012/ED-css3-ui-20120111</a></dd> -->
5656

5757
<dd><a
5858
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
9090
<!--begin-copyright-->
9191
<p class=copyright><a
9292
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
93-
rel=license>Copyright</a> &copy; 2011 <a
93+
rel=license>Copyright</a> &copy; 2012 <a
9494
href="http://www.w3.org/"><acronym
9595
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
9696
href="http://www.csail.mit.edu/"><acronym
@@ -2106,12 +2106,14 @@ <h3 id=text-overflow><span class=secno>8.2. </span> Overflow Ellipsis: the
21062106
value applies to the right edge.
21072107

21082108
<p> For the ellipsis and string values, implementations must hide
2109-
characters at the applicable edge(s) of the line as necessary to fit the
2110-
ellipsis/string. Place the ellipsis/string immediately adjacent to the
2111-
applicable edge(s) of the remaining inline content. When an <a
2109+
characters and <a
21122110
href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes"> atomic
2113-
inline-level element</a> is at an applicable edge of the line, such an
2114-
element is to be clipped rather than ellipsed.
2111+
inline-level elements</a> at the applicable edge(s) of the line as
2112+
necessary to fit the ellipsis/string. Place the ellipsis/string
2113+
immediately adjacent to the applicable edge(s) of the remaining inline
2114+
content. The first character or <a
2115+
href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes"> atomic
2116+
inline-level element</a> on a line must be clipped rather than ellipsed.
21152117

21162118
<h4 class="no-num no-toc" id=ellipsing-details>ellipsing details</h4>
21172119

css3-ui/Overview.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,15 +1167,17 @@ <h3 id="text-overflow">
11671167
<p>
11681168
For the ellipsis
11691169
and string values,
1170-
implementations must hide characters
1170+
implementations must hide characters and
1171+
<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
1172+
atomic inline-level elements</a>
11711173
at the applicable edge(s) of the line as necessary to fit the ellipsis/string.
11721174
Place the ellipsis/string immediately adjacent
11731175
to the applicable edge(s) of the remaining inline content.
1174-
When an
1176+
The first character or
11751177
<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
11761178
atomic inline-level element</a>
1177-
is at an applicable edge of the line,
1178-
such an element is to be clipped rather than ellipsed.
1179+
on a line
1180+
must be clipped rather than ellipsed.
11791181
</p>
11801182

11811183
<h4 class="no-num no-toc">ellipsing details</h4>

0 commit comments

Comments
 (0)