Skip to content

Commit 3a6e202

Browse files
committed
[css-backgrounds] Clarify what values note applies to
1 parent 7cf98e4 commit 3a6e202

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta content="CSS Backgrounds and Borders Module Level 3"
1414
name=dcterms.title>
1515
<meta content=text name=dcterms.type>
16-
<meta content=2016-08-18 name=dcterms.date>
16+
<meta content=2016-09-19 name=dcterms.date>
1717
<meta content="Bert Bos" name=dcterms.creator>
1818
<meta content="Elika J. Etemad" name=dcterms.creator>
1919
<meta content="Brad Kemper" name=dcterms.creator>
@@ -45,7 +45,7 @@
4545

4646
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4747

48-
<h2 class="no-num no-toc">Editor's Draft 18 August 2016</h2>
48+
<h2 class="no-num no-toc">Editor's Draft 19 September 2016</h2>
4949

5050
<dl>
5151
<dt>This version:
@@ -2413,7 +2413,11 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
24132413

24142414
<p class=note>Note: Border colors close to black or white may need
24152415
different color calculations than colors in between in order to create the
2416-
required “3D” effect.
2416+
required “3D” effect of ‘<a href="#groove"><code
2417+
class=css>groove</code></a>’, ‘<a href="#ridge"><code
2418+
class=css>ridge</code></a>’, ‘<a href="#inset"><code
2419+
class=css>inset</code></a>’, or ‘<a href="#outset"><code
2420+
class=css>outset</code></a>’.
24172421

24182422
<p class=note>Note: There is no control over the spacing of the dots and
24192423
dashes, nor over the length of the dashes. Implementations are encouraged

css-backgrounds/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,8 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
16751675

16761676
<p class="note">Note: Border colors close to black or white
16771677
may need different color calculations than colors in between
1678-
in order to create the required “3D” effect.
1678+
in order to create the required “3D” effect
1679+
of ''groove'', ''ridge'', ''inset'', or ''outset''.
16791680

16801681
<p class="note">Note: There is no control over the spacing of the dots
16811682
and dashes, nor over the length of the dashes. Implementations are

0 commit comments

Comments
 (0)