- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 17:50:46 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui In directory hutz:/tmp/cvs-serv12506 Modified Files: Overview.html Overview.src.html Log Message: ellipse both characters / inline atomic elements, and clip rather than ellipse first of those on the line. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-ui/Overview.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Overview.html 14 Dec 2011 17:16:18 -0000 1.35 +++ Overview.html 11 Jan 2012 17:50:44 -0000 1.36 @@ -47,12 +47,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 14 December - 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January + 2012</h2> <dl> <dt>This version:</dt> - <!-- <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> --> + <!-- <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> --> <dd><a href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a> @@ -90,7 +90,7 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2011 <a + rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym @@ -2106,12 +2106,14 @@ value applies to the right edge. <p> For the ellipsis and string values, 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 + characters and <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. + 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. The first character or <a + href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes"> atomic + inline-level element</a> on a line must 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.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Overview.src.html 14 Dec 2011 17:16:18 -0000 1.36 +++ Overview.src.html 11 Jan 2012 17:50:44 -0000 1.37 @@ -1167,15 +1167,17 @@ <p> For the ellipsis and string values, -implementations must hide characters +implementations must hide characters and +<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. -When an +The first character or <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. +on a line +must be clipped rather than ellipsed. </p> <h4 class="no-num no-toc">ellipsing details</h4>
Received on Wednesday, 11 January 2012 17:54:49 UTC