Skip to content

Commit 3447ff4

Browse files
committed
[css2] fixed up block box/block-level/inline-level, added link to section on markers
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401177
1 parent 588a183 commit 3447ff4

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

css2/lists.src

Lines changed: 15 additions & 12 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: 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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -29,7 +29,7 @@ of embedded lists.
2929

3030
<P>An element with a <span class="propinst-display">'display'</span>
3131
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
3333
content and an inline box that contains a marker. Only the content box
3434
is involved with positioning (e.g, in the <a
3535
href="visuren.html#normal-flow">normal flow</a>). The position of the
@@ -93,23 +93,26 @@ item box:</P>
9393
<p><img src="./images/list-square.gif" alt="A list with square markers."></p>
9494
</div>
9595

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.
101103

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
103107
(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>
106109
</div>
107110

108111
<H3><a name="list-props">List properties</a>: <span
109112
class="propinst-list-style-type">'list-style-type'</span>, <span
110113
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>
113116
</H3>
114117

115118
<!-- #include src=properties/list-style-type.srb -->

0 commit comments

Comments
 (0)