Skip to content

Commit 5d3b5a2

Browse files
committed
[css-backgrounds] Add note about 3D border color calculations as requested in https://lists.w3.org/Archives/Public/www-style/2015Sep/0252.html
1 parent c0d9155 commit 5d3b5a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-backgrounds/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,10 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
16771677
<p class=caption>Example renderings of the predefined border styles.
16781678
</div>
16791679

1680+
<p class="note">Note: Border colors close to black or white
1681+
may need different color calculations than colors in between
1682+
in order to create the required “3D” effect.
1683+
16801684
<p class="note">Note: There is no control over the spacing of the dots
16811685
and dashes, nor over the length of the dashes. Implementations are
16821686
encouraged to choose a spacing that makes the corners symmetrical.
@@ -1686,8 +1690,6 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
16861690
rounded corners may cause the corners and the contents to overlap, if
16871691
the padding is less than the radius of the corner.
16881692

1689-
1690-
16911693
<h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
16921694

16931695
<table class="propdef">

0 commit comments

Comments
 (0)