Skip to content

Commit 4436ee5

Browse files
committed
Fix output markup in the input that was resulting in double spans.
1 parent 1adbfc1 commit 4436ee5

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

css3-color/Overview.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,11 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
279279
<li><a href="#color"><span class=secno>3. </span>Color properties</a>
280280
<ul class=toc>
281281
<li><a href="#foreground"><span class=secno>3.1. </span>Foreground
282-
color: the <span class=property>&lsquo;<code
283-
class=property>color</code>&rsquo;</span> property</a>
282+
color: the &lsquo;<code class=property>color</code>&rsquo; property</a>
283+
284284

285285
<li><a href="#transparency"><span class=secno>3.2. </span>Transparency:
286-
the <span class=property>&lsquo;<code
287-
class=property>opacity</code>&rsquo;</span> property</a>
286+
the &lsquo;<code class=property>opacity</code>&rsquo; property</a>
288287
</ul>
289288

290289
<li><a href="#colorunits"><span class=secno>4. </span>Color units</a>
@@ -430,9 +429,9 @@ <h2 id=dependencies><span class=secno>2. </span>Dependencies</h2>
430429

431430
<h2 id=color><span class=secno>3. </span>Color properties</h2>
432431

433-
<h3 id=foreground><span class=secno>3.1. </span>Foreground color: the <span
434-
class=property>&lsquo;<code class=property><a
435-
href="#color0">color</a></code>&rsquo;</span> property</h3>
432+
<h3 id=foreground><span class=secno>3.1. </span>Foreground color: the
433+
&lsquo;<code class=property><a href="#color0">color</a></code>&rsquo;
434+
property</h3>
436435

437436
<table class=propdef>
438437
<tbody>
@@ -523,9 +522,9 @@ <h3 id=foreground><span class=secno>3.1. </span>Foreground color: the <span
523522
section.
524523
</dl>
525524

526-
<h3 id=transparency><span class=secno>3.2. </span>Transparency: the <span
527-
class=property>&lsquo;<code class=property><a
528-
href="#opacity">opacity</a></code>&rsquo;</span> property</h3>
525+
<h3 id=transparency><span class=secno>3.2. </span>Transparency: the
526+
&lsquo;<code class=property><a href="#opacity">opacity</a></code>&rsquo;
527+
property</h3>
529528

530529
<p> Opacity can be thought of as a postprocessing operation. Conceptually,
531530
after the element (including its descendants) is rendered into an RGBA

css3-color/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h2 id="dependencies">Dependencies</h2>
265265

266266
<h2 id="color">Color properties</h2>
267267

268-
<h3 id="foreground">Foreground color: the <span class="property">'color'</span> property</h3>
268+
<h3 id="foreground">Foreground color: the 'color' property</h3>
269269

270270
<table class="propdef">
271271
<tbody>
@@ -333,7 +333,7 @@ <h3 id="foreground">Foreground color: the <span class="property">'color'</span>
333333
</dd>
334334
</dl>
335335

336-
<h3 id="transparency">Transparency: the <span class="property">'opacity'</span> property</h3>
336+
<h3 id="transparency">Transparency: the 'opacity' property</h3>
337337

338338
<p>
339339
Opacity can be thought of as a postprocessing operation.

0 commit comments

Comments
 (0)