This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6616 - <ol> of Installation Guide have no number
Summary: <ol> of Installation Guide have no number
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: main pages/translations (show other bugs)
Version: CSS Validator
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/DO...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 07:14 UTC by Makoto Takahashi
Modified: 2009-02-26 13:21 UTC (History)
0 users

See Also:


Attachments
Proposed patch to display counters (517 bytes, patch)
2009-02-24 07:14 UTC, Makoto Takahashi
Details

Description Makoto Takahashi 2009-02-24 07:14:05 UTC
Created attachment 634 [details]
Proposed patch to display counters

In style/base.css

ul, ol {
	list-style: none;
}

was specified. Ordered list of "Installation of the CSS validator under Tomcat" and "Installation of the CSS validator under Jig" have no counters displayed.
Comment 1 Yves Lafon 2009-02-26 13:21:46 UTC
incorporated in CVS