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 12660 - list-style: inside none square; is reported as invalid
Summary: list-style: inside none square; is reported as invalid
Status: RESOLVED WORKSFORME
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.1 (show other bugs)
Version: CSS Validator
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 06:44 UTC by Gérard Talbot
Modified: 2015-02-03 02:21 UTC (History)
0 users

See Also:


Attachments

Description Gérard Talbot 2011-05-16 06:44:29 UTC
URLs of related testcases
-------------------------
1-
http://test.csswg.org/suites/css2.1/20110323/html4/list-style-013.htm

2-
http://test.csswg.org/suites/css2.1/20110323/html4/list-style-014.htm

3-
http://test.csswg.org/suites/css2.1/20110323/html4/list-style-015.htm

4-
http://test.csswg.org/suites/css2.1/20110323/html4/list-style-020.htm


Wrong, incorrect validation reports
-----------------------------------
1-
list-style: inside none square;
is reported as invalid with the message:
"Value Error : list-style Too many values or values are not recognized : inside none square inside none square"

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20110323%2Fhtml4%2Flist-style-013.htm&lang=en

but such declaration should be considered valid

2-
list-style: none square inside;
is reported as invalid with the message:
"Value Error : list-style square is not a list-style-position value : none square inside none square inside"

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20110323%2Fhtml4%2Flist-style-014.htm&lang=en

but such declaration should be considered valid

3-
list-style: none inside square;
is reported as invalid with the message:
"Value Error : list-style Too many values or values are not recognized : none inside square none inside square"

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20110323%2Fhtml4%2Flist-style-015.htm&lang=en

but such declaration should be considered valid

4- list-style: none square;
is reported as invalid with the message:
"Value Error : list-style square is not a list-style-position value : none square none square"

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20110323%2Fhtml4%2Flist-style-020.htm&lang=en

but such declaration should be considered valid


References
----------

"A value of 'none' within the 'list-style' property sets whichever of 'list-style-type' and 'list-style-image' are not otherwise specified to 'none'."
http://www.w3.org/TR/CSS21/generate.html#list-style


http://wiki.csswg.org/spec/css2.1#issue-94

regards, Gérard
Comment 1 Gérard Talbot 2015-02-03 02:21:03 UTC
Hello,

I just revisited this bug report today and tried the tests with the CSS validator (with profile=css21) and everything is now fixed. Therefore

Resolving as WORKSFORME