Skip to content

Commit 15c380c

Browse files
committed
[css-variables] Add ids to all my headings.
1 parent 706661f commit 15c380c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

css-variables/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
6363
<div data-fill-with=at-risk></div>
6464

6565
<h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class=content>Table of contents</span></h2>
66-
<div data-fill-with=table-of-contents><ul class=toc><li><a href=#introduction><span class=secno>1</span>
66+
<div data-fill-with=table-of-contents><ul class=toc><li><a href=#intro><span class=secno>1</span>
6767
Introduction</a><ul class=toc><li><a href=#module-interactions><span class=secno>1.1</span>
68-
Module Interactions</a><li><a href=#values><span class=secno>1.2</span>
68+
Module Interactions</a><li><a href=#module-values><span class=secno>1.2</span>
6969
Values</a></ul><li><a href=#defining-variables><span class=secno>2</span>
7070
Defining Custom Properties: the <span class=property data-link-type=propdesc title=var-*>var-*</span> family of properties</a><ul class=toc><li><a href=#syntax><span class=secno>2.1</span>
7171
Custom Property Value Syntax</a><li><a href=#using><span class=secno>2.2</span>
@@ -78,7 +78,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
7878
Serializing Custom Properties</a></ul><li><a href=#the-CSSVariablesMap-interface><span class=secno>4.2</span>
7979
The <code>CSSVariablesMap</code> Interface</a><ul class=toc><li><a href=#cssvariablesmap-methods><span class=secno>4.2.1</span>
8080
<code>CSSVariablesMap Methods</code></a></ul></ul><li><a href=#changes><span class=secno>5</span>
81-
Changes from 10 April 2012 Working Draft</a><li><a href=#acknowledgments><span class=secno>6</span>
81+
Changes from 10 April 2012 Working Draft</a><li><a href=#acks><span class=secno>6</span>
8282
Acknowledgments</a><li><a href=#conformance><span class=secno></span>
8383
Conformance</a><ul class=toc><li><a href=#conventions><span class=secno></span>
8484
Document conventions</a><li><a href=#conformance-classes><span class=secno></span>
@@ -94,8 +94,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
9494

9595

9696

97-
<h2 class="heading settled heading" data-level=1 id=introduction><span class=secno>1 </span><span class=content>
98-
Introduction</span><a class=self-link href=#introduction>§</a></h2>
97+
<h2 class="heading settled heading" data-level=1 id=intro><span class=secno>1 </span><span class=content>
98+
Introduction</span><a class=self-link href=#intro>§</a></h2>
9999

100100
<p> <em>This section is not normative.</em>
101101

@@ -130,8 +130,8 @@ <h3 class="heading settled heading" data-level=1.1 id=module-interactions><span
130130
the <a href=#cascading-variable>variable</a>,
131131
which is accepted by all properties.
132132

133-
<h3 class="heading settled heading" data-level=1.2 id=values><span class=secno>1.2 </span><span class=content>
134-
Values</span><a class=self-link href=#values>§</a></h3>
133+
<h3 class="heading settled heading" data-level=1.2 id=module-values><span class=secno>1.2 </span><span class=content>
134+
Values</span><a class=self-link href=#module-values>§</a></h3>
135135

136136
<p> This specification follows the <a href=http://www.w3.org/TR/CSS21/about.html#property-defs>CSS property definition conventions</a> from <a data-biblio-type=normative data-link-type=biblio href=#css21 title=CSS21>[CSS21]</a>.
137137
Value types not defined in this specification are defined in CSS Level 2 Revision 1 <a data-biblio-type=normative data-link-type=biblio href=#css21 title=CSS21>[CSS21]</a>.
@@ -804,8 +804,8 @@ <h2 class="heading settled heading" data-level=5 id=changes><span class=secno>5
804804
</ul>
805805

806806

807-
<h2 class="heading settled heading" data-level=6 id=acknowledgments><span class=secno>6 </span><span class=content>
808-
Acknowledgments</span><a class=self-link href=#acknowledgments>§</a></h2>
807+
<h2 class="heading settled heading" data-level=6 id=acks><span class=secno>6 </span><span class=content>
808+
Acknowledgments</span><a class=self-link href=#acks>§</a></h2>
809809

810810
<p>
811811
Many thanks to several people in the CSS Working Group for keeping the dream of variables alive over the years,

css-variables/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>CSS Custom Properties for Cascading Variables Module Level 1</h1>
1313
Ignored Terms: var-0, var-foo, var-main-color, var-Bar, var-two, var-header-color, var-accent-background, var-foo-bar, var-bar, var-one, var, <ident>
1414
</pre>
1515

16-
<h2>
16+
<h2 id="intro">
1717
Introduction</h2>
1818

1919
<em>This section is not normative.</em>
@@ -42,14 +42,14 @@ <h2>
4242
and the change will propagate to all uses of that variable automatically.
4343

4444

45-
<h3>
45+
<h3 id="module-interactions">
4646
Module Interactions</h3>
4747

4848
This module defines a new type of primitive value,
4949
the <a>variable</a>,
5050
which is accepted by all properties.
5151

52-
<h3>
52+
<h3 id="module-values">
5353
Values</h3>
5454

5555
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
@@ -771,7 +771,7 @@ <h2 id='changes'>
771771
</ul>
772772

773773

774-
<h2>
774+
<h2 id="acks">
775775
Acknowledgments</h2>
776776

777777
<p>

0 commit comments

Comments
 (0)