<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>3649</bug_id>
          
          <creation_ts>2006-09-04 05:46:55 +0000</creation_ts>
          <short_desc>attempt to find a semi-colon before the property name. add it</short_desc>
          <delta_ts>2006-09-06 04:03:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>CSS 2.1</component>
          <version>CSS Validator</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.steveorth.info/style/style.css</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stephen Orth">tip2k1</reporter>
          <assigned_to name="Olivier Thereaux">ot</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>11364</commentid>
    <comment_count>0</comment_count>
    <who name="Stephen Orth">tip2k1</who>
    <bug_when>2006-09-04 05:46:55 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11393</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2006-09-06 04:03:56 +0000</bug_when>
    <thetext>The problematic line, which is in your stylesheet (but you omitted when copying in your report) is:

position-relative: top:0px;

I don&apos;t think that&apos;s a correct construct in CSS.
I suspect you want something like

position: relative;
top: 0px;

Closing as &quot;not a bug&quot;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>