- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Jan 2012 22:53:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv21948 Modified Files: Overview.html Overview.src.html Log Message: Shorten wording on text-align-last. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- Overview.html 14 Jan 2012 00:51:25 -0000 1.211 +++ Overview.html 16 Jan 2012 22:53:54 -0000 1.212 @@ -32,15 +32,15 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 January + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January 2012</h2> <dl> <dt>This version: - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/13 [...6179 lines suppressed...] - <td>all elements + <td>all elements - <td>yes + <td>yes - <td>refers to width of the affected glyph + <td>refers to width of the affected glyph - <td>visual - </table> - <!--end-properties--> - <!-- + <td>visual + </table> + <!--end-properties--> <!-- <h2 class="no-num" id="index">Appendix I: Index</h2> index--> + </div> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.310 retrieving revision 1.311 diff -u -d -r1.310 -r1.311 --- Overview.src.html 14 Jan 2012 00:51:25 -0000 1.310 +++ Overview.src.html 16 Jan 2012 22:53:54 -0000 1.311 @@ -1509,16 +1509,19 @@ <p>This property describes how the last line of a block or a line right before a forced line break is aligned. If a line is also the first line of the block or the first line after a forced line - break, then 'text-align-last' takes precedence over 'text-align' - <em>except</em> when two keywords are given for 'text-align' - (i.e. when 'text-align' assigns an explicit first line alignment). + break, then, unless 'text-align' assigns an explicit first line + alignment (via ''start end''), 'text-align-last' takes precedence + over 'text-align'. - <p>''auto'' is - equivalent to the value of the 'text-align' property except when - 'text-align' is set to ''justify'', in which case it is ''justify'' - when 'text-justify' is ''distribute'' and ''start'' otherwise. + <p>If ''auto'' is specified, content on the affected line is aligned + per 'text-align' unless 'text-align' is set to ''justify''. In + this case, content is justified if 'text-justify' is ''distribute'' + and start-aligned otherwise. All other values have the same meanings as in 'text-align'.</p> + <div class="example"> + <p>The following example + <h3 id="text-justify"> Justification Method: the 'text-justify' property</h3> @@ -1677,7 +1680,7 @@ <th scope="row"><a href="#block-scripts">block</a></th> <td>2</td> <td><strong>1</strong></td> - <td>3</td> + <td><strong>1</strong></td> <td>2</td> <td>3</td> <td><strong>1</strong>*</td> @@ -3492,10 +3495,47 @@ <h2 class="no-num" id="changes">Appendix C: Changes</h2> <h3 class="no-num" id="recent-changes"> - Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">April + Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110901/">September 2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a></h3> - <p>...</p> + <p>A number of less-stable features have been deferred to Level 4: + <ul> + <li>the ''discard'', ''trim-inner'', ''consume-before'', and ''consume-after'' + values of 'text-space-collapse' + <li>the 'hyphenate-character', 'hyphenate-limit-zone', 'hyphenate-limit-word', + 'hyphenate-limit-lines', and 'hyphenate-limit-last' properties + <li>the ''hyphenate'' value of 'overflow-wrap' + <li>the 'text-spacing' property + <li>the ''no/replace-underline/overline/line-through'' values of 'text-decoration-line' + <li>the 'text-emphasis-skip' property + <li>the spread radius on 'text-shadow' + </ul> + + <p>Other major changes include:</p> + <ul> + <li>Simplified first-line alignment feature of 'text-align' to only allow + the ''start end'' combination, since no use cases were presented for any + others. + <li>Removed ability to combine character-based alignment with full + justification. + <li>Dropped percentage values of 'letter-spacing' and change its + definition for 'word-spacing' to be relative to the affected character. + <li>Added back ''last'' value of 'hanging-punctuation' + <li>Allowed ''below'', ''left'', and ''right'' to be specified on their own + for 'text-underline-position'. + </ul> + + <p>Significant details updated:</p> + <ul> + <li>Defined that control characters other than those honored are ignored + for rendering purposes. + <li>Defined which line-breaking controls apply for break opportunities at + element boundaries. + <li>Fixed error in 'text-justify' table for ''distribute'' + <li>Fixed error in single-value 'letter-spacing' and 'word-spacing' definitions + <li>Removed language-dependent behavior of ''text-underline-position: auto'' + <li>Include <narrow> mappings in ''text-transform: fullwidth'' + </ul> <h3 class="no-num" id="recent-changes"> Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">April
Received on Monday, 16 January 2012 22:54:03 UTC