Skip to content

Commit 1ae72a9

Browse files
committed
Fix the heading id, and put in hooks for things other than bgs to use <position>.
1 parent 8554007 commit 1ae72a9

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

css3-values/Overview.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<h1>CSS Values and Units Module Level 3</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
3030
2011</h2>
3131

3232
<dl>
3333
<dt>This version:
3434

3535
<dd><a
36-
href="http://www.w3.org/TR/2011/ED-css3-values-20111212/">http://www.w3.org/TR/2011/ED-css3-values-20111212/</a>
36+
href="http://www.w3.org/TR/2011/ED-css3-values-20111213/">http://www.w3.org/TR/2011/ED-css3-values-20111213/</a>
3737

3838
<dt>Latest version:
3939

@@ -258,8 +258,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
258258
<li><a href="#images"><span class=secno>7.2. </span> Images: the
259259
&lsquo;<code class=css>&lt;image&gt;</code>&rsquo; type</a>
260260

261-
<li><a href="#images"><span class=secno>7.3. </span> 2D Positioning: the
262-
&lsquo;<code class=css>&lt;position&gt;</code>&rsquo; type</a>
261+
<li><a href="#position"><span class=secno>7.3. </span> 2D Positioning:
262+
the &lsquo;<code class=css>&lt;position&gt;</code>&rsquo; type</a>
263263
</ul>
264264

265265
<li><a href="#functional-notation"><span class=secno>8. </span> Functional
@@ -1215,15 +1215,17 @@ <h3 id=images><span class=secno>7.2. </span> Images: the &lsquo;<a
12151215
CSS Image Values Level 3 or its successor must interpret <a
12161216
href="#image-value"><code>&lt;image&gt;</code></a> as defined therein.
12171217

1218-
<h3 id=images><span class=secno>7.3. </span> 2D Positioning: the &lsquo;<a
1219-
href="#position-value"><code class=css>&lt;position&gt;</code></a>&rsquo;
1220-
type</h3>
1218+
<h3 id=position><span class=secno>7.3. </span> 2D Positioning: the
1219+
&lsquo;<a href="#position-value"><code
1220+
class=css>&lt;position&gt;</code></a>&rsquo; type</h3>
12211221

12221222
<p>The <dfn id=position-value><code>&lt;position&gt;</code></dfn> data type
12231223
is defined herein as equivalent to the <a
12241224
href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code>&lt;'background-position'&gt;</code></a>
12251225
syntax defined in <a href="#CSS21"
1226-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It is <a
1226+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It specifies the position of
1227+
a object area (e.g. background image) inside a positioning area (e.g.
1228+
background positioning area). It is <a
12271229
href="http://www.w3.org/TR/css3-background/#the-background-position">extended</a>
12281230
in <a href="#CSS3BG" rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>: UAs
12291231
that support CSS Backgrounds &amp; Borders Level 3 or its successor must

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,11 +810,11 @@ <h3 id="images">
810810
[[!CSS3-IMAGES]]: UAs that support CSS Image Values Level 3 or its successor must interpret
811811
<code>&lt;image&gt;</code> as defined therein.
812812

813-
<h3 id="images">
813+
<h3 id="position">
814814
2D Positioning: the ''&lt;position&gt;'' type</h3>
815815

816816
<p>The <dfn id="position-value"><code>&lt;position&gt;</code></dfn> data type is
817-
defined herein as equivalent to the <a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code>&lt;'background-position'&gt;</code></a> syntax defined in [[!CSS21]].
817+
defined herein as equivalent to the <a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code>&lt;'background-position'&gt;</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).
818818
It is <a href="http://www.w3.org/TR/css3-background/#the-background-position">extended</a> in
819819
[[!CSS3BG]]: UAs that support CSS Backgrounds &amp; Borders Level 3 or its successor must interpret
820820
<code>&lt;position&gt;</code> as defined therein.

0 commit comments

Comments
 (0)