Skip to content

Commit 6a6ad11

Browse files
committed
[css-variables] typo
1 parent 5222396 commit 6a6ad11

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-variables/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ APIs</h2>
615615
The sort of text transformation that automatic camel-casing performs is incompatible with this.
616616
They can still be accessed by their proper name via <a method>getProperty()</a>/etc.
617617

618-
<h4 id='serializing-custom-props'>
619-
Serializing Custom Properties</h4>
618+
<h3 id='serializing-custom-props'>
619+
Serializing Custom Properties</h3>
620620

621621
Custom property names must be serialized with the casing as provided by the author.
622622

css-variables/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
118118
<li><a href=#invalid-variables><span class=secno>3.1</span> Invalid Variables</a>
119119
<li><a href=#variables-in-shorthands><span class=secno>3.2</span> Variables in Shorthand Properties</a></ul>
120120
<li><a href=#cssom><span class=secno>4</span> APIs</a>
121-
<ul class=toc>
122-
<li><a href=#serializing-custom-props><span class=secno>4.1</span> Serializing Custom Properties</a></ul></ul>
121+
<ul class=toc>
122+
<li><a href=#serializing-custom-props><span class=secno>4.1</span> Serializing Custom Properties</a></ul>
123123
<li><a href=#changes><span class=secno>5</span> Changes since the June 20 2013 Last Call Working Draft</a>
124124
<li><a href=#acks><span class=secno>6</span> Acknowledgments</a>
125125
<li><a href=#conformance><span class=secno></span> Conformance</a>
@@ -134,7 +134,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
134134
<li><a href=#normative><span class=secno></span> Normative References</a>
135135
<li><a href=#informative><span class=secno></span> Informative References</a></ul>
136136
<li><a href=#index><span class=secno></span> Index</a>
137-
<li><a href=#property-index><span class=secno></span> Property index</a></div>
137+
<li><a href=#property-index><span class=secno></span> Property index</a></ul></div>
138138

139139

140140

@@ -657,8 +657,8 @@ <h2 class="heading settled heading" data-level=4 id=cssom><span class=secno>4 </
657657
The sort of text transformation that automatic camel-casing performs is incompatible with this.
658658
They can still be accessed by their proper name via <a class=idl-code data-link-type=method title=getproperty()>getProperty()</a>/etc.
659659

660-
<h4 class="heading settled heading" data-level=4.1 id=serializing-custom-props><span class=secno>4.1 </span><span class=content>
661-
Serializing Custom Properties</span><a class=self-link href=#serializing-custom-props></a></h4>
660+
<h3 class="heading settled heading" data-level=4.1 id=serializing-custom-props><span class=secno>4.1 </span><span class=content>
661+
Serializing Custom Properties</span><a class=self-link href=#serializing-custom-props></a></h3>
662662

663663
<p> Custom property names must be serialized with the casing as provided by the author.
664664

0 commit comments

Comments
 (0)