- From: <WebNetBubba@netscape.net>
- Date: Thu, 11 Oct 2001 03:42:43 -0400
- To: www-validator-css@w3.org
- Message-ID: <012B5769.70066AD6.4129AA01@netscape.net>
I keep getting the same errors when validating this style sheet. I don't know what the output means. Example:
Parse Error - box_text { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px; color : black; } 
Line: 26 Context : .box
the "context" is unclear, can you point me in the right direction?
thanks
-Barry
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
---------12bc4c97006d83612bc4c97006d836
Content-Type: text/css; charset=iso-8859-1; name="style.css"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline; filename="style.css"
Content-Description: style.css
BODY {
    background-color : #d2d2d2;
    font-family : Helvetica, verdana, arial, helvetica, sans-serif;
    font-size : 11px;
    color : black;
}
INPUT,TEXTAREA,SELECT {
    background-color : #e3e3e3;
    color : navy;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
}
.box_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
}
.box_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    font-weight : bold;
}
.news_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.news_item_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : Silver;
}
.news_date {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.news_user {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 09px;
    color : #507594;
    font-weight : bold;
    background-color : white;
}
.news_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : shite;
}
.articles_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.articles_item_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.articles_date {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.articles_user {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 09px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.articles_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : white;
}
.systems_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.systems_item_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.systems_date {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.systems_user {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 09px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.systems_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : bold;
    background-color : white;
}
.services_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.services_item_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.services_date {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : silver;
}
.services_user {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 09px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.services_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : black;
    font-weight : normal;
    background-color : white;
}
A {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : navy;
    text-decoration: none;
}
A:hover {
    text-decoration : underline;
    color : red;
}
.changelog {
    font-family : Helvetica, verdana, arial, helvetica, sans-serif;
    font-size : 10px;
    color : #000000;
}
.dl_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.dl_subtitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : #e3e3e3;
}
.dl_cat {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    font-weight : bold;
    background-color : gray;
}
.dl_cat_descr {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    font-weight : normal;
    background-color : gray;
}
.dl_item {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : silver;
}
.forums_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : white;
    font-weight : bold;
    background-color : #507594;
}
.forums_item0 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : #D2D2D2;
}
.forums_item1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : #FFFFD2;
}
.msg_title {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : bold;
    background-color : silver;
}
.msg_subtitle {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
    background-color : #E3E3E3;
}
.msg_item0 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : #D2D2D2;
}
.msg_item1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : #FFFFD2;
}
.msg_text {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    font-weight : normal;
    background-color : white;
}
.error {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : red;
}
.info {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
}
.faq_q {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : navy;
    font-weight : bold;
}
.faq_a {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
}
.faq_u {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    background-color : #cdcdcd;
}
---------12bc4c97006d83612bc4c97006d836--
Received on Thursday, 11 October 2001 03:43:18 UTC