Skip to content

Commit fc728f4

Browse files
committed
[css2] Made 'decimal' start with 1 instead of 0.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40684
1 parent 5ae9bbb commit fc728f4

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

css2/lists.src

Lines changed: 17 additions & 2 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 1.18 1998-01-20 23:26:52 ijacobs Exp $ -->
3+
<!-- $Id: lists.src,v 1.19 1998-01-23 13:18:16 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -125,7 +125,7 @@ displayed.
125125
<dt><strong>square</strong>
126126
<dd>A square (exact presentation is UA-dependent)
127127
<dt><strong>decimal</strong>
128-
<dd>Decimal numbers, beginning with 0.
128+
<dd>Decimal numbers, beginning with 1.
129129
<dt><strong>lower-roman</strong>
130130
<dd>Lower case roman numerals (i, ii, iii, iv, v, etc.)
131131
<dt><strong>upper-roman</strong>
@@ -323,3 +323,18 @@ unavailable.
323323

324324
</body>
325325
</html>
326+
<!-- Keep this comment at the end of the file
327+
Local variables:
328+
mode: sgml
329+
sgml-omittag:nil
330+
sgml-shorttag:nil
331+
sgml-minimize-attributes:nil
332+
sgml-always-quote-attributes:t
333+
sgml-indent-step:nil
334+
sgml-indent-data:t
335+
sgml-parent-document:nil
336+
sgml-exposed-tags:nil
337+
sgml-local-catalogs:nil
338+
sgml-local-ecat-files:nil
339+
End:
340+
-->

0 commit comments

Comments
 (0)