diff --git a/_features/css-width.md b/_features/css-width.md index 706b7933..0e97eb17 100644 --- a/_features/css-width.md +++ b/_features/css-width.md @@ -3,7 +3,7 @@ title: "width property" category: css last_test_date: "2019-09-27" test_url: "/tests/css-width-height.html" -test_results_url: "https://app.emailonacid.com/app/acidtest/UhsQmS14DHKFfotKEcCTnWaoAiS24FJMiApZ1OtmHR7vs/list" +test_results_url: "https://app.emailonacid.com/app/acidtest/N3bgM8CXDd1TNWZzO65F0RkiJwugaAuNYr8mvcYt1C3Da/list" stats: { apple-mail: { macos: { @@ -42,11 +42,11 @@ stats: { outlook: { windows: { "2003":"y", - "2007":"a #1 #2", - "2010":"a #1 #2", - "2013":"a #1 #2", - "2016":"a #1 #2", - "2019":"a #1 #2" + "2007":"a #1", + "2010":"a #1", + "2013":"a #1", + "2016":"a #1", + "2019":"a #1" }, windows-mail: { "2019-09":"y" @@ -138,7 +138,7 @@ stats: { }, laposte: { desktop-webmail: { - "2021-08": "a #3" + "2021-08": "a #2" } }, gmx: { @@ -173,8 +173,7 @@ stats: { } } notes_by_num: { - "1": "Buggy. Percentage width on `` elements are based on the physical file's width, not on the parent element's width.", - "2": "Partial. Not supported on ``, ``, `
` or `

` elements.", - "3": "Buggy. The webmail has a generic style that sets `table { width:inherit; }`." + "1": "Partial. Not supported on ``, ``, `

`, `

` or `` elements.", + "2": "Buggy. The webmail has a generic style that sets `table { width:inherit; }`." } --- diff --git a/tests/css-width-height.html b/tests/css-width-height.html index e2894bfe..32ba8095 100644 --- a/tests/css-width-height.html +++ b/tests/css-width-height.html @@ -162,10 +162,16 @@

- <img style="width:100%"> + <img style="width:50%">

- Test11 + Test11 +
+

+ <img style="width:200px"> +

+
+ Test11bis

<img width="100%"> @@ -191,4 +197,4 @@

- \ No newline at end of file +