- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jun 2011 00:25:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv21851 Modified Files: Overview.html Overview.src.html Log Message: Add 1st draft of order-of-operations appendix Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.148 retrieving revision 1.149 diff -u -d -r1.148 -r1.149 --- Overview.html 28 Jun 2011 23:21:10 -0000 1.148 +++ Overview.html 29 Jun 2011 00:25:08 -0000 1.149 @@ -84,14 +84,14 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 June 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2011</h2> <dl> <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/06/28 23:18:37 $ (CVS $Revision$)</a> <!-- - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110628/">http://www.w3.org/TR/2011/WD-css3-text-20110628/</a></dd> + 2011/06/28 23:21:10 $ (CVS $Revision$)</a> <!-- + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110629/">http://www.w3.org/TR/2011/WD-css3-text-20110629/</a></dd> --> @@ -485,7 +485,11 @@ <li class=no-num><a href="#full-size-kana-map">Appendix F: ‘<code class=css>full-size-kana</code>’ Mappings</a> - <li class=no-num><a href="#appendix-g-full-property-index">Appendix G: + <li class=no-num><a + href="#appendix-g-text-processing-order-of-oper">Appendix G: Text + Processing Order of Operations</a> + + <li class=no-num><a href="#appendix-h-full-property-index">Appendix H: Full Property Index</a> <li class=no-num><a href="#index">Appendix I: Index</a> @@ -5448,6 +5452,26 @@ <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> <!----> + <dt id=CSS21>[CSS21] + + <dd>Bert Bos; et al. <a + href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June + 2011. W3C Recommendation. URL: <a + href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> + </dd> + <!----> + + <dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES] + + <dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a + href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/"><cite>CSS + Writing Modes Module Level 3.</cite></a> 31 May 2011. W3C Working Draft. + (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/</a> + </dd> + <!----> + <dt id=CSS3BG>[CSS3BG] <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a @@ -6045,7 +6069,60 @@ <td>ョ U+FF6E ➔ ヨ U+FF96 </table> - <h2 class=no-num id=appendix-g-full-property-index>Appendix G: Full + <h2 class=no-num id=appendix-g-text-processing-order-of-oper>Appendix G: + Text Processing Order of Operations</h2> + + <p>The following list defines the order of text operations. + (Implementations are not bound to this order as long as the resulting + layout is the same.) + + <ol> + <li><a + href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text + combination</a> <a href="#CSS3-WRITING-MODES" + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> + + <li><a href="#white-space-rules">white space processing</a> part I + (pre-wrapping) + + <li><a href="#text-transform">text transformation</a> + + <li><a href="#spacing">default spacing</a> + + <li><a href="#text-wrapping">text wrapping</a> while applying per line: + <ol> + <li><a href="#white-space-rules">white space processing</a> part II + + <li><a href="#text-indent">indentation</a> + + <li><a + href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional + reordering</a> <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> / <a + href="#CSS3-WRITING-MODES" + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> + + <li><a + href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text + orientation</a> <a href="#CSS3-WRITING-MODES" + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> + + <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and + kerning</a> <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> / [[!CSS3FONTS]] + + <li><a href="#hanging-punctuation">hanging punctuation</a> + </ol> + + <li><a href="#justification">justification</a> (which may affect glyph + selection and/or text wrapping, looping back into that step) + + <li><a href="#text-align">text alignment</a> + + <li><a href="#decoration">text decoration</a> + </ol> + + <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full Property Index</h2> <!--begin-properties--> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.246 retrieving revision 1.247 diff -u -d -r1.246 -r1.247 --- Overview.src.html 28 Jun 2011 23:21:10 -0000 1.246 +++ Overview.src.html 29 Jun 2011 00:25:08 -0000 1.247 @@ -4478,10 +4478,37 @@ </tr> </table> -<h2 class="no-num">Appendix G: Full Property Index</h2> +<h2 class="no-num">Appendix G: +Text Processing Order of Operations</h2> + + <p>The following list defines the order of text operations. (Implementations + are not bound to this order as long as the resulting layout is the same.) + + <ol> + <li><a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> [[!CSS3-WRITING-MODES]] + <li><a href="#white-space-rules">white space processing</a> part I (pre-wrapping) + <li><a href="#text-transform">text transformation</a> + <li><a href="#spacing">default spacing</a> + <li><a href="#text-wrapping">text wrapping</a> while applying per line: + <ol> + <li><a href="#white-space-rules">white space processing</a> part II + <li><a href="#text-indent">indentation</a> + <li><a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional reordering</a> [[!CSS21]] / [[!CSS3-WRITING-MODES]] + <li><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a> [[!CSS3-WRITING-MODES]] + <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONTS]] + <li><a href="#hanging-punctuation">hanging punctuation</a> + </ol> + <li><a href="#justification">justification</a> (which may affect glyph selection and/or text wrapping, looping back into that step) + <li><a href="#text-align">text alignment</a> + <li><a href="#decoration">text decoration</a> + </ol> + +<h2 class="no-num">Appendix H: +Full Property Index</h2> <!-- properties --> -<h2 class="no-num" id="index">Appendix I: Index</h2> +<h2 class="no-num" id="index">Appendix I: +Index</h2> <!--index--> </body>
Received on Wednesday, 29 June 2011 00:25:16 UTC