Skip to content

Commit 9a3a449

Browse files
committed
drop box-shadow placeholder from toc
1 parent 50d8cf8 commit 9a3a449

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
252252
<li><a href="#the-box-decoration-break"><span class=secno>6.1 </span>The
253253
&lsquo;<code class=property>box-decoration-break</code>&rsquo;
254254
property</a>
255-
256-
<li><a href="#the-box-shadow"><span class=secno>6.2 </span>The
257-
&lsquo;<code class=property>box-shadow</code>&rsquo; property</a>
258255
</ul>
259256

260257
<li><a href="#definitions"><span class=secno>7 </span>Definitions</a>
@@ -3575,8 +3572,8 @@ <h3 id=the-box-decoration-break><span class=secno>6.1 </span>The
35753572
class=css>direction: rtl</code>&rsquo; inside a block with &lsquo;<code
35763573
class=css>direction: ltr</code>&rsquo; will break on the left side.
35773574

3578-
<h3 id=the-box-shadow><span class=secno>6.2 </span>The &lsquo;<code
3579-
class=property>box-shadow</code>&rsquo; property</h3>
3575+
<h3 class=no-toc id=the-box-shadow><span class=secno>6.2 </span>The
3576+
&lsquo;<code class=property>box-shadow</code>&rsquo; property</h3>
35803577

35813578
<p class=note>This module previously defined a &lsquo;<code
35823579
class=property>box-shadow</code>&rsquo; property. This feature has been

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@ <h3 id="the-box-decoration-break">The 'box-decoration-break' property</h3>
26092609
with ''direction: rtl'' inside a block with ''direction: ltr''
26102610
will break on the left side.
26112611

2612-
<h3 id="the-box-shadow">The 'box-shadow' property</h3>
2612+
<h3 id="the-box-shadow" class="no-toc">The 'box-shadow' property</h3>
26132613

26142614
<p class="note">This module previously defined a 'box-shadow' property.
26152615
This feature has been removed from this module for further discussion,

0 commit comments

Comments
 (0)