From 1cb5d12148b0d3a1cdc5a804e773511c09b10005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Parmentier?= Date: Tue, 23 Jan 2024 21:56:56 +0100 Subject: [PATCH] feat: add tests for outlook one 16.80 on macos and outlook.com --- _features/html-base.md | 8 +++++--- _features/html-bdi.md | 8 +++++--- _features/html-blockquote.md | 8 +++++--- _features/html-body.md | 8 +++++--- _features/html-button-reset.md | 6 ++++-- _features/html-button-submit.md | 6 ++++-- _features/html-code.md | 8 +++++--- _features/html-del.md | 6 ++++-- _features/html-dfn.md | 6 ++++-- _features/html-dialog.md | 8 +++++--- _features/html-dir.md | 8 +++++--- _features/html-div.md | 8 +++++--- _features/html-doctype.md | 6 ++++-- _features/html-form.md | 6 ++++-- _features/html-h1-h6.md | 8 +++++--- _features/html-height.md | 8 +++++--- _features/html-hr.md | 6 ++++-- _features/html-image-maps.md | 6 ++++-- _features/html-img.md | 6 ++++-- _features/html-input-checkbox.md | 6 ++++-- _features/html-input-hidden.md | 6 ++++-- _features/html-input-radio.md | 6 ++++-- _features/html-input-reset.md | 6 ++++-- _features/html-input-submit.md | 6 ++++-- _features/html-input-text.md | 6 ++++-- _features/html-lang.md | 8 +++++--- _features/html-lists.md | 8 +++++--- 27 files changed, 120 insertions(+), 66 deletions(-) diff --git a/_features/html-base.md b/_features/html-base.md index 1ac999bc..2a1fe5f0 100644 --- a/_features/html-base.md +++ b/_features/html-base.md @@ -52,10 +52,12 @@ stats: { "2021-12":"n" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"a #1", }, outlook-com: { - "2021-12":"a #1" + "2021-12":"a #1", + "2024-01":"a #1", }, ios: { "2021-12":"a #1 #2" @@ -179,4 +181,4 @@ links: { "Can I use: HTML element: base":"https://caniuse.com/mdn-html_elements_base", "MDN: element":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base" } ---- \ No newline at end of file +--- diff --git a/_features/html-bdi.md b/_features/html-bdi.md index 90b92ce7..7e95c70b 100644 --- a/_features/html-bdi.md +++ b/_features/html-bdi.md @@ -53,10 +53,12 @@ stats: { "2019-02": "n" }, macos: { - "2019-02": "y" + "2019-02": "y", + "16.80": "n", }, outlook-com: { - "2019-02": "n" + "2019-02": "n", + "2024-01": "n", }, ios: { "2019-02": "n" @@ -170,4 +172,4 @@ stats: { } } } ---- \ No newline at end of file +--- diff --git a/_features/html-blockquote.md b/_features/html-blockquote.md index 0c22f1bd..59c9d02d 100644 --- a/_features/html-blockquote.md +++ b/_features/html-blockquote.md @@ -53,10 +53,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2020-05":"y" + "2020-05":"y", + "2024-01":"y", }, ios: { "2020-05":"y" @@ -176,4 +178,4 @@ notes_by_num: { links: { "MDN: `
`":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote" } ---- \ No newline at end of file +--- diff --git a/_features/html-body.md b/_features/html-body.md index 8e169643..183408ab 100644 --- a/_features/html-body.md +++ b/_features/html-body.md @@ -51,10 +51,12 @@ stats: { "2021-11":"y" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"n", }, outlook-com: { - "2021-11":"a #1" + "2021-11":"a #1", + "2024-01":"a #1", }, ios: { "2021-11":"n" @@ -175,4 +177,4 @@ links: { "Can I use: HTML element: body":"https://caniuse.com/mdn-html_elements_body", "MDN: : The Document Body element":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body" } ---- \ No newline at end of file +--- diff --git a/_features/html-button-reset.md b/_features/html-button-reset.md index a3032820..c873c26d 100644 --- a/_features/html-button-reset.md +++ b/_features/html-button-reset.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"n" diff --git a/_features/html-button-submit.md b/_features/html-button-submit.md index 2da3c228..bf3654e2 100644 --- a/_features/html-button-submit.md +++ b/_features/html-button-submit.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"n", "2016":"n", - "2019":"n" + "2019":"n", + "16.80":"n", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"n", }, ios: { "2019-06":"n" diff --git a/_features/html-code.md b/_features/html-code.md index a2024c39..794d2a4b 100644 --- a/_features/html-code.md +++ b/_features/html-code.md @@ -49,10 +49,12 @@ stats: { "2023-04":"y" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"y", }, outlook-com: { - "2023-04":"y" + "2023-04":"y", + "2024-01":"y", }, ios: { "2023-04":"y" @@ -163,4 +165,4 @@ links: { "Can I use: <code>":"https://caniuse.com/?search=code", "MDN: <code>":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code" } ---- \ No newline at end of file +--- diff --git a/_features/html-del.md b/_features/html-del.md index efabfda1..a6371bc1 100644 --- a/_features/html-del.md +++ b/_features/html-del.md @@ -54,10 +54,12 @@ stats: { "2019-02":"y" }, macos: { - "2019-02":"y" + "2019-02":"y", + "16.80":"y", }, outlook-com: { - "2019-02":"y" + "2019-02":"y", + "2024-01":"y", }, ios: { "2019-02":"y" diff --git a/_features/html-dfn.md b/_features/html-dfn.md index d4fa4f9a..1c8f4b35 100644 --- a/_features/html-dfn.md +++ b/_features/html-dfn.md @@ -50,10 +50,12 @@ stats: { "2023-09":"a #1" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"y", }, outlook-com: { - "2023-09":"y" + "2023-09":"y", + "2024-01":"y", }, ios: { "2023-09":"y" diff --git a/_features/html-dialog.md b/_features/html-dialog.md index 469450d9..8bf7f3c3 100644 --- a/_features/html-dialog.md +++ b/_features/html-dialog.md @@ -52,10 +52,12 @@ stats: { "2019-02": "n" }, macos: { - "2019-02": "y" + "2019-02": "y", + "16.80": "n", }, outlook-com: { - "2019-02": "n" + "2019-02": "n", + "2024-01": "n", }, ios: { "2019-02": "n" @@ -169,4 +171,4 @@ stats: { } } } ---- \ No newline at end of file +--- diff --git a/_features/html-dir.md b/_features/html-dir.md index d98f8156..8b6c763f 100644 --- a/_features/html-dir.md +++ b/_features/html-dir.md @@ -53,10 +53,12 @@ stats: { "2021-10":"a #3" }, macos: { - "16.55":"y" + "16.55":"y", + "16.80":"y", }, outlook-com: { - "2021-10":"y" + "2021-10":"y", + "2024-01":"y", }, ios: { "2021-10":"y" @@ -180,4 +182,4 @@ links: { "Can I use: dir":"https://caniuse.com/mdn-html_global_attributes_dir", "MDN: dir":"https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir" } ---- \ No newline at end of file +--- diff --git a/_features/html-div.md b/_features/html-div.md index 001931cc..13f04acf 100644 --- a/_features/html-div.md +++ b/_features/html-div.md @@ -53,10 +53,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2020-05":"y" + "2020-05":"y", + "2024-01":"y", }, ios: { "2020-05":"y" @@ -176,4 +178,4 @@ links: { "Email Coding Guidelines: Tables for layout":"https://github.com/hteumeuleu/email-guidelines#tables-for-layout", "Get Off The Table by Mark Robbins":"https://github.com/M-J-Robbins/get-off-the-table" } ---- \ No newline at end of file +--- diff --git a/_features/html-doctype.md b/_features/html-doctype.md index 1b7ac558..9c2ddf24 100644 --- a/_features/html-doctype.md +++ b/_features/html-doctype.md @@ -55,10 +55,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2019-07":"y" + "2019-07":"y", + "2024-01":"y", }, ios: { "2019-07":"a #1", diff --git a/_features/html-form.md b/_features/html-form.md index 63e2f80c..843bd0b3 100644 --- a/_features/html-form.md +++ b/_features/html-form.md @@ -58,11 +58,13 @@ stats: { macos: { "2011":"n", "2016":"n", - "2019":"n" + "2019":"n", + "16.80":"a #6", }, outlook-com: { "2019-02":"y #2", - "2019-10":"a #2 #3" + "2019-10":"a #2 #3", + "2024-01":"a #6", }, ios: { "2019-06":"y" diff --git a/_features/html-h1-h6.md b/_features/html-h1-h6.md index bb89ed6c..ed55a6c4 100644 --- a/_features/html-h1-h6.md +++ b/_features/html-h1-h6.md @@ -55,10 +55,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2020-05":"y" + "2020-05":"y", + "2024-01":"y", }, ios: { "2020-05":"y" @@ -179,4 +181,4 @@ links: { "Can I use: `

`":"https://caniuse.com/#feat=mdn-html_elements_h1", "MDN: Heading Elements":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements" } ---- \ No newline at end of file +--- diff --git a/_features/html-height.md b/_features/html-height.md index 56f40255..8bc42274 100644 --- a/_features/html-height.md +++ b/_features/html-height.md @@ -53,10 +53,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-09":"y" @@ -174,4 +176,4 @@ 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": "Buggy. Sizes set in attributes don't scale in 120 dpi mode." } ---- \ No newline at end of file +--- diff --git a/_features/html-hr.md b/_features/html-hr.md index 3ed129c1..519bcc5e 100644 --- a/_features/html-hr.md +++ b/_features/html-hr.md @@ -50,10 +50,12 @@ stats: { "2023-09":"y" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"y", }, outlook-com: { - "2023-09":"y" + "2023-09":"y", + "2024-01":"y", }, ios: { "2023-09":"y" diff --git a/_features/html-image-maps.md b/_features/html-image-maps.md index ce58aa38..be11baf7 100644 --- a/_features/html-image-maps.md +++ b/_features/html-image-maps.md @@ -53,10 +53,12 @@ stats: { "2021-09":"n" }, macos: { - "16.54":"y" + "16.54":"y", + "16.80":"y", }, outlook-com: { - "2021-09":"y" + "2021-09":"y", + "2024-01":"y", }, ios: { "2021-09":"y" diff --git a/_features/html-img.md b/_features/html-img.md index 65d4b451..02495aeb 100644 --- a/_features/html-img.md +++ b/_features/html-img.md @@ -50,10 +50,12 @@ stats: { "2023-09":"y" }, macos: { - "16.56":"y" + "16.56":"y", + "16.80":"y", }, outlook-com: { - "2023-09":"y" + "2023-09":"y", + "2024-01":"y", }, ios: { "2023-09":"y" diff --git a/_features/html-input-checkbox.md b/_features/html-input-checkbox.md index 8e80c958..73e6311c 100644 --- a/_features/html-input-checkbox.md +++ b/_features/html-input-checkbox.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"y" diff --git a/_features/html-input-hidden.md b/_features/html-input-hidden.md index 572f606c..3a07fe98 100644 --- a/_features/html-input-hidden.md +++ b/_features/html-input-hidden.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"y" diff --git a/_features/html-input-radio.md b/_features/html-input-radio.md index aaca1c41..5d010a7e 100644 --- a/_features/html-input-radio.md +++ b/_features/html-input-radio.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"y" diff --git a/_features/html-input-reset.md b/_features/html-input-reset.md index fe539a6c..da88aed6 100644 --- a/_features/html-input-reset.md +++ b/_features/html-input-reset.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"y" diff --git a/_features/html-input-submit.md b/_features/html-input-submit.md index 19978ab3..2e679522 100644 --- a/_features/html-input-submit.md +++ b/_features/html-input-submit.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"n", "2016":"n", - "2019":"n" + "2019":"n", + "16.80":"n", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"n", }, ios: { "2019-06":"y" diff --git a/_features/html-input-text.md b/_features/html-input-text.md index 1ea4e4a8..092d51ac 100644 --- a/_features/html-input-text.md +++ b/_features/html-input-text.md @@ -59,10 +59,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-09":"y" + "2019-09":"y", + "2024-01":"y", }, ios: { "2019-06":"y" diff --git a/_features/html-lang.md b/_features/html-lang.md index 1cec6fee..57329bff 100644 --- a/_features/html-lang.md +++ b/_features/html-lang.md @@ -55,10 +55,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2020-10":"y" + "2020-10":"y", + "2024-01":"y", }, ios: { "2020-10":"y" @@ -180,4 +182,4 @@ links: { "Can I use: lang attribute":"https://caniuse.com/mdn-html_global_attributes_lang", "MDN: lang attribute":"https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang" } ---- \ No newline at end of file +--- diff --git a/_features/html-lists.md b/_features/html-lists.md index 0175e012..65274758 100644 --- a/_features/html-lists.md +++ b/_features/html-lists.md @@ -55,10 +55,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"y", }, outlook-com: { - "2020-04":"y" + "2020-04":"y", + "2024-01":"y", }, ios: { "2020-04":"y" @@ -172,4 +174,4 @@ stats: { } } } ---- \ No newline at end of file +---