Skip to content

Commit 4a3fb80

Browse files
committed
[css2] Added issue 34 (assumed editorial).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402673
1 parent f826aff commit 4a3fb80

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

css2/issues/issues-4

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
------------------------------------------------------------------------

0 commit comments

Comments
 (0)