typo in code sample

Hello,
On page http://www.w3.org/TR/WD-html40-970917/struct/lists.html the sample for specifying roman text contains a typo. In section 11.1.1 the page says:

<STYLE>
OL.withroman { list-stle-type: lower-roman }
</STYLE>
<BODY>
<OL class="withroman">
<LI> Step one ...  
<LI> Step two ...
</OL>
</BODY>

It should actually read:

OL.withroman { list-style-type: lower-roman }

Just a heads-up...


Tim Prentiss
Media Specialist
350 N. Orleans
Chicago
(312) 464-7931

Received on Tuesday, 15 November 2005 14:14:37 UTC