Skip to content

Commit a4dc5b8

Browse files
committed
[css-values] Fix heading levels under Textual Data Types (markup)
1 parent 8abd133 commit a4dc5b8

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

css-values/Overview.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Values and Units Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-06-24 name=dcterms.date>
14+
<meta content=2013-07-08 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content="Tab Atkins" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130624/"
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130708/"
2020
name=dcterms.identifier>
2121
<style type="text/css">
2222
code, small { white-space: nowrap }
@@ -42,14 +42,14 @@
4242
<h1 class=p-name>CSS Values and Units Module Level 3</h1>
4343

4444
<h2 class="no-num no-toc" id=longstatus-date>W3C Candidate Recommendation
45-
<span class=dt-updated><span class=value title=20130624>24 June
45+
<span class=dt-updated><span class=value title=20130708> 8 July
4646
2013</span></span></h2>
4747

4848
<dl>
4949
<dt>This version:
5050

5151
<dd><a class=u-url
52-
href="http://www.w3.org/TR/2013/CR-css3-values-20130624/">http://www.w3.org/TR/2013/CR-css3-values-20130624/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20130708/">http://www.w3.org/TR/2013/CR-css3-values-20130708/</a>
5353

5454
<dt>Latest version:
5555

@@ -224,16 +224,16 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
224224
<li><a href="#common-keywords"><span class=secno>3.1.1. </span>
225225
CSS-wide keywords: ‘<code class=css>initial</code>’ and ‘<code
226226
class=css>inherit</code></a>
227-
228-
<li><a href="#custom-idents"><span class=secno>3.1.2. </span>
229-
Author-defined Identifiers: the ‘<code
230-
class=css>&lt;custom-ident></code>’ type</a>
231227
</ul>
232228

233-
<li><a href="#strings"><span class=secno>3.2. </span> Quoted Strings:
229+
<li><a href="#custom-idents"><span class=secno>3.2. </span>
230+
Author-defined Identifiers: the ‘<code
231+
class=css>&lt;custom-ident></code>’ type</a>
232+
233+
<li><a href="#strings"><span class=secno>3.3. </span> Quoted Strings:
234234
the ‘<code class=css>&lt;string></code>’ type</a>
235235

236-
<li><a href="#urls"><span class=secno>3.3. </span> Resource Locators:
236+
<li><a href="#urls"><span class=secno>3.4. </span> Resource Locators:
237237
the ‘<code class=css>&lt;url></code>’ type</a>
238238
</ul>
239239

@@ -675,9 +675,9 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
675675
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a> defines the
676676
<code class=css>default</code>’ keyword as a CSS-wide keyword.
677677

678-
<h4 id=custom-idents><span class=secno>3.1.2. </span> Author-defined
678+
<h3 id=custom-idents><span class=secno>3.2. </span> Author-defined
679679
Identifiers: the ‘<a href="#identifier-value"><code
680-
class=css>&lt;custom-ident></code></a>’ type</h4>
680+
class=css>&lt;custom-ident></code></a>’ type</h3>
681681

682682
<p> Some properties accept arbitrary author-defined identifiers as a
683683
component value. This generic data type is denoted by <dfn
@@ -696,7 +696,7 @@ <h4 id=custom-idents><span class=secno>3.1.2. </span> Author-defined
696696

697697
<p> Reserved keywords are reserved in all ASCII case permutations.
698698

699-
<h3 id=strings><span class=secno>3.2. </span> Quoted Strings: the ‘<a
699+
<h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the ‘<a
700700
href="#string-value"><code class=css>&lt;string></code></a>’ type</h3>
701701

702702
<p>Strings are denoted by <dfn id=string-value><var>&lt;string></var></dfn>
@@ -736,7 +736,7 @@ <h3 id=strings><span class=secno>3.2. </span> Quoted Strings: the ‘<a
736736
character in Unicode (U+000A), but represents the generic notion of
737737
"newline" in CSS.)
738738

739-
<h3 id=urls><span class=secno>3.3. </span> Resource Locators: the ‘<a
739+
<h3 id=urls><span class=secno>3.4. </span> Resource Locators: the ‘<a
740740
href="#url-value"><code class=css>&lt;url></code></a>’ type</h3>
741741

742742
<p>A <dfn id=url>URL</dfn> is a pointer to a resource and is a <a
@@ -2479,7 +2479,7 @@ <h2 class=no-num id=index>Index</h2>
24792479
title="section 7.1."><strong>7.1.</strong></a>
24802480

24812481
<li><var>&lt;custom-ident></var>, <a href="#identifier-value"
2482-
title="section 3.1.2."><strong>3.1.2.</strong></a>
2482+
title="section 3.2."><strong>3.2.</strong></a>
24832483

24842484
<li>deg, <a href="#deg" title="section 6.1."><strong>6.1.</strong></a>
24852485

@@ -2571,7 +2571,7 @@ <h2 class=no-num id=index>Index</h2>
25712571
<li>s, <a href="#s" title="section 6.2."><strong>6.2.</strong></a>
25722572

25732573
<li><var>&lt;string></var>, <a href="#string-value"
2574-
title="section 3.2."><strong>3.2.</strong></a>
2574+
title="section 3.3."><strong>3.3.</strong></a>
25752575

25762576
<li>style sheet
25772577
<ul>
@@ -2587,10 +2587,10 @@ <h2 class=no-num id=index>Index</h2>
25872587

25882588
<li>turn, <a href="#turn" title="section 6.1."><strong>6.1.</strong></a>
25892589

2590-
<li>URL, <a href="#url" title="section 3.3."><strong>3.3.</strong></a>
2590+
<li>URL, <a href="#url" title="section 3.4."><strong>3.4.</strong></a>
25912591

25922592
<li><var>&lt;url></var>, <a href="#url-value"
2593-
title="section 3.3."><strong>3.3.</strong></a>
2593+
title="section 3.4."><strong>3.4.</strong></a>
25942594

25952595
<li>vh, <a href="#vh-unit"
25962596
title="section 5.1.2."><strong>5.1.2.</strong></a>

css-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ <h4 id="common-keywords">
345345
For example, [[CSS3CASCADE]] defines the ''default'' keyword
346346
as a CSS-wide keyword.
347347

348-
<h4 id='custom-idents'>
349-
Author-defined Identifiers: the ''&lt;custom-ident>'' type</h4>
348+
<h3 id='custom-idents'>
349+
Author-defined Identifiers: the ''&lt;custom-ident>'' type</h3>
350350

351351
<p>
352352
Some properties accept arbitrary author-defined identifiers as a component value.

0 commit comments

Comments
 (0)