- From: Paul Arzul <patricka@mkdoc.com>
- Date: Mon, 24 Jun 2002 05:30:05 -0400 (EDT)
- To: www-validator-css@w3.org
every css2 property can takes the value inherit[1], except "page" (which
has auto).
this hypothetical css2 should then validate:
---8<---
body
{
marks: inherit;
size: inherit;
}
--->8---
as of today (2002/06/24) i get:
* Line: 3 Context : body
Invalid number : marksProperty marks doesn't exist : inherit
* Line: 4 Context : body
Invalid number : sizeProperty size doesn't exist : inherit
?
- p
[1] http://www.w3.org/TR/REC-CSS2/propidx.html
Received on Thursday, 11 July 2002 18:12:37 UTC