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 808 - correct reference link for list-style-position
Summary: correct reference link for list-style-position
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 04:25 UTC by Xavier Robin
Modified: 2006-03-29 04:25 UTC (History)
0 users

See Also:


Attachments
irrelevant patch (deleted)
2006-03-29 04:25 UTC, Ronald O. Jensen
Details

Description Xavier Robin 2004-06-20 04:25:46 UTC
URI : http://smilissimo.free.fr/styles/moderne_contenu.css

    * Ligne: 0 Contexte : #contenu ul , #contenu ol

      Propriété érroné : list-style-positionTrop de valeurs, ou valeurs non
reconnues : outline 

list-style-position links to
http://www.w3.org/TR/REC-CSS2/lists.html#propdef-list-style-position which
doesn't exist. Correct link is
http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position
Comment 1 Olivier Thereaux 2004-06-28 20:44:48 UTC
indeed http://www.w3.org/TR/REC-CSS2/propidx.html seems to point to http://www.w3.org/TR/REC-
CSS2/generate.html#propdef-list-style-position. Same for other list-* properties.

Fixing in CVS
Comment 2 Yves Lafon 2005-08-26 14:31:35 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/
Comment 3 Ronald O. Jensen 2006-03-29 04:25:14 UTC
Created attachment 414 [details]
irrelevant patch