Re: [webkit-dev] Calculate img/video aspect ratio from width and height HTML attributes

2020-02-18 Thread Frédéric Wang
On 19/12/2019 14:22, Frédéric Wang wrote: > Hello, > > In  [1], we will try and make WebKit rely on the width and height HTML > attributes of the and elements in order to determine their > aspect ratio, so that it can be used for sizing the image using CSS, > before the content loads. > > HTML an

[webkit-dev] Calculate img/video aspect ratio from width and height HTML attributes

2019-12-19 Thread Frédéric Wang
Hello, In  [1], we will try and make WebKit rely on the width and height HTML attributes of the and elements in order to determine their aspect ratio, so that it can be used for sizing the image using CSS, before the content loads. HTML and CSS standardization groups already reached consensus o