|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: lists.src,v 2.8 1998-03-10 10:18:43 bbos Exp $ --> |
| 3 | +<!-- $Id: lists.src,v 2.9 1998-03-14 23:39:16 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Lists</TITLE> |
@@ -29,7 +29,7 @@ of embedded lists. |
29 | 29 |
|
30 | 30 | <P>An element with a <span class="propinst-display">'display'</span> |
31 | 31 | property value of 'list-item' generates two boxes: a <a |
32 | | -href="visuren.html#block-level">block-level</a> box that contains its |
| 32 | +href="visuren.html#block-box">block</a> box that contains its |
33 | 33 | content and an inline box that contains a marker. Only the content box |
34 | 34 | is involved with positioning (e.g, in the <a |
35 | 35 | href="visuren.html#normal-flow">normal flow</a>). The position of the |
@@ -93,23 +93,26 @@ item box:</P> |
93 | 93 | <p><img src="./images/list-square.gif" alt="A list with square markers."></p> |
94 | 94 | </div> |
95 | 95 |
|
96 | | -<div class="note"><P> |
97 | | -<em><strong>Note.</strong></em> |
98 | | -<ul> |
99 | | -<li><em>CSS2 does not include a property to adjust the separation between a |
100 | | -list marker and the content of its list item.</em></li> |
| 96 | +<P>The list properties in this chapter do not allow authors to control |
| 97 | +the separation between a list marker and the content of its list |
| 98 | +item. Instead, this may be achieved with <a |
| 99 | +href="generate.html#markers">markers.</a> Note that markers specified |
| 100 | +with the <span class="propinst-marker">'marker'</span> property |
| 101 | +replace those specified with the list properties defined in this |
| 102 | +chapter. |
101 | 103 |
|
102 | | -<li><em>There is no "list" presentation for other types of list structures |
| 104 | +<div class="note"><P> |
| 105 | +<em><strong>Note.</strong> |
| 106 | +There is no "list" presentation for other types of list structures |
103 | 107 | (e.g., "definition lists" declared by DL, DT, and DD in HTML). Each |
104 | | -part of a definition list is simply a block element.</em></li> |
105 | | -</ul> |
| 108 | +part of a definition list is simply a block element.</em> |
106 | 109 | </div> |
107 | 110 |
|
108 | 111 | <H3><a name="list-props">List properties</a>: <span |
109 | 112 | class="propinst-list-style-type">'list-style-type'</span>, <span |
110 | 113 | class="propinst-list-style-image">'list-style-image'</span>, <span |
111 | | -class="propinst-list-style-position">'list-style-position'</span>, |
112 | | -and <span class="propinst-list-style">'list-style'</span> |
| 114 | +class="propinst-list-style-position">'list-style-position'</span>, and |
| 115 | +<span class="propinst-list-style">'list-style'</span> |
113 | 116 | </H3> |
114 | 117 |
|
115 | 118 | <!-- #include src=properties/list-style-type.srb --> |
|
0 commit comments