- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 22:54:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-line-grid In directory hutz:/tmp/cvs-serv16932 Modified Files: Overview.html Overview.src.html Log Message: Obsoletion notice. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-line-grid/Overview.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Overview.html 1 Jun 2011 15:10:03 -0000 1.16 +++ Overview.html 26 Oct 2011 22:54:42 -0000 1.17 @@ -2,8 +2,8 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html lang=en> - <head profile="http://www.w3.org/2006/03/hcard"><meta content="text/html; - charset=utf-8" http-equiv=Content-Type> + <head profile="http://www.w3.org/2006/03/hcard"><meta + content="text/html; charset=utf-8" http-equiv=Content-Type> <title>CSS Line Grid Module</title> <link href="../default.css" rel=stylesheet type="text/css"> @@ -39,13 +39,14 @@ <h1>CSS Line Grid Module</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 June 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October + 2011</h2> <dl> <dt>This version: - <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20110601/"> - http://www.w3.org/TR/2011/ED-unknown-shortname-20110601</a> <!-- + <dd><a href="http://www.w3.org/TR/2011/ED-unknown-shortname-20111026/"> + http://www.w3.org/TR/2011/ED-unknown-shortname-20111026</a> <!-- <dt>Latest version: <dd><a href="http://www.w3.org/TR/css-line-grid"> http://www.w3.org/TR/css-line-grid</a> @@ -67,13 +68,13 @@ <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" 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 - of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym - title="European Research Consortium for Informatics and - Mathematics">ERCIM</acronym></a>, <a - href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <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 of Technology">MIT</acronym></a>, <a + href="http://www.ercim.eu/"><acronym + title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> @@ -84,6 +85,17 @@ <hr title="Separator for header"> </div> + <p + style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This + specification is not being actively maintained, and should not be used as + a guide for implementations. It may be revived in the future, but for now + should be considered obsolete. <br> + If you have questions or comments on this specification, please send an + email to the CSS Working Group's mailing list at <a + href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail + for the first time, you have to subscribe at <a + href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.) + <h2 class="no-num no-toc" id=abstract>Abstract</h2> <p>CSS is a language for describing the rendering of structured documents @@ -260,9 +272,9 @@ vertical rhythm. Examples include lines with different sizes of text, pictures, and tables. - <div class=figure> <img alt="Vertical rhythm kept through pictures and - different size of text in a multi-column document" height=246 - src=line-grid-multicol.png width=480> + <div class=figure> <img + alt="Vertical rhythm kept through pictures and different size of text in a multi-column document" + height=246 src=line-grid-multicol.png width=480> <p class=caption>Vertical rhythm kept through pictures and different size of text in a multi-column document.</p> </div> @@ -282,9 +294,9 @@ with the basic text.</p> </div> - <div class=sidefigure id=ex-width> <img alt="East Asian layouts may require - width be a multiple of em without fractions" height=142 - src=width-multiple-of-em.png width=180> + <div class=sidefigure id=ex-width> <img + alt="East Asian layouts may require width be a multiple of em without fractions" + height=142 src=width-multiple-of-em.png width=180> <p class=caption>East Asian layouts may require width be a multiple of <em>em</em> without fractions.</p> </div> @@ -640,8 +652,8 @@ <p class=issue>TBD <h3 id=grid-length-unit><span class=secno>3.3. </span>The ‘<code - class=css><span class=index id=gd title="length - unit::gd">gd</span></code>’ length unit</h3> + class=css><span class=index id=gd + title="length unit::gd">gd</span></code>’ length unit</h3> <p>The existence of a grid in an element makes it possible and very useful to express various measurements in that element in terms of grid units. @@ -653,7 +665,8 @@ <p>For example, consider the following style: - <pre><code class=css>P { layout-grid: strict both 20pt 15pt; margin: 1gd 3gd 1gd 2gd }</code></pre> + <pre><code + class=css>P { layout-grid: strict both 20pt 15pt; margin: 1gd 3gd 1gd 2gd }</code></pre> <p>This way, all P elements would effectively acquire a 15pt top margin, a 60pt right margin, a 15pt bottom margin and a 40pt left margin. @@ -770,8 +783,8 @@ <h4 id=round-length><span class=secno>3.4.2. </span>Rounding Lengths to Multiple of Units: ‘<code class=css><span class=index id=rounddown title="length unit::rounddown()">rounddown()</span></code>’ and - ‘<code class=css><span class=index id=roundup title="length - unit::rounddown()">roundup()</span></code>’</h4> + ‘<code class=css><span class=index id=roundup + title="length unit::rounddown()">roundup()</span></code>’</h4> <p>The ‘<code class=property>width</code>’ and ‘<code class=property>height</code>’ properties accept ‘<code @@ -1020,10 +1033,10 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23 - April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</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> <!----> @@ -1056,23 +1069,12 @@ </dd> <!----> - <dt id=CSS21>[CSS21] - - <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23 - April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a> - </dd> - <!----> - <dt id=CSS3COLOR>[CSS3COLOR] <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a - href="http://www.w3.org/TR/2010/PR-css3-color-20101028"><cite>CSS Color - Module Level 3.</cite></a> 28 October 2010. W3C Proposed Recommendation. - (Work in progress.) URL: <a - href="http://www.w3.org/TR/2010/PR-css3-color-20101028">http://www.w3.org/TR/2010/PR-css3-color-20101028</a> + href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color + Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a + href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a> </dd> <!----> @@ -1092,8 +1094,8 @@ <!--begin-index--> <ul class=indexlist> - <li>authoring tool, <a href="#authoring-tool" title="authoring - tool"><strong>4.1.</strong></a> + <li>authoring tool, <a href="#authoring-tool" + title="authoring tool"><strong>4.1.</strong></a> <li>layout-grid-char, <a href="#layout-grid-char" title=layout-grid-char><strong>3.4.1.</strong></a> @@ -1101,17 +1103,17 @@ <li>layout-grid-line, <a href="#layout-grid-line" title=layout-grid-line><strong>2.1.</strong></a> <ul> - <li>auto, <a href="#auto" title="layout-grid-line, - auto"><strong>2.1.</strong></a> + <li>auto, <a href="#auto" + title="layout-grid-line, auto"><strong>2.1.</strong></a> - <li>length, <a href="#ltlengthgt" title="layout-grid-line, - length"><strong>2.1.</strong></a> + <li>length, <a href="#ltlengthgt" + title="layout-grid-line, length"><strong>2.1.</strong></a> - <li>none, <a href="#none" title="layout-grid-line, - none"><strong>2.1.</strong></a> + <li>none, <a href="#none" + title="layout-grid-line, none"><strong>2.1.</strong></a> - <li>percent, <a href="#ltpercentgt" title="layout-grid-line, - percent"><strong>2.1.</strong></a> + <li>percent, <a href="#ltpercentgt" + title="layout-grid-line, percent"><strong>2.1.</strong></a> </ul> <li>layout-grid-measure, <a href="#layout-grid-measure" @@ -1120,26 +1122,26 @@ <li>layout-grid-mode, <a href="#layout-grid-mode" title=layout-grid-mode><strong>3.1.</strong></a> <ul> - <li>baseline, <a href="#baseline" title="layout-grid-mode, - baseline"><strong>3.1.</strong></a> + <li>baseline, <a href="#baseline" + title="layout-grid-mode, baseline"><strong>3.1.</strong></a> - <li>block, <a href="#block" title="layout-grid-mode, - block"><strong>3.1.</strong></a> + <li>block, <a href="#block" + title="layout-grid-mode, block"><strong>3.1.</strong></a> - <li>line, <a href="#line" title="layout-grid-mode, - line"><strong>3.1.</strong></a> + <li>line, <a href="#line" + title="layout-grid-mode, line"><strong>3.1.</strong></a> - <li>none, <a href="#none0" title="layout-grid-mode, - none"><strong>3.1.</strong></a> + <li>none, <a href="#none0" + title="layout-grid-mode, none"><strong>3.1.</strong></a> </ul> <li>length unit <ul> <li>gd, <a href="#gd" title="length unit, gd">3.3.</a> - <li>rounddown(), <a href="#rounddown" title="length unit, - rounddown()">3.4.2.</a>, <a href="#roundup" title="length unit, - rounddown()">3.4.2.</a> + <li>rounddown(), <a href="#rounddown" + title="length unit, rounddown()">3.4.2.</a>, <a href="#roundup" + title="length unit, rounddown()">3.4.2.</a> </ul> <li>renderer, <a href="#renderer" title=renderer><strong>4.1.</strong></a> @@ -1147,8 +1149,8 @@ <li>style sheet <ul> - <li>as conformance class, <a href="#style-sheet" title="style sheet, as - conformance class"><strong>4.1.</strong></a> + <li>as conformance class, <a href="#style-sheet" + title="style sheet, as conformance class"><strong>4.1.</strong></a> </ul> </ul> <!--end-index--> @@ -1175,7 +1177,7 @@ <tbody> <tr> - <td><a class=property href="#layout-grid-char">layout-grid-char</a> + <th><a class=property href="#layout-grid-char">layout-grid-char</a> <td>none | auto | <length> @@ -1190,7 +1192,7 @@ <td>visual <tr> - <td><a class=property href="#layout-grid-line">layout-grid-line</a> + <th><a class=property href="#layout-grid-line">layout-grid-line</a> <td>none | auto | <length> | <percentage> @@ -1205,7 +1207,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#layout-grid-measure">layout-grid-measure</a> <td>none | auto | <length> || up | down @@ -1221,7 +1223,7 @@ <td>visual <tr> - <td><a class=property href="#layout-grid-mode">layout-grid-mode</a> + <th><a class=property href="#layout-grid-mode">layout-grid-mode</a> <td>none | baseline | block | line Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Overview.src.html 1 Jun 2011 15:10:03 -0000 1.16 +++ Overview.src.html 26 Oct 2011 22:54:42 -0000 1.17 @@ -62,6 +62,8 @@ <hr title="Separator for header"> </div> +<p style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This specification is not being actively maintained, and should not be used as a guide for implementations. It may be revived in the future, but for now should be considered obsolete. <br>If you have questions or comments on this specification, please send an email to the CSS Working Group's mailing list at <a href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail for the first time, you have to subscribe at <a href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p> + <h2 class="no-num no-toc" id=abstract>Abstract</h2> <p>CSS is a language for describing the rendering of structured documents
Received on Wednesday, 26 October 2011 22:55:04 UTC