Subversion Revision: 254489 diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 74deb7f67fbbe0fb545be1b327a2d9ad30510225..8dd0b81260ffee884d50378415f2aba0db9c1fe0 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,30 @@ +2020-01-15 Cathie Chen + + Mapping HTML attributes width/height to the default aspect ratio of + https://bugs.webkit.org/show_bug.cgi?id=201641 + + Reviewed by Frédéric Wang + + According to [1], if HTML width and height attributes have valid values, not a percentage, and non-zero, + the value width/height is the default intrinsic aspect ratio for an element. This will help to calculate + img element's layout size before loading. The value will be overridden if img is loaded. Also see [2]. + This is currently limited in element. Other elements like ,