This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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; }
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
>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 I think that'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="projection" is used, which is what the webpage (index.shtml) has as one of its mediums. I'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'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.
This is caused by a typo in the configuration files for the projection medium. Fixed in CVS.