<?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>3735</bug_id>
          
          <creation_ts>2006-09-16 04:44:43 +0000</creation_ts>
          <short_desc>Parse Error</short_desc>
          <delta_ts>2006-09-18 11:48:34 +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.0</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></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="Aleksandar Dulovi&amp;#263;">adulovic</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</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>11809</commentid>
    <comment_count>0</comment_count>
    <who name="Aleksandar Dulovi&amp;#263;">adulovic</who>
    <bug_when>2006-09-16 04:44:43 +0000</bug_when>
    <thetext>top: expression(document.body.scrollTop + document.body.clientHeight - offsetHeight);

The above is a CSS expression I use often for keeping the footer stuck to the botom of the page.

For some reason the validator returns the following error:
Invalid number : top Parse Error

I really would appreciate some clarification as to the status of CSS expressions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11820</commentid>
    <comment_count>1</comment_count>
    <who name="Robin Whittleton">robin</who>
    <bug_when>2006-09-18 11:48:34 +0000</bug_when>
    <thetext>The &apos;expression&apos; syntax is a Microsoft invention and not part of CSS. Seeing as this is an IE-only statement you could move it to a seperate stylesheet using conditional comments ( http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/ccomment_ovw.asp ). The stylesheet with the expression statement in will still be invalid, but it won&apos;t be picked up by the validator or other browsers.

--&gt; INVALID</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>