Skip to content

Commit ba88bb2

Browse files
committed
[css2] cleared minor ambiguity on list-style
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401286
1 parent 055aea7 commit ba88bb2

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

css2/lists.src

Lines changed: 13 additions & 1 deletion
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.11 1998-03-17 01:15:30 ijacobs Exp $ -->
3+
<!-- $Id: lists.src,v 2.12 1998-03-20 21:55:30 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -358,6 +358,18 @@ specify list style information.
358358
</PRE>
359359
<P> In the example above, the 'disc' will be used when the image is
360360
unavailable.
361+
362+
<P>With a value of 'none', both
363+
<span class="propinst-list-style-type">'list-style-type'</span> and
364+
<span class="propinst-list-style-image">'list-style-image'</span> are
365+
set to 'none':
366+
367+
<PRE>
368+
UL { list-style: none }
369+
</PRE>
370+
371+
<P>The result is that no list-item marker is displayed.
372+
361373
</div>
362374

363375
</body>

0 commit comments

Comments
 (0)