- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 21:04:00 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv17128
Modified Files:
Overview.html Overview.src.html
Log Message:
text-overflow: clip rather than ellipse inline atomic elements. web compat, implementation interop, least surprise.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html 30 Nov 2011 05:30:11 -0000 1.32
+++ Overview.html 12 Dec 2011 21:03:58 -0000 1.33
@@ -55,12 +55,12 @@
src="http://www.w3.org/Icons/w3c_home" width=72> </a>
<h1>CSS Basic User Interface Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
2011</h2>
<dl>
<dt>This version:</dt>
- <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111130">http://www.w3.org/TR/2011/ED-css3-ui-20111130</a></dd> -->
+ <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111212">http://www.w3.org/TR/2011/ED-css3-ui-20111212</a></dd> -->
<dd><a
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -87,7 +87,7 @@
<dt>Editor:
- <dd class="vcard h-card"><a class="fn p-fn url u-url"
+ <dd class="vcard h-card"><a class="fn p-name url u-url"
href="http://tantek.com" lang=tr>Tantek Çelik</a> (<a
class="company org h-org" href="http://www.mozilla.org/">Mozilla
Foundation</a>, and before at <a
@@ -3017,12 +3017,12 @@
value applies to the right edge.
<p> For the ellipsis and string values, implementations must hide
- characters and <a
+ characters at the applicable edge(s) of the line as necessary to fit the
+ ellipsis/string. Place the ellipsis/string immediately adjacent to the
+ applicable edge(s) of the remaining inline content. When an <a
href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes"> atomic
- inline-level elements</a> at the applicable edge(s) of the line as
- necessary to fit the ellipsis/string. Place the ellipsis/string
- immediately adjacent to the applicable edge(s) of the remaining inline
- content.
+ inline-level element</a> is at an applicable edge of the line, such an
+ element is to be clipped rather than ellipsed.
<h4 class="no-num no-toc" id=ellipsing-details>ellipsing details</h4>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.src.html 30 Nov 2011 05:30:11 -0000 1.33
+++ Overview.src.html 12 Dec 2011 21:03:58 -0000 1.34
@@ -75,7 +75,7 @@
<dt>Previous version:</dt>
<dd><a href="http://www.w3.org/TR/2004/CR-css3-ui-20040511/">http://www.w3.org/TR/2004/CR-css3-ui-20040511/</a></dd>
<dt>Editor:</dt>
- <dd class="vcard h-card"><a lang="tr" class="fn p-fn url u-url" href="http://tantek.com">Tantek Çelik</a>
+ <dd class="vcard h-card"><a lang="tr" class="fn p-name url u-url" href="http://tantek.com">Tantek Çelik</a>
(<a class="company org h-org" href="http://www.mozilla.org/">Mozilla Foundation</a>,
and before at <a href="http://www.microsoft.com/">Microsoft Corporation</a>)
<<a class="email u-email"
@@ -1634,12 +1634,15 @@
<p>
For the ellipsis
and string values,
-implementations must hide characters and
-<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
-atomic inline-level elements</a>
+implementations must hide characters
at the applicable edge(s) of the line as necessary to fit the ellipsis/string.
Place the ellipsis/string immediately adjacent
to the applicable edge(s) of the remaining inline content.
+When an
+<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">
+atomic inline-level element</a>
+is at an applicable edge of the line,
+such an element is to be clipped rather than ellipsed.
</p>
<h4 class="no-num no-toc">ellipsing details</h4>
Received on Monday, 12 December 2011 21:06:03 UTC