- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 23:04:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv32218 Modified Files: Overview.html Overview.src.html Log Message: Add <position> as a basic data type. Also clarify for <image> and <color> that future levels of their specs should be consulted as they exist. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- Overview.html 12 Dec 2011 22:56:21 -0000 1.145 +++ Overview.html 12 Dec 2011 23:04:12 -0000 1.146 @@ -254,6 +254,9 @@ <li><a href="#images"><span class=secno>7.2. </span> Images: the ‘<code class=css><image></code>’ type</a> + + <li><a href="#images"><span class=secno>7.3. </span> 2D Positioning: the + ‘<code class=css><position></code>’ type</a> </ul> <li><a href="#functional-notation"><span class=secno>8. </span> Functional @@ -1189,7 +1192,7 @@ <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and <a href="http://www.w3.org/TR/css3-color/#colorunits">extended</a> in <a href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{!CSS3COLOR}}--></a>. - UAs that support CSS Color Level 3 must interpret <a + UAs that support CSS Color Level 3 or its successor must interpret <a href="#color-value"><code><color></code></a> as defined therein. <h3 id=images><span class=secno>7.2. </span> Images: the ‘<a @@ -1201,9 +1204,24 @@ 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 + CSS Image Values Level 3 or its successor must interpret <a href="#image-value"><code><image></code></a> as defined therein. + <h3 id=images><span class=secno>7.3. </span> 2D Positioning: the ‘<a + href="#position-value"><code class=css><position></code></a>’ + type</h3> + + <p>The <dfn id=position-value><code><position></code></dfn> data type + is defined herein as equivalent to the <a + href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code><'background-position'></code></a> + syntax defined in <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It is <a + href="http://www.w3.org/TR/css3-background/#the-background-position">extended</a> + in <a href="#CSS3BG" rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>: UAs + that support CSS Backgrounds & Borders Level 3 or its successor must + interpret <a href="#position-value"><code><position></code></a> as + defined therein. + <h2 id=functional-notation><span class=secno>8. </span> Functional Notations</h2> @@ -1735,6 +1753,16 @@ </dd> <!----> + <dt id=CSS3BG>[CSS3BG] + + <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a + href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS + Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C + Candidate Recommendation. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a> + </dd> + <!----> + <dt id=CSS3COLOR>[CSS3COLOR] <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a @@ -1858,6 +1886,10 @@ href="#percentage-value" title="<percentage>"><strong>4.2.</strong></a> + <li><a href="#position-value"><code><position></code></a>, <a + href="#position-value" title="<position>"><strong>7.3.</strong></a> + + <li>rad, <a href="#rad" title=rad><strong>6.1.</strong></a> <li>reference pixel, <a href="#reference-pixel" Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.148 retrieving revision 1.149 diff -u -d -r1.148 -r1.149 --- Overview.src.html 12 Dec 2011 22:56:21 -0000 1.148 +++ Overview.src.html 12 Dec 2011 23:04:12 -0000 1.149 @@ -798,7 +798,7 @@ <a href="http://www.w3.org/TR/CSS21/syndata.html#color-units">defined</a> in [[!CSS21]] and <a href="http://www.w3.org/TR/css3-color/#colorunits">extended</a> in [[!CSS3COLOR]]. - UAs that support CSS Color Level 3 must interpret <code><color></code> + UAs that support CSS Color Level 3 or its successor must interpret <code><color></code> as defined therein. <h3 id="images"> @@ -807,9 +807,18 @@ <p>The <dfn id="image-value"><code><image></code></dfn> data type is defined herein as equivalent to <code><url></code>. It is <a href="http://www.w3.org/TR/css3-images/#image">extended</a> in - [[!CSS3-IMAGES]]: UAs that support CSS Image Values Level 3 must interpret + [[!CSS3-IMAGES]]: UAs that support CSS Image Values Level 3 or its successor must interpret <code><image></code> as defined therein. +<h3 id="images"> +2D Positioning: the ''<position>'' type</h3> + + <p>The <dfn id="position-value"><code><position></code></dfn> data type is + defined herein as equivalent to the <a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code><'background-position'></code></a> syntax defined in [[!CSS21]]. + It is <a href="http://www.w3.org/TR/css3-background/#the-background-position">extended</a> in + [[!CSS3BG]]: UAs that support CSS Backgrounds & Borders Level 3 or its successor must interpret + <code><position></code> as defined therein. + <h2 id="functional-notation"> Functional Notations</h2>
Received on Monday, 12 December 2011 23:04:19 UTC