- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 04 Sep 2006 05:46:55 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3649
Summary: attempt to find a semi-colon before the property name.
add it
Product: CSSValidator
Version: CSS Validator
Platform: PC
URL: http://www.steveorth.info/style/style.css
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: CSS 2.1
AssignedTo: ot@w3.org
ReportedBy: tip2k1@gmail.com
QAContact: www-validator-cvs@w3.org
Error received:
Line: 9 Context : #maincontainer
attempt to find a semi-colon before the property name. add it
Section lists as:
#maincontainer {
top : 0;
color : #000000;
background : #ffffff;
margin : 0 auto;
padding : 0;
width : 700px;
height : auto;
border : none;
text-align : left;
}
I have also placed this section in various locations in the CSS file, and
always give the error with the new line number for the new position. I am
using the # in conjunction with other id classifications in the site and CSS,
and the error is not reported.
Received on Monday, 4 September 2006 05:47:02 UTC