Jonathon's Sizing Tests

I had my team look at Jonathon's sizing tests from yesterday and found out why IE9 is collapsing on auto.

https://jwatt.org/svg/tmp/embedded-sizing/embedded.html


>From what we can determine, auto is not allowed on the width/height attribute, only the CSS style. Changing:

<object data="..." width="auto" height="auto"></object>

To:

<object data="..." style="width:auto; height:auto"></object>

Seems to meet the standard of HTML.

These tests are still something we are drilling into in more detail, so they are much appreciated!

Patrick

Received on Thursday, 3 March 2011 15:33:59 UTC