Re: [css-2.1] 18.4 Outline: invalid example

Philippe,

I don't think that an error

But the spec definitely lack clarity on that point

If you look at border, you'll see this text
[[
The above rule will set the width, style, and color of the border
below the H1 element. Omitted values are set to their initial values.
Since the following rule does not specify a border color, the border
will have the color specified by the 'color' property
]]

I think the modification to apply to the CSS 2.1 spec is adding some
equivalent note for 'outline' and other 'combined' properties

Regards,

Xmlizer

On 5/20/07, Philippe Wittenbergh <jk7r-obt@asahi-net.or.jp> wrote:
>
> Under '18.4 Dynamic outlines'
> <http://www.w3.org/TR/CSS21/ui.html#propdef-outline>
> The example given is invalid:
> > button { outline-width : thick solid}
>
> either {outline: thick solid} or {outline-width: thick; outline-
> style:solid} will do fine.
>
> ( in the CSS 3, Basic User Interface Module, the example is correct
> <http://www.w3.org/TR/css3-ui/#outline>)
>
> Philippe
> ---
> Philippe Wittenbergh
> <http://emps.l-c-n.com
>
>
>
>
>

Received on Sunday, 20 May 2007 09:51:41 UTC