[css-2.1] 18.4 Outline: invalid example

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 04:57:02 UTC