- From: Philippe Le Hegaret <plh@w3.org>
- Date: 26 Mar 2002 09:17:46 -0500
- To: Pierre Wijkman <pierre@dsv.su.se>
- Cc: www-validator-css@w3.org
On Mon, 2002-03-25 at 21:18, Pierre Wijkman wrote:
> Hi!
>
> Is there some problem with the validator for profile = mobile. I try to
> validate:
>
> - http://atlas.dsv.su.se/~pierre/i/ip3/tst/style.css
>
> as profile = mobile and gets:
>
> - attributes can not be used with mobile profile
>
> on Line 11, 16, and 20.
I note also this as a BUG to look into (and include your CSS information
in the message in case you change it before I have time to look into
it).
Philippe
body {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0.5em;
margin-right: 2em;
font-family: verdana;
background-color: green;
color: red;
}
.s1 {
width: 10em;
background-color: red;
}
.s2 {
width: 20em;
}
.smalltext {
font-size: 0.75em;
}
Received on Tuesday, 26 March 2002 09:17:48 UTC