File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -768,3 +768,39 @@ Resolution:
768768
769769=Bert= Edit.
770770------------------------------------------------------------------------
771+ Issue 34.
772+ URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2007AprJun/0063.html
773+ Description:
774+
775+ Elika writes:
776+
777+ [...] the third paragraph of 10.6.2 states the
778+ same thing, essentially, three times:
779+
780+ # If 'height' and 'width' both have computed values of 'auto' and
781+ # the element has no intrinsic height, but does have an intrinsic
782+ # width and intrinsic ratio;
783+ # or if 'height' has a computed value of 'auto', and the element
784+ # does have an intrinsic ratio;
785+ # or if 'height' and 'width' both have computed values of 'auto' and
786+ # the element has an intrinsic ratio but no intrinsic height or
787+ # width and the containing block's width doesn't itself depend on
788+ # the replaced element's width;
789+ # then the used value of 'height' is:
790+
791+ I think we can replace all that with
792+
793+ | Otherwise if 'height' has a computed value of 'auto' and the
794+ | element does have an intrinsic ratio then the used value of
795+ | 'height' is:
796+
797+ since that second case covers the other two.
798+
799+ Bert agrees and thinks this is editorial.
800+
801+ Resolution:
802+
803+ Assumed editorial.
804+
805+ =Bert= Edit.
806+ ------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments