[css3-background] Computed value of a border-radius property when the specified value triggers radius reduction

css3-background says that when the sum of two adjacent border-radii
exceeds the size of the border box, the UA must reduce one or more of
the radii, and gives an algorithm.  Is that algorithm intended to be
applied early enough that the result is visible to getComputedStyle()
and similar CSSOM operations, or does it apply only to the radii used
for actual drawing?

zw

Received on Thursday, 19 February 2009 02:08:48 UTC