<?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>151</bug_id>
          
          <creation_ts>2003-02-27 16:08:56 +0000</creation_ts>
          <short_desc>invalid error on border-right</short_desc>
          <delta_ts>2004-03-05 15:49:54 +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 1.0</component>
          <version>CSS Validator</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.pinkjuice.com/howto/vimxml/css/design.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="Philippe Le Hegaret">plh</reporter>
          <assigned_to name="Philippe Le Hegaret">plh</assigned_to>
          <cc>r_arigur</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>369</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Le Hegaret">plh</who>
    <bug_when>2003-02-27 16:08:56 +0000</bug_when>
    <thetext>The validator says
 Invalid number : border-rightParse Error - [empty string]

The rule is

#all {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>804</commentid>
    <comment_count>1</comment_count>
    <who name="Mike Ballentine">bugzilla</who>
    <bug_when>2003-10-14 16:30:27 +0000</bug_when>
    <thetext>I see this error when:
http://jigsaw.w3.org/css-validator/validator?
uri=http://www.amherstyoga.com/index.shtml

but not when validating the style sheet the error refers to:
http://jigsaw.w3.org/css-validator/validator?
uri=http://www.amherstyoga.com/home.css

HTH
mikeb@mikeballentine.com
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1285</commentid>
    <comment_count>2</comment_count>
    <who name="Rick Bull">rick</who>
    <bug_when>2004-02-10 14:36:08 +0000</bug_when>
    <thetext>&gt;but not when validating the style sheet the error refers to:
&gt;http://jigsaw.w3.org/css-validator/validator?
&gt;uri=http://www.amherstyoga.com/home.css

I think that&apos;s because when validating the stylesheet on its own the validator
assumes the media is screen (which is what the HTML 4.0 spec says the style/link
element should do). In my experience the problem occurs when media=&quot;projection&quot;
is used, which is what the webpage (index.shtml) has as one of its mediums.

I&apos;m pretty sure that this is a bug, as border attributes are valid for visual
media, and projection is in the visual group.

I would really like to see this bug fixed, as my page doesn&apos;t validate because
of it. Also Opera uses projection for its full-screen rendering mode, and you
either have to live with the validator saying the stylesheet is invalid, or
leave out features for Opera.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1478</commentid>
    <comment_count>3</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2004-03-05 10:49:54 +0000</bug_when>
    <thetext>This is caused by a typo in the configuration
files for the projection medium. Fixed in CVS.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>