- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 30 Oct 2011 17:01:37 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv21822 Modified Files: Overview.html Overview.src.html Log Message: Add link to values interpretation section, fix illegal-example example, add Canonical order section per Anne's suggestion Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Overview.html 16 Aug 2011 22:59:41 -0000 1.12 +++ Overview.html 30 Oct 2011 17:01:35 -0000 1.13 @@ -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 TEMPLATE Module Level N</title> <link href=default.css rel=stylesheet type="text/css"> @@ -37,13 +37,14 @@ <h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var class=replaceme>N</var></h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October + 2011</h2> <dl> <dt>This version: <dd><a class=replaceme - href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/</a> + href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/</a> <dt>Latest version: @@ -77,13 +78,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> @@ -295,7 +296,7 @@ </div> <p>Illegal CSS examples (examples of errors) are the same, but with class - "illegal-example". Examples of HTML and XML code have class "html" and + "illegal example". Examples of HTML and XML code have class "html" and "xml" respectively, but are otherwise ditto. <p>A formal definition of a property looks like this: @@ -312,7 +313,7 @@ <td><dfn id=display-model>display-model</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td>inline-inside | block-inside | table | ruby | icon @@ -345,6 +346,12 @@ <th>Computed value: <td>specified value + + <tr> + <th>Canonical order: + + <td><abbr title="follows order of property value definition">per + grammar<abbr> </abbr></abbr> </table> <dl> @@ -363,8 +370,8 @@ <p>And a figure with a caption is done like this: <div class=figure> - <p><img alt="A table with a caption above it; both have margins and the - margins between them are collapsed, as is normal for vertical margins." + <p><img + alt="A table with a caption above it; both have margins and the margins between them are collapsed, as is normal for vertical margins." src=corner.png> <p class=caption>Just a random image. SVG would be nice, but maybe SVG @@ -643,8 +650,8 @@ <!--begin-index--> <ul class=indexlist> - <li>authoring tool, <a href="#authoring-tool" title="authoring - tool"><strong>3.2.</strong></a> + <li>authoring tool, <a href="#authoring-tool" + title="authoring tool"><strong>3.2.</strong></a> <li>Cross-references, <a href="#cross-references" title=Cross-references><strong>2.1.</strong></a> @@ -675,8 +682,8 @@ <li>style sheet <ul> - <li>as conformance class, <a href="#style-sheet" title="style sheet, as - conformance class"><strong>3.2.</strong></a> + <li>as conformance class, <a href="#style-sheet" + title="style sheet, as conformance class"><strong>3.2.</strong></a> </ul> <li>terms, <a href="#terms" title=terms>2.</a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-module/Overview.src.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.src.html 22 Sep 2011 19:10:46 -0000 1.15 +++ Overview.src.html 30 Oct 2011 17:01:35 -0000 1.16 @@ -167,7 +167,7 @@ </div> <p>Illegal CSS examples (examples of errors) are the same, but with class - "illegal-example". Examples of HTML and XML code have class "html" and "xml" + "illegal example". Examples of HTML and XML code have class "html" and "xml" respectively, but are otherwise ditto.</p> <p>A formal definition of a property looks like this:</p> @@ -180,7 +180,7 @@ <th>Name: <td><dfn>display-model</dfn> <tr> - <th>Value: + <th><a href="#values">Value</a>: <td>inline-inside | block-inside | table | ruby | icon <tr> <th>Initial: @@ -200,6 +200,9 @@ <tr> <th>Computed value: <td>specified value + <tr> + <th>Canonical order: + <td><abbr title="follows order of property value definition">per grammar<abbr> </table> <dl>
Received on Sunday, 30 October 2011 17:01:39 UTC