[css3-images] Editorial: Concrete object size resolution missing the gradient case

5.3. Default Concrete Object Size Resolution

In a situation where the specified size missing and the object has no
intrinsic dimensions (e.g. gradients), the flow of the algorithm seems
to end in this branch:

  # 2. If the concrete object size is still missing a width or height,
  # and the object has an intrinsic aspect ratio, the missing
  # dimension is calculated from the present dimension and the
  # intrinsic aspect ratio. Otherwise, the missing dimension is
  # taken from the default object size.

Should the last sentence be

  | Otherwise, each missing dimension is taken from the default
  | object size.

?


Cheers,
Kenny

Received on Wednesday, 8 February 2012 19:57:02 UTC