csswg/css3-values Overview.html,1.91,1.92

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>&rsquo;, &lsquo;<code class=css>in</code>&rsquo;,
       &lsquo;<code class=css>pt</code>&rsquo;, &lsquo;<code
       class=css>pc</code>&rsquo;, &lsquo;<code class=css>px</code>&rsquo;
-      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:
       &lsquo;<code class=css>calc()</code>&rsquo;, &lsquo;<code
       class=css>min()</code>&rsquo; and &lsquo;<code
-      class=css>max()</code>&rsquo; </a>
+      class=css>max()</code>&rsquo;</a>
 
      <li><a href="#cycle"><span class=secno>9.2. </span> Cycling Values:
       &lsquo;<code class=css>cycle()</code>&rsquo;</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 &lsquo;<code class=css><</code>&rsquo;
+   data types (which appear between &lsquo;<code class=css>&lt;</code>&rsquo;
    and &lsquo;<code class=css>></code>&rsquo;), and information on how they
    can be combined. Generic data types (<a
    href="#length-value"><code>&lt;length&gt;</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>&lt;spacing-limit&gt;</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 &lsquo;<code
+   <li><a href="#keywords">keyword</a> values (such as &lsquo;<code
     class=css>auto</code>&rsquo;, &lsquo;<code class=css>disc</code>&rsquo;,
     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">&lsquo;<code
    class=css>@import</code>&rsquo; rule</a>.
 
-  <p>Parentheses, whitespace characters, single quotes (&apos;) 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.
-   &lsquo;<code class=css>url(open\(parens)</code>&rsquo;, &lsquo;<code
-   class=css>url(close\)parens)</code>&rsquo;. 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 (&lsquo;<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>&rsquo;url(open\(parens)&lsquo;<code class=css>,
+   </code>&rsquo;url(close\)parens)&lsquo;<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 &lsquo;<a href="#url"><code
-   class=css>url()</code></a>&rsquo; notation.
+   href="#strings">string</a> within the </code>&rsquo;&lsquo;<a
+   href="#url"><code class=css>url()</code></a>&rsquo;&lsquo;<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&nbsp;3986, section&nbsp;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&nbsp;3986, section&nbsp;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>&lt;body&gt;</code> will
-    be tiled with whatever image is described by the resource designated by
-    the URL:
+   <p>The background of the source document&rsquo;s <code>&lt;body&gt;</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>&rsquo;. (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>&lt;image&gt;</code></dfn> data type is
    defined herein as equivalent to <a
    href="#url-value"><code>&lt;url&gt;</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>&lt;image&gt;</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>&lt;image&gt;</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: &lsquo;<a
    href="#calc0"><code class=css>calc()</code></a>&rsquo;, &lsquo;<a
    href="#min"><code class=css>min()</code></a>&rsquo; and &lsquo;<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 &#199;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&#229;kon Wium Lie. <a

Received on Monday, 5 September 2011 17:58:57 UTC