Skip to content

Commit d4a9d57

Browse files
committed
Fix extra quote mark I introduced the revision before last.
1 parent a244d0b commit d4a9d57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-color/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ <h4 id=transparent><span class=secno>4.2.3. </span>&lsquo;<code
954954
keyword</h4>
955955

956956
<p>CSS1 introduced the &lsquo;<code class=css><a
957-
href="#transparent-def">'transparent</a></code>&rsquo;' value for the
957+
href="#transparent-def">transparent</a></code>&rsquo; value for the
958958
background-color property. CSS2 allowed border-color to also accept the
959959
&lsquo;<code class=css><a
960960
href="#transparent-def">transparent</a></code>&rsquo; value. The Open

css3-color/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h4 id="rgba-color">RGBA color values</h4>
562562

563563
<h4 id="transparent">''transparent'' color keyword</h4>
564564

565-
<p>CSS1 introduced the '''transparent''' value for the background-color property. CSS2 allowed border-color to also accept the ''transparent'' value. The
565+
<p>CSS1 introduced the ''transparent'' value for the background-color property. CSS2 allowed border-color to also accept the ''transparent'' value. The
566566
Open eBook(tm) Publication Structure 1.0.1 [[OEB101]] extended the 'color' property to also accept the ''transparent'' keyword. CSS3 extends the color value to include the ''transparent'' keyword to allow its use with all properties that accept a &lt;color&gt; value. This simplifies the definition of those properties in CSS3.
567567
</p>
568568

0 commit comments

Comments
 (0)