- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 00:38:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv9704 Modified Files: Overview.html Overview.src.html Log Message: Fix the heading id, and put in hooks for things other than bgs to use <position>. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.152 retrieving revision 1.153 diff -u -d -r1.152 -r1.153 --- Overview.html 12 Dec 2011 23:23:04 -0000 1.152 +++ Overview.html 13 Dec 2011 00:38:30 -0000 1.153 @@ -26,14 +26,14 @@ <h1>CSS Values and Units Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-values-20111212/">http://www.w3.org/TR/2011/ED-css3-values-20111212/</a> + href="http://www.w3.org/TR/2011/ED-css3-values-20111213/">http://www.w3.org/TR/2011/ED-css3-values-20111213/</a> <dt>Latest version: @@ -258,8 +258,8 @@ <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> + <li><a href="#position"><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 @@ -1215,15 +1215,17 @@ 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> + <h3 id=position><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 + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It specifies the position of + a object area (e.g. background image) inside a positioning area (e.g. + background positioning area). 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 Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.155 retrieving revision 1.156 diff -u -d -r1.155 -r1.156 --- Overview.src.html 12 Dec 2011 23:23:04 -0000 1.155 +++ Overview.src.html 13 Dec 2011 00:38:31 -0000 1.156 @@ -810,11 +810,11 @@ [[!CSS3-IMAGES]]: UAs that support CSS Image Values Level 3 or its successor must interpret <code><image></code> as defined therein. -<h3 id="images"> +<h3 id="position"> 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]]. + 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 specifies the position of a object area (e.g. background image) inside a positioning area (e.g. background positioning area). 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.
Received on Tuesday, 13 December 2011 00:38:34 UTC