[css3-positioning] clip shape example doesn't match the text

In the 'clip' definition [1], the definition of rect is
<<
<top>, <right>,<bottom>, and <left> may either have a <length> value or 
'auto'. Negative lengths are permitted.
>>
Then followed by the example
<<
rect(30%, 100%, 70%, 25%)
>>

So I guess the text should be amended in

<top>, <right>,<bottom>, and <left> may either have a <length>, a 
<percentage> or 'auto'. Negative values are permitted.

Cheers,

[1] <http://www.w3.org/TR/2012/WD-css3-positioning-20120207/#clip-property>

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Monday, 5 November 2012 10:17:46 UTC