- From: Matthew Brealey <webmaster@richinstyle.com>
- Date: 31 Jan 2001 14:16:24 -0000
- To: www-style@w3.org
You wrote:
> Another draft has just been published:
>
> CSS Mobile Profile 1.0
> http://www.w3.org/TR/2001/WD-css-mobile-20010129
>
> The abstract is quite short:
>
> "This specification defines a subset of the Cascading Style Sheets
> Level 2 specification tailored to the needs and constraints of
> mobile devices."
>
> And, in fact, so is the draft itself. (Something of which the working
> group is not a little proud. :-) )
Yes indeed.
Just a few errors though:
*
body {
background-position: center center;
background-position: 45% 55%;
}
A MP-UA that can process percentage values for the background-position
property will process the first background-position specification and
then "write over" that value with the second background-position
specification. A MP-UA that cannot process percentage values will
process the first background-position specification and ignore the
second background-position specification.
should use 'declaration' instead of specification.
* In the table (section 3), the second to last row has a typo
div[class!="warning"]
instead of
div[class~"warning"]
* inline | block | list-item | none as the required property values for
display support is wrong - inherit is missing
[See http://lists.w3.org/Archives/Public/www-style/2000Oct/0159.html as
the reference for these]
Received on Wednesday, 31 January 2001 09:16:08 UTC