|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual rendering model details</TITLE> |
@@ -233,7 +233,7 @@ font in use. |
233 | 233 | has four borders, one on each side, that are defined by their width, |
234 | 234 | color and style. |
235 | 235 |
|
236 | | -<H4><a name="border-width">Border width</A>: <span |
| 236 | +<H4><a name="border-width-properties">Border width</A>: <span |
237 | 237 | class="propinst-border-top-width">'border-top-width'</span>, <span |
238 | 238 | class="propinst-border-right-width">'border-right-width'</span>, <span |
239 | 239 | class="propinst-border-bottom-width">'border-bottom-width'</span>, |
@@ -333,7 +333,7 @@ of the top, right, bottom and left borders: |
333 | 333 |
|
334 | 334 |
|
335 | 335 |
|
336 | | -<H4><A NAME="border-color">Border color</A>: |
| 336 | +<H4><A name="border-color-properties">Border color</A>: |
337 | 337 | <span class="propinst-border-top-color">'border-top-color'</span>, |
338 | 338 | <span class="propinst-border-right-color">'border-right-color'</span>, |
339 | 339 | <span class="propinst-border-bottom-color">'border-bottom-color'</span>, |
@@ -369,7 +369,7 @@ will take its place: |
369 | 369 | </div> |
370 | 370 |
|
371 | 371 |
|
372 | | -<H4><A NAME="border-style">Border style</a>: |
| 372 | +<H4><A name="border-style-properties">Border style</a>: |
373 | 373 | <span class="propinst-border-top-style">'border-top-style'</span>, |
374 | 374 | <span class="propinst-border-right-style">'border-right-style'</span>, |
375 | 375 | <span class="propinst-border-bottom-style">'border-bottom-style'</span>, |
@@ -419,41 +419,40 @@ will be visible unless the border style is set. |
419 | 419 | <DD> |
420 | 420 | no border is drawn (regardless of the <span |
421 | 421 | class="propinst-border-width">'border-width'</span> property's value) |
422 | | - <DT> |
423 | | - dotted |
| 422 | + <DT><span class="index-def" title="<dotted>, definition of"><a |
| 423 | +name="value-def-dotted"><dotted></a></span> |
424 | 424 | <DD> |
425 | 425 | 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="<dashed>, definition of"><a name="value-def-dashed"><dashed></a></span> |
428 | 427 | <DD> |
429 | 428 | the border is a dashed line drawn on top of the background of the element |
430 | 429 | <DT> |
431 | | - solid |
| 430 | +<span class="index-def" title="<solid>, definition of"><a name="value-def-solid"><solid></a></span> |
432 | 431 | <DD> |
433 | 432 | the border is a solid line |
434 | 433 | <DT> |
435 | | - double |
| 434 | +<span class="index-def" title="<double>, definition of"><a name="value-def-double"><double></a></span> |
436 | 435 | <DD> |
437 | 436 | the border is a double line drawn on top of the background of the element. |
438 | 437 | The sum of the two single lines and the space between equals the |
439 | 438 | value of <span class="propinst-border-width">'border-width'</span>. |
440 | 439 | <DT> |
441 | | - groove |
| 440 | +<span class="index-def" title="<groove>, definition of"><a name="value-def-groove"><groove></a></span> |
442 | 441 | <DD> |
443 | 442 | a 3D groove is drawn in colors based on the value of the <span |
444 | 443 | class="propinst-color">'color'</span> property. |
445 | 444 | <DT> |
446 | | - ridge |
| 445 | +<span class="index-def" title="<ridge>, definition of"><a name="value-def-ridge"><ridge></a></span> |
447 | 446 | <DD> |
448 | 447 | a 3D ridge is drawn in colors based on the value of the <span |
449 | 448 | class="propinst-color">'color'</span> property. |
450 | 449 | <DT> |
451 | | - inset |
| 450 | +<span class="index-def" title="<inset>, definition of"><a name="value-def-inset"><inset></a></span> |
452 | 451 | <DD> |
453 | 452 | a 3D inset is drawn in colors based on the value of the <span |
454 | 453 | class="propinst-color">'color'</span> property. |
455 | 454 | <DT> |
456 | | - outset |
| 455 | +<span class="index-def" title="<outset>, definition of"><a name="value-def-outset"><outset></a></span> |
457 | 456 | <DD> |
458 | 457 | a 3D outset is drawn in colors based on the value of the <span |
459 | 458 | class="propinst-color">'color'</span> property. |
|
0 commit comments