- From: Brian Rosmaita <brosmait@hamilton.edu>
- Date: Thu, 01 Mar 2007 10:07:32 -0500
- To: www-validator-css@w3.org
I don't see this one in the bug list. I believe it validated as recently (!) as March 2006,
but is now reported as illegal.
Code taken from:
http://www.w3.org/TR/REC-CSS2/tables.html#propdef-caption-side
BODY {
margin-left: 8em
}
TABLE {
margin-left: auto;
margin-right: auto
}
CAPTION {
caption-side: left;
margin-left: -8em;
width: 8em;
text-align: right;
vertical-align: bottom
}
validator output:
URI : file://localhost/TextArea
9 CAPTION Invalid number : caption-side left is not a caption-side value : left
Same thing for caption-side: right.
Thank you.
--
Brian J. Rosmaita
Assistant Professor of Computer Science
Hamilton College
198 College Hill Road
Clinton, NY 13323
(315) 859-4816
http://academics.hamilton.edu/computer_science/brosmait/
Treasurer, Society for Machines and Mentality
http://www.cs.hamilton.edu/~sfmm/
Received on Thursday, 1 March 2007 21:28:32 UTC