Skip to content

Commit 62f6ddc

Browse files
committed
Clarify when inset/outset -> ridge/groove. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0106.html>
1 parent 0a41218 commit 62f6ddc

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

css3-background/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,14 +2300,17 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
23002300

23012301
<dd> Looks as if the content on the inside of the border is sunken into
23022302
the canvas. Treated as &lsquo;<code class=property>ridge</code>&rsquo; in
2303-
border-collapsed tables. <a href="#CSS21"
2303+
the <a
2304+
href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
2305+
border model</a>. <a href="#CSS21"
23042306
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
23052307

23062308
<dt><dfn id=outset>&lsquo;<code class=css>outset</code>&rsquo;</dfn>
23072309

23082310
<dd> Looks as if the content on the inside of the border is coming out of
2309-
the canvas. Treated as &lsquo;<code class=property>groove</code>&rsquo;
2310-
in border-collapsed tables. <a href="#CSS21"
2311+
the canvas. <a
2312+
href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
2313+
border model</a>. <a href="#CSS21"
23112314
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
23122315
</dl>
23132316

css3-background/Overview.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,12 +1597,16 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
15971597
<dt><dfn>''inset''</dfn>
15981598
<dd>
15991599
Looks as if the content on the inside of the border is sunken into the
1600-
canvas. Treated as 'ridge' in border-collapsed tables. [[!CSS21]]
1600+
canvas. Treated as 'ridge' in the
1601+
<a href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
1602+
border model</a>. [[!CSS21]]
16011603

16021604
<dt><dfn>''outset''</dfn>
16031605
<dd>
16041606
Looks as if the content on the inside of the border is coming out of
1605-
the canvas. Treated as 'groove' in border-collapsed tables. [[!CSS21]]
1607+
the canvas.
1608+
<a href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
1609+
border model</a>. [[!CSS21]]
16061610
</dl>
16071611

16081612
<p>Borders are drawn in front of the element's background, but behind

0 commit comments

Comments
 (0)