- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 17:42:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv10186 Modified Files: Overview.html default.css Log Message: Fix date Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- Overview.html 29 Aug 2011 17:29:42 -0000 1.179 +++ Overview.html 29 Aug 2011 17:42:37 -0000 1.180 @@ -29,7 +29,7 @@ <h1>CSS Text Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 31 August + <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 30 August 2011</h2> <dl> @@ -39,7 +39,7 @@ --> <dd><a - href="http://www.w3.org/TR/2011/WD-css3-text-20110831/">http://www.w3.org/TR/2011/WD-css3-text-20110831/</a> + href="http://www.w3.org/TR/2011/WD-css3-text-20110830/">http://www.w3.org/TR/2011/WD-css3-text-20110830/</a> <dt>Latest version: Index: default.css =================================================================== RCS file: /sources/public/csswg/css3-text/default.css,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- default.css 29 Mar 2011 23:16:24 -0000 1.4 +++ default.css 29 Aug 2011 17:42:37 -0000 1.5 @@ -1,7 +1,6 @@ /* * Style sheet for the CSS3 specification, * to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC} - * $Id$ */ @media print { @@ -149,40 +148,21 @@ border: thin solid #999; /*margin: -1.3em 0 0.3em -2.5em;*/ } -div.example, div.illegal-example, div.html, div.illegal-html, div.xml, -div.illegal-xml, pre.example, pre.illegal-example, pre.html, -pre.illegal-html, pre.xml, pre.illegal-xml { +div.example, div.html, div.xml, +pre.example, pre.html, pre.xml { background: #FFF8DD; padding: 0.5em; margin: 1em 0; border: thin solid #999; position: relative; clear: both; + color: #600; } -pre.example, pre.illegal-example, pre.html, -pre.illegal-html, pre.xml, pre.illegal-xml { +pre.example, pre.html, pre.xml { padding-top: 1.5em; } -div.example { color: #600 } -pre.example { color: #600 } -pre.illegal-example { color: red } -div.illegal-example { color: red } -div.illegal-example p { color: black } - -div.html { color: #600 } -pre.html { color: #600 } -pre.illegal-html { color: red } -div.illegal-html { color: red } -div.illegal-html p { color: black } -pre.deprecated-html { color: red } -div.deprecated-html { color: red } -div.deprecated-html p { color: black } - -div.xml { color: #600 } -pre.xml { color: #600 } -pre.illegal-xml { color: red } -div.illegal-xml { color: red } -div.illegal-xml p { color: black } +div.illegal, pre.illegal { color: red } +div.illegal p { color: black } /* code { font-size: 90% } */ .css { color: #800 } /* inline CSS code (SPAN/CODE) */ @@ -333,12 +313,12 @@ border-style: solid none none dotted; border-width: thin; border-color: red; + vertical-align: baseline; } table.proptable th:first-child, table.proptable td:first-child { border-left-style: none; } - /* Style for table that defines a property or a descriptor */ table.propdef, table.propdef-extra, table.descdef { border-spacing: 0; @@ -437,12 +417,13 @@ padding: 0.3em 0.3em 0.3em 0.7em; } - /* Style for data tables (and properly marked-up proptables) */ .data, .proptable { + font-size: small; margin: 1em auto; border-collapse: collapse; + border-spacing: 0; border: solid #005A9B; } .data caption { @@ -451,10 +432,16 @@ } .data td, .data th, .proptable td, .proptable th { - border: thin solid; - padding: 0.2em; + border: thin; + border-style: solid none none dotted; + padding: 0.4em; text-align: center; + border-color: red; } + th:first-child, td:first-child { + border-left-style: none; + } + .data thead th[scope="row"], .proptable thead th[scope="row"] { text-align: right; @@ -478,6 +465,13 @@ .data colgroup { border: solid; } + .proptable code { + font: inherit; + white-space: nowrap; + } + .proptable th a { + display: block; + } .data img { vertical-align: middle;
Received on Monday, 29 August 2011 17:42:40 UTC