[CSS21] Wording in 10.6.2

Hi all,

I have a problem with the following paragraph in section 10.6.2  
<http://www.w3.org/TR/2006/WD-CSS21-20060411/visudet.html#inline-replaced-height>:

"Otherwise, if 'height' has a computed value of 'auto', but none of the  
conditions above are met, then the used value of 'height' must be set to  
150px. If 300px is too wide to fit the device width, UAs should use the  
height of the largest rectangle that has a 2:1 ratio and fits the device  
width instead."

Specifically, the reference to a width of 300px immediately after a  
reference to a height of 150px. Maybe it should read something like:

"Otherwise, if 'height' has a computed value of 'auto', but none of the  
conditions above are met, then the used value of 'height' must be set to  
the height of the largest rectangle that has a 2:1 ratio, has a height not  
greater than 150px, and has a width not greater than the device width."

?
-- 
Andrew Gregory, <URL: mailto:andrew@scss.com.au >
<URL: http://www.scss.com.au/family/andrew/ >

Received on Monday, 1 May 2006 04:52:14 UTC