Skip to content

Commit 8dbdae4

Browse files
committed
[css2] Minor edits, added value definitions for border
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40515
1 parent c7f02b5 commit 8dbdae4

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

css2/visudet.src

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 1.27 1997-12-09 00:07:45 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 1.28 1997-12-11 00:06:47 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model details</TITLE>
@@ -233,7 +233,7 @@ font in use.
233233
has four borders, one on each side, that are defined by their width,
234234
color and style.
235235

236-
<H4><a name="border-width">Border width</A>: <span
236+
<H4><a name="border-width-properties">Border width</A>: <span
237237
class="propinst-border-top-width">'border-top-width'</span>, <span
238238
class="propinst-border-right-width">'border-right-width'</span>, <span
239239
class="propinst-border-bottom-width">'border-bottom-width'</span>,
@@ -333,7 +333,7 @@ of the top, right, bottom and left borders:
333333

334334

335335

336-
<H4><A NAME="border-color">Border color</A>:
336+
<H4><A name="border-color-properties">Border color</A>:
337337
<span class="propinst-border-top-color">'border-top-color'</span>,
338338
<span class="propinst-border-right-color">'border-right-color'</span>,
339339
<span class="propinst-border-bottom-color">'border-bottom-color'</span>,
@@ -369,7 +369,7 @@ will take its place:
369369
</div>
370370

371371

372-
<H4><A NAME="border-style">Border style</a>:
372+
<H4><A name="border-style-properties">Border style</a>:
373373
<span class="propinst-border-top-style">'border-top-style'</span>,
374374
<span class="propinst-border-right-style">'border-right-style'</span>,
375375
<span class="propinst-border-bottom-style">'border-bottom-style'</span>,
@@ -419,41 +419,40 @@ will be visible unless the border style is set.
419419
<DD>
420420
no border is drawn (regardless of the <span
421421
class="propinst-border-width">'border-width'</span> property's value)
422-
<DT>
423-
dotted
422+
<DT><span class="index-def" title="&lt;dotted&gt;, definition of"><a
423+
name="value-def-dotted">&lt;dotted&gt;</a></span>
424424
<DD>
425425
the border is a dotted line drawn on top of the background of the element
426-
<DT>
427-
dashed
426+
<DT><span class="index-def" title="&lt;dashed&gt;, definition of"><a name="value-def-dashed">&lt;dashed&gt;</a></span>
428427
<DD>
429428
the border is a dashed line drawn on top of the background of the element
430429
<DT>
431-
solid
430+
<span class="index-def" title="&lt;solid&gt;, definition of"><a name="value-def-solid">&lt;solid&gt;</a></span>
432431
<DD>
433432
the border is a solid line
434433
<DT>
435-
double
434+
<span class="index-def" title="&lt;double&gt;, definition of"><a name="value-def-double">&lt;double&gt;</a></span>
436435
<DD>
437436
the border is a double line drawn on top of the background of the element.
438437
The sum of the two single lines and the space between equals the
439438
value of <span class="propinst-border-width">'border-width'</span>.
440439
<DT>
441-
groove
440+
<span class="index-def" title="&lt;groove&gt;, definition of"><a name="value-def-groove">&lt;groove&gt;</a></span>
442441
<DD>
443442
a 3D groove is drawn in colors based on the value of the <span
444443
class="propinst-color">'color'</span> property.
445444
<DT>
446-
ridge
445+
<span class="index-def" title="&lt;ridge&gt;, definition of"><a name="value-def-ridge">&lt;ridge&gt;</a></span>
447446
<DD>
448447
a 3D ridge is drawn in colors based on the value of the <span
449448
class="propinst-color">'color'</span> property.
450449
<DT>
451-
inset
450+
<span class="index-def" title="&lt;inset&gt;, definition of"><a name="value-def-inset">&lt;inset&gt;</a></span>
452451
<DD>
453452
a 3D inset is drawn in colors based on the value of the <span
454453
class="propinst-color">'color'</span> property.
455454
<DT>
456-
outset
455+
<span class="index-def" title="&lt;outset&gt;, definition of"><a name="value-def-outset">&lt;outset&gt;</a></span>
457456
<DD>
458457
a 3D outset is drawn in colors based on the value of the <span
459458
class="propinst-color">'color'</span> property.

0 commit comments

Comments
 (0)