- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 20 Jul 2009 16:26:59 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7123 --- Comment #1 from Ville Skyttä <ville.skytta@iki.fi> 2009-07-20 16:26:59 --- This is correct; while inline-block is a valid value for display in CSS level 2.1, it is not in CSS level 2: http://www.w3.org/TR/1998/REC-CSS2/visuren.html#propdef-display The "display" link in the CSS level 2 error message is confusing though, it points to http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-display which redirects to http://www.w3.org/TR/CSS2/visuren.html#propdef-display which is from the CSS level 2.1 specification. When the profile is CSS level 2, it could be better to link to http://www.w3.org/TR/1998/REC-CSS2/[...] instead of http://www.w3.org/TR/REC-CSS2/[...] -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 20 July 2009 16:27:10 UTC