- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Mar 2011 20:46:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-linebox In directory hutz:/tmp/cvs-serv3519 Modified Files: Overview.html Overview.src.html Log Message: Use 'glyphs' rather than 'text' as a value for 'line-box-contain', and include 'glyphs' in the dl of the property values, based on discussion on www-style today between me and hyatt. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-linebox/Overview.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Overview.html 16 Mar 2011 20:41:03 -0000 1.3 +++ Overview.html 16 Mar 2011 20:46:22 -0000 1.4 @@ -31,11 +31,11 @@ <h1 id=css3-module>CSS3 module: line</h1> - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 23 February 2008</h2> + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 16 March 2011</h2> <dl> <dt>This version: - <!--<dd><a href="http://www.w3.org/TR/2008/ED-css3-linebox-20080223/">http://www.w3.org/TR/2008/ED-css3-linebox-20080223/</a></dd>--> + <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-linebox-20110316/">http://www.w3.org/TR/2011/ED-css3-linebox-20110316/</a></dd>--> <dd>[no permanent URL] @@ -79,7 +79,7 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2008 <a + rel=license>Copyright</a> © 2011 <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 title="Massachusetts Institute @@ -907,8 +907,8 @@ <tr> <td><em>Value:</em> - <td>[ block || inline || font || text || replaced || inline-box ] | none - | inherit | initial + <td>[ block || inline || font || glyphs || replaced || inline-box ] | + none | inherit | initial <tr> <td><em>Initial:</em> @@ -974,6 +974,11 @@ class=property>all-space-treatment</code>’ properties. <span class=issue>[LDB: This isn't quite right. What about zwnj, etc.?</span> + <dt>glyphs + + <dd>The block progression dimension of all the glyph bounding boxes of + glyphs in the line box must fit within the line box. + <dt>replaced <dd>The margin box of all <span title="replaced element"><a @@ -1056,7 +1061,7 @@ is not automatically restricted to replaced elements.]</span> <li>For each box that has <span class=css>‘<code - class=property>text</code>’</span> in <span + class=property>glyphs</code>’</span> in <span class=property>‘<a href="#line-box-contain"><code class=property>line-box-contain</code></a>’</span>, the top of the line box must be at least as high as the top of each glyph in the box @@ -4182,8 +4187,8 @@ <tr valign=baseline> <td><a class=property href="#line-box-contain">line-box-contain</a> - <td>[ block || inline || font || text || replaced || inline-box ] | none - | inherit | initial + <td>[ block || inline || font || glyphs || replaced || inline-box ] | + none | inherit | initial <td>block inline replaced Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-linebox/Overview.src.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Overview.src.html 24 Feb 2008 07:22:04 -0000 1.35 +++ Overview.src.html 16 Mar 2011 20:46:23 -0000 1.36 @@ -566,7 +566,7 @@ <tr> <td><em>Value:</em> -<td>[ block || inline || font || text || replaced || inline-box ] | none | +<td>[ block || inline || font || glyphs || replaced || inline-box ] | none | inherit | initial <tr> @@ -625,6 +625,11 @@ class="issue">[LDB: This isn't quite right. What about zwnj, etc.?</span> +<dt>glyphs + +<dd>The block progression dimension of all the glyph bounding boxes of +glyphs in the line box must fit within the line box.</dd> + <dt>replaced <dd>The margin box of all <span title="replaced element"><a @@ -691,7 +696,7 @@ does the job, except that it is not automatically restricted to replaced elements.]</span> -<li>For each box that has <span class="css">'text'</span> in <span +<li>For each box that has <span class="css">'glyphs'</span> in <span class="property">'line-box-contain'</span>, the top of the line box must be at least as high as the top of each glyph in the box (excluding those in child elements). The bottom of the line box must
Received on Wednesday, 16 March 2011 20:46:26 UTC