Skip to content

Commit 401eebc

Browse files
committed
Editorial heading fixups.
1 parent 84bd204 commit 401eebc

2 files changed

Lines changed: 36 additions & 33 deletions

File tree

css3-images/Overview.html

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2011</h2>
1919

2020
<dl>
2121
<dt>Latest Version:
@@ -138,11 +138,11 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
138138
notation</a>
139139

140140
<li><a href="#element-reference"><span class=secno>4.3. </span> Using
141-
Elements as Images: The &lsquo;<code class=css>element()</code>&rsquo;
141+
Elements as Images: the &lsquo;<code class=css>element()</code>&rsquo;
142142
notation</a>
143143

144144
<li><a href="#cross-fade-function"><span class=secno>4.4. </span>
145-
Combining images: The &lsquo;<code class=css>cross-fade()</code>&rsquo;
145+
Combining images: the &lsquo;<code class=css>cross-fade()</code>&rsquo;
146146
notation</a>
147147
</ul>
148148

@@ -174,11 +174,11 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
174174
Object Size Resolution</a>
175175

176176
<li><a href="#object-fit"><span class=secno>6.4. </span> Sizing Objects:
177-
The &lsquo;<code class=property>object-fit</code>&rsquo; Property</a>
177+
the &lsquo;<code class=property>object-fit</code>&rsquo; property</a>
178178

179179
<li><a href="#object-position"><span class=secno>6.5. </span>
180-
Positioning Objects: The &lsquo;<code
181-
class=property>object-position</code>&rsquo; Property</a>
180+
Positioning Objects: the &lsquo;<code
181+
class=property>object-position</code>&rsquo; property</a>
182182
</ul>
183183

184184
<li><a href="#image-resolution"><span class=secno>7. </span> Overriding
@@ -190,8 +190,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
190190
class=property>image-orientation</code>&rsquo; property</a>
191191

192192
<li><a href="#image-rendering"><span class=secno>9. </span> Determining
193-
How to Scale an Image: The &lsquo;<code
194-
class=property>image-rendering</code>&rsquo; Property</a>
193+
How to Scale an Image: the &lsquo;<code
194+
class=property>image-rendering</code>&rsquo; property</a>
195195

196196
<li><a href="#serialization"><span class=secno>10. </span>
197197
Serialization</a>
@@ -469,7 +469,7 @@ <h3 id=image-notation><span class=secno>4.2. </span> Image Annotations: the
469469
<!-- ====================================================================== -->
470470

471471
<h3 id=element-reference><span class=secno>4.3. </span> Using Elements as
472-
Images: The &lsquo;<code class=css>element()</code>&rsquo; notation</h3>
472+
Images: the &lsquo;<code class=css>element()</code>&rsquo; notation</h3>
473473

474474
<p>The &lsquo;<code class=css>element()</code>&rsquo; function allows an
475475
author to reference an element in the document that should be used as an
@@ -528,7 +528,7 @@ <h3 id=element-reference><span class=secno>4.3. </span> Using Elements as
528528
<div class=example> TODO: copy an example from the MozHacks article</div>
529529
<!-- ====================================================================== -->
530530

531-
<h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving
531+
<h4 class="no-num no-toc" id=element-cycles> Detecting and Resolving
532532
Circular Relationships Introduced by &lsquo;<code
533533
class=css>element()</code>&rsquo;</h4>
534534

@@ -552,7 +552,7 @@ <h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving
552552
<!-- ====================================================================== -->
553553

554554
<h3 id=cross-fade-function><span class=secno>4.4. </span> Combining images:
555-
The &lsquo;<code class=css>cross-fade()</code>&rsquo; notation</h3>
555+
the &lsquo;<code class=css>cross-fade()</code>&rsquo; notation</h3>
556556

557557
<p>When transitioning between images, CSS requires a way to explicitly
558558
refer to the intermediate image that is a combination of the start and end
@@ -664,7 +664,7 @@ <h3 id=linear-gradients><span class=secno>5.1. </span> Linear Gradients</h3>
664664
<!-- ====================================================================== -->
665665

666666
<h4 class=no-toc id=linear-gradient-syntax><span class=secno>5.1.1. </span>
667-
&lsquo;<code class=css>linear-gradient()</code>&rsquo; syntax</h4>
667+
linear-gradient() syntax</h4>
668668

669669
<pre
670670
class=prod><code><dfn id=ltlinear-gradient>&lt;linear-gradient></dfn> = linear-gradient(
@@ -810,18 +810,19 @@ <h3 id=radial-gradients><span class=secno>5.2. </span> Radial Gradients</h3>
810810
<!-- ====================================================================== -->
811811

812812
<h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span>
813-
<code>radial-gradient()</code> Syntax</h4>
813+
radial-gradient() Syntax</h4>
814814

815-
<pre
816-
class=prod><code><dfn id=ltradial-gradient>&lt;radial-gradient></dfn> = radial-gradient(
815+
<pre class=prod>
816+
<dfn id=ltradial-gradient>&lt;radial-gradient></dfn> = radial-gradient(
817817
[&lt;bg-position&gt;,]?
818818
[[
819819
[&lt;shape&gt; || &lt;size&gt;]
820820
|
821821
[&lt;length> | &lt;percentage>]{2}
822822
],]?
823823
&lt;color-stop&gt;[, &lt;color-stop&gt;]+
824-
)</code></pre>
824+
)
825+
</pre>
825826

826827
<p>The first argument to the function specifies the center of the ellipse.
827828
<i>&lt;bg-position></i> is taken from the Backgrounds and Borders Module,
@@ -1370,9 +1371,9 @@ <h3 id=default-sizing><span class=secno>6.3. </span> Concrete Object Size
13701371
whole number of times into the background positioning area.</p>
13711372
<!-- ====================================================================== -->
13721373

1373-
<h3 id=object-fit><span class=secno>6.4. </span> Sizing Objects: The
1374+
<h3 id=object-fit><span class=secno>6.4. </span> Sizing Objects: the
13741375
&lsquo;<a href="#object-fit0"><code
1375-
class=property>object-fit</code></a>&rsquo; Property</h3>
1376+
class=property>object-fit</code></a>&rsquo; property</h3>
13761377

13771378
<table class=propdef>
13781379
<tbody>
@@ -1539,8 +1540,8 @@ <h3 id=object-fit><span class=secno>6.4. </span> Sizing Objects: The
15391540
<!-- ====================================================================== -->
15401541

15411542
<h3 id=object-position><span class=secno>6.5. </span> Positioning Objects:
1542-
The &lsquo;<a href="#object-position0"><code
1543-
class=property>object-position</code></a>&rsquo; Property</h3>
1543+
the &lsquo;<a href="#object-position0"><code
1544+
class=property>object-position</code></a>&rsquo; property</h3>
15441545

15451546
<table class=propdef>
15461547
<tbody>
@@ -1800,8 +1801,8 @@ <h2 id=image-orientation><span class=secno>8. </span> Orienting an Image on
18001801
<!-- ====================================================================== -->
18011802

18021803
<h2 id=image-rendering><span class=secno>9. </span> Determining How to
1803-
Scale an Image: The &lsquo;<a href="#image-rendering0"><code
1804-
class=property>image-rendering</code></a>&rsquo; Property</h2>
1804+
Scale an Image: the &lsquo;<a href="#image-rendering0"><code
1805+
class=property>image-rendering</code></a>&rsquo; property</h2>
18051806

18061807
<table class=propdef>
18071808
<tbody>

css3-images/Overview.src.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3 id="image-notation">
264264
<!-- ====================================================================== -->
265265

266266
<h3 id='element-reference'>
267-
Using Elements as Images: The ''element()'' notation</h3>
267+
Using Elements as Images: the ''element()'' notation</h3>
268268

269269
<p>The ''element()'' function allows an author to reference an element in
270270
the document that should be used as an image. As the referenced element
@@ -315,8 +315,8 @@ <h3 id='element-reference'>
315315

316316
<!-- ====================================================================== -->
317317

318-
<h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving
319-
Circular Relationships Introduced by ''element()''</h4>
318+
<h4 class="no-num no-toc" id='element-cycles'>
319+
Detecting and Resolving Circular Relationships Introduced by ''element()''</h4>
320320

321321
<p>The ''element()'' function can produce nonsensical circular relationships,
322322
such as an element using itself as its own background. These relationships
@@ -337,7 +337,7 @@ <h4 class="no-num no-toc" id=element-cycles>Detecting and Resolving
337337
<!-- ====================================================================== -->
338338

339339
<h3 id='cross-fade-function'>
340-
Combining images: The ''cross-fade()'' notation</h3>
340+
Combining images: the ''cross-fade()'' notation</h3>
341341

342342
<p>When transitioning between images, CSS requires a way to explicitly refer
343343
to the intermediate image that is a combination of the start and end images.
@@ -434,7 +434,7 @@ <h3 id='linear-gradients'>
434434
<!-- ====================================================================== -->
435435

436436
<h4 class='no-toc' id='linear-gradient-syntax'>
437-
''linear-gradient()'' syntax</h4>
437+
linear-gradient() syntax</h4>
438438

439439
<pre class=prod><code><dfn>&lt;linear-gradient></dfn> = linear-gradient(
440440
[[
@@ -562,17 +562,19 @@ <h3 id='radial-gradients'>
562562
<!-- ====================================================================== -->
563563

564564
<h4 class='no-toc' id='radial-gradient-syntax'>
565-
<code>radial-gradient()</code> Syntax</h4>
565+
radial-gradient() Syntax</h4>
566566

567-
<pre class=prod><code><dfn>&lt;radial-gradient></dfn> = radial-gradient(
567+
<pre class=prod>
568+
<dfn>&lt;radial-gradient></dfn> = radial-gradient(
568569
[&lt;bg-position&gt;,]?
569570
[[
570571
[&lt;shape&gt; || &lt;size&gt;]
571572
|
572573
[&lt;length> | &lt;percentage>]{2}
573574
],]?
574575
&lt;color-stop&gt;[, &lt;color-stop&gt;]+
575-
)</code></pre>
576+
)
577+
</pre>
576578

577579
<p>The first argument to the function specifies the center of the ellipse.
578580
<i>&lt;bg-position></i> is taken from the Backgrounds and Borders Module, and
@@ -1034,7 +1036,7 @@ <h3 id="default-sizing">
10341036
<!-- ====================================================================== -->
10351037

10361038
<h3 id="object-fit">
1037-
Sizing Objects: The 'object-fit' Property</h3>
1039+
Sizing Objects: the 'object-fit' property</h3>
10381040

10391041
<table class="propdef">
10401042
<tr>
@@ -1161,7 +1163,7 @@ <h3 id="object-fit">
11611163
<!-- ====================================================================== -->
11621164

11631165
<h3 id="object-position">
1164-
Positioning Objects: The 'object-position' Property</h3>
1166+
Positioning Objects: the 'object-position' property</h3>
11651167

11661168
<table class="propdef">
11671169
<tr>
@@ -1363,7 +1365,7 @@ <h2 id="image-orientation">
13631365
<!-- ====================================================================== -->
13641366

13651367
<h2 id='image-rendering'>
1366-
Determining How to Scale an Image: The 'image-rendering' Property</h2>
1368+
Determining How to Scale an Image: the 'image-rendering' property</h2>
13671369

13681370
<table class=propdef>
13691371
<tr>

0 commit comments

Comments
 (0)