- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Sep 2011 17:58:55 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv21476 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- Overview.html 31 Aug 2011 21:44:13 -0000 1.91 +++ Overview.html 5 Sep 2011 17:58:53 -0000 1.92 @@ -4,11 +4,11 @@ <html lang=en> <head><meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type> - <title>CSS3 Values and Units</title> + <title>CSS Values and Units Module Level 3</title> <style type="text/css"> code, small { white-space: nowrap } - .say { clor: gray; } + .say { color: gray; } pre.value { font: inherit; white-space: pre-wrap; margin: 0; padding: 0; } #propvalues td { text-align: right; } #propvalues td + td { text-align: left; } @@ -24,13 +24,14 @@ <h1>CSS Values and Units Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 September + 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-values-20110831/">http://www.w3.org/TR/2011/ED-css3-values-20110831/</a> + href="http://www.w3.org/TR/2011/ED-css3-values-20110905/">http://www.w3.org/TR/2011/ED-css3-values-20110905/</a> <dt>Latest version: @@ -40,7 +41,7 @@ <dt>Previous version: <dd><a - href="http://www.w3.org/TR/2005/WD-css3-values-20050726">http://www.w3.org/TR/2005/WD-css3-values-20050726</a> + href="http://www.w3.org/TR/2006/WD-css3-values-20060919/">http://www.w3.org/TR/2006/WD-css3-values-20060919/</a> <dt>Editors: @@ -221,7 +222,7 @@ class=css>mm</code>’, ‘<code class=css>in</code>’, ‘<code class=css>pt</code>’, ‘<code class=css>pc</code>’, ‘<code class=css>px</code>’ - units </a> + units</a> </ul> <li><a href="#other-units"><span class=secno>6. </span> Other Units</a> @@ -272,7 +273,7 @@ <li><a href="#calc"><span class=secno>9.1. </span> Calculations: ‘<code class=css>calc()</code>’, ‘<code class=css>min()</code>’ and ‘<code - class=css>max()</code>’ </a> + class=css>max()</code>’</a> <li><a href="#cycle"><span class=secno>9.2. </span> Cycling Values: ‘<code class=css>cycle()</code>’</a> @@ -317,14 +318,14 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2> <p>The value definition field of each CSS property can contain keywords, - data types (which appear between ‘<code class=css><</code>’ + data types (which appear between ‘<code class=css><</code>’ and ‘<code class=css>></code>’), and information on how they can be combined. Generic data types (<a href="#length-value"><code><length></code></a> being the most widely used) that can be used by many properties are described in this specification, while more specific data types (e.g., <code><spacing-limit></code>) are described in the corresponding - modules. </code> + modules. <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3> @@ -344,7 +345,7 @@ <p>Component value types are designated in several ways: <ol> - <li><a href="#keyword">keyword</a> values (such as ‘<code + <li><a href="#keywords">keyword</a> values (such as ‘<code class=css>auto</code>’, ‘<code class=css>disc</code>’, etc.), which appear literally, without quotes (e.g. <code>auto</code>) @@ -700,23 +701,26 @@ <a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">‘<code class=css>@import</code>’ rule</a>. - <p>Parentheses, whitespace characters, single quotes (') and double - quotes (") appearing in a URL must be escaped with a backslash so that the - resulting value is a valid <a href="#url"><code>URL</code></a> token, e.g. - ‘<code class=css>url(open\(parens)</code>’, ‘<code - class=css>url(close\)parens)</code>’. Depending on the type of URL, - it might also be possible to write these characters as URI-escapes (where - <code>(</code> = <code>%28</code>, <code>)</code> = <code>%29</code>, - etc.) as described in <a href="#URI" + <p>Parentheses, whitespace characters, single quotes (‘<code + class=css>) and double quotes (") appearing in a URL must be escaped with + a backslash so that the resulting value is a valid <a + href="#url"><code>URL</code></a> token, e.g. + </code>’url(open\(parens)‘<code class=css>, + </code>’url(close\)parens)‘<code class=css>. Depending on the + type of URL, it might also be possible to write these characters as + URI-escapes (where <code>(</code> = <code>%28</code>, <code>)</code> = + <code>%29</code>, etc.) as described in <a href="#URI" rel=biblioentry>[URI]<!--{{URI}}--></a>. Alternatively a URL containing such characters may be represented as a quoted <a - href="#string">string</a> within the ‘<a href="#url"><code - class=css>url()</code></a>’ notation. + href="#strings">string</a> within the </code>’‘<a + href="#url"><code class=css>url()</code></a>’‘<code class=css> + notation. </code> <p>In order to create modular style sheets that are not dependent on the absolute location of a resource, authors should use relative URIs. - Relative URIs (as defined in [[RFC3986]]) are resolved to full URIs using - a base URI. RFC 3986, section 3, defines the normative algorithm + Relative URIs (as defined in <a href="#URI" + rel=biblioentry>[URI]<!--{{URI}}--></a>) are resolved to full URIs using a + base URI. RFC 3986, section 3, defines the normative algorithm for this process. For CSS style sheets, the base URI is that of the style sheet, not that of the source document. @@ -729,9 +733,9 @@ <pre>http://www.example.org/style/basic.css</pre> - <p>The background of the source document's <code><body></code> will - be tiled with whatever image is described by the resource designated by - the URL: + <p>The background of the source document’s <code><body></code> + will be tiled with whatever image is described by the resource designated + by the URL: <pre>http://www.example.org/style/tile.png</pre> @@ -814,7 +818,7 @@ class=css>0</code>’. (In other words, for zero lengths the unit identifier is optional.) - <p> A <dfn id=dimension>dimension</dfn> is a <a + <p>A <dfn id=dimension>dimension</dfn> is a <a href="#number"><i>number</i></a> immediately followed by a unit identifier. It corresponds to the <a href="#dimension"><code>DIMENSION</code></a> token in the <a @@ -1236,9 +1240,11 @@ <p>The <dfn id=image-value><code><image></code></dfn> data type is defined herein as equivalent to <a href="#url-value"><code><url></code></a>. It is <a - href="http://www.w3.org/TR/css3-images/#image">extended</a> in - [[!CSS3IMAGES]]: UAs that support CSS Image Values Level 3 must interpret - <a href="#image-value"><code><image></code></a> as defined therein. + href="http://www.w3.org/TR/css3-images/#image">extended</a> in <a + href="#CSS3-IMAGES" + rel=biblioentry>[CSS3-IMAGES]<!--{{!CSS3-IMAGES}}--></a>: UAs that support + CSS Image Values Level 3 must interpret <a + href="#image-value"><code><image></code></a> as defined therein. <h2 id=layout-values><span class=secno>8. </span> Layout-specific Data Types</h2> @@ -1249,9 +1255,10 @@ <p>The <dfn id=fr-unit title=fr>fr unit</dfn> is used to represent proportions, such as the proportions used to distribute remaining space in - a flex layout computation. [[CSS3FLEX]] When multiple fractions - participate in a calculation, the remainder is distributed proportionally - to their numeric value. + a flex layout computation. <a href="#CSS3-FLEXBOX" + rel=biblioentry>[CSS3-FLEXBOX]<!--{{CSS3-FLEXBOX}}--></a> When multiple + fractions participate in a calculation, the remainder is distributed + proportionally to their numeric value. <div class=example> <pre> @@ -1303,10 +1310,6 @@ <!-- -->content: counter(list-item) ". "; <!-- -->width: calc(50% - 2em);</pre> - <pre> - -</pre> - <h3 id=calc><span class=secno>9.1. </span> Calculations: ‘<a href="#calc0"><code class=css>calc()</code></a>’, ‘<a href="#min"><code class=css>min()</code></a>’ and ‘<a @@ -1867,8 +1870,6 @@ <th>Actual value - <thead> - <tbody> <tr> <td>(a) @@ -2082,6 +2083,16 @@ </dd> <!----> + <dt id=CSS3-IMAGES>[CSS3-IMAGES] + + <dd>Elika J. Etemad; Tab Atkins Jr. <a + href="http://www.w3.org/TR/2011/WD-css3-images-20110712/"><cite>CSS Image + Values and Replaced Content Module Level 3.</cite></a> 12 July 2011. W3C + Working Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-images-20110712/">http://www.w3.org/TR/2011/WD-css3-images-20110712/</a> + </dd> + <!----> + <dt id=CSS3COLOR>[CSS3COLOR] <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a @@ -2101,6 +2112,16 @@ <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> <!----> + <dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX] + + <dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a + href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/"><cite>Flexible + Box Layout Module.</cite></a> 22 March 2011. W3C Working Draft. (Work in + progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a> + </dd> + <!----> + <dt id=CSS3CASCADE>[CSS3CASCADE] <dd>Håkon Wium Lie. <a
Received on Monday, 5 September 2011 17:58:57 UTC