From 3573e71af59f0690a66a6d3286123362a026827e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Parmentier?= Date: Fri, 26 Jan 2024 13:58:26 +0100 Subject: [PATCH] feat: add tests for outlook one 16.80 on macos and outlook.com --- _features/html-loading-attribute.md | 6 ++++-- _features/html-mailto-links.md | 8 +++++--- _features/html-marquee.md | 11 +++++++---- _features/html-meta-color-scheme.md | 6 ++++-- _features/html-meter.md | 8 +++++--- _features/html-object.md | 6 ++++-- _features/html-p.md | 8 +++++--- _features/html-picture.md | 6 ++++-- _features/html-popover.md | 6 ++++-- _features/html-pre.md | 8 +++++--- _features/html-progress.md | 8 +++++--- _features/html-required.md | 6 ++++-- _features/html-role.md | 6 ++++-- _features/html-rp.md | 8 +++++--- _features/html-rt.md | 8 +++++--- _features/html-ruby.md | 8 +++++--- _features/html-select.md | 6 ++++-- _features/html-semantics.md | 8 +++++--- 18 files changed, 84 insertions(+), 47 deletions(-) diff --git a/_features/html-loading-attribute.md b/_features/html-loading-attribute.md index 3e5427f5..179dbcf2 100644 --- a/_features/html-loading-attribute.md +++ b/_features/html-loading-attribute.md @@ -55,10 +55,12 @@ stats: { "2021-10": "n" }, macos: { - "2021-10": "y #1" + "2021-10": "y #1", + "16.80": "n", }, outlook-com: { - "2021-10": "n" + "2021-10": "n", + "2024-01": "n", }, ios: { "2021-10": "n" diff --git a/_features/html-mailto-links.md b/_features/html-mailto-links.md index 886f6c15..8bd016f6 100644 --- a/_features/html-mailto-links.md +++ b/_features/html-mailto-links.md @@ -52,10 +52,12 @@ stats: { "2021-05":"y" }, macos: { - "16.50":"y" + "16.50":"y", + "16.80":"y", }, outlook-com: { - "2021-05":"y" + "2021-05":"y", + "2024-01":"y", }, ios: { "2021-05":"y" @@ -178,4 +180,4 @@ links: { "MDN: Creating Hyperlinks":"https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#e-mail_links", "Mailto link generator":"https://mailtolinkgenerator.com/" } ---- \ No newline at end of file +--- diff --git a/_features/html-marquee.md b/_features/html-marquee.md index c939580a..564edeee 100644 --- a/_features/html-marquee.md +++ b/_features/html-marquee.md @@ -56,10 +56,12 @@ stats: { "2020-03":"n" }, macos: { - "2016":"y" + "2016":"y", + "16.80":"a #3", }, outlook-com: { - "2020-04":"y" + "2020-04":"y", + "2024-01":"a #3", }, ios: { "2020-04":"y" @@ -181,6 +183,7 @@ stats: { } notes_by_num: { "1": "The `` element is supported but the animation doesn't play in Internet Explorer or Firefox.", - "2": "The `behavior` attribute is not supported." + "2": "The `behavior` attribute is not supported.", + "3": "The `` element is supported but not the `behavior` or `direction` attributes." } ---- \ No newline at end of file +--- diff --git a/_features/html-meta-color-scheme.md b/_features/html-meta-color-scheme.md index f68f70db..754bec50 100644 --- a/_features/html-meta-color-scheme.md +++ b/_features/html-meta-color-scheme.md @@ -53,10 +53,12 @@ stats: { "2023-09":"n" }, macos: { - "2023":"n" + "2023":"n", + "16.80": "n", }, outlook-com: { - "2023-09":"n" + "2023-09":"n", + "2024-01":"n", }, ios: { "2023-09":"n" diff --git a/_features/html-meter.md b/_features/html-meter.md index 3a54087c..dd552926 100644 --- a/_features/html-meter.md +++ b/_features/html-meter.md @@ -52,10 +52,12 @@ stats: { "2019-02": "n" }, 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" @@ -172,4 +174,4 @@ stats: { notes_by_num: { "1": "Partial. Supported with Non Gmail Accounts only." } ---- \ No newline at end of file +--- diff --git a/_features/html-object.md b/_features/html-object.md index e0ccd6da..814b4f62 100644 --- a/_features/html-object.md +++ b/_features/html-object.md @@ -53,10 +53,12 @@ stats: { }, macos: { "2011":"a #1", - "2016":"a #1" + "2016":"a #1", + "16.80":"n", }, outlook-com: { - "2020-10":"n" + "2020-10":"n", + "2024-01":"n", }, ios: { "2020-10":"n" diff --git a/_features/html-p.md b/_features/html-p.md index 1896c710..207d266b 100644 --- a/_features/html-p.md +++ b/_features/html-p.md @@ -54,10 +54,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" @@ -174,4 +176,4 @@ stats: { links: { "MDN: `

` The Paragraph Element":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p" } ---- \ No newline at end of file +--- diff --git a/_features/html-picture.md b/_features/html-picture.md index 0793e44e..0440e538 100644 --- a/_features/html-picture.md +++ b/_features/html-picture.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "16.62":"n" + "16.62":"n", + "16.80":"n", }, outlook-com: { - "2019-05":"n" + "2019-05":"n", + "2024-01":"n", }, ios: { "2019-05":"n" diff --git a/_features/html-popover.md b/_features/html-popover.md index 88869c0c..19afdade 100644 --- a/_features/html-popover.md +++ b/_features/html-popover.md @@ -52,10 +52,12 @@ stats: { "2023-09": "n" }, macos: { - "2023-09": "n" + "2023-09": "n", + "16.80": "n", }, outlook-com: { - "2023-09": "n" + "2023-09": "n", + "2024-01": "n", }, ios: { "2023-09": "n" diff --git a/_features/html-pre.md b/_features/html-pre.md index fdd1ba21..f28a468b 100644 --- a/_features/html-pre.md +++ b/_features/html-pre.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" @@ -174,4 +176,4 @@ links: { "Can I use: <pre>":"https://caniuse.com/?search=pre", "MDN: <pre>":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre" } ---- \ No newline at end of file +--- diff --git a/_features/html-progress.md b/_features/html-progress.md index 504c0776..9ee1354d 100644 --- a/_features/html-progress.md +++ b/_features/html-progress.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" @@ -172,4 +174,4 @@ stats: { notes_by_num: { "1": "Partial. Supported with Non Gmail Accounts only." } ---- \ No newline at end of file +--- diff --git a/_features/html-required.md b/_features/html-required.md index d4cf0ec7..421e7f23 100644 --- a/_features/html-required.md +++ b/_features/html-required.md @@ -58,10 +58,12 @@ stats: { macos: { "2011":"y", "2016":"y", - "2019":"y" + "2019":"y", + "16.80":"n", }, outlook-com: { - "2019-09":"n" + "2019-09":"n", + "2024-01":"n", }, ios: { "2019-06":"y" diff --git a/_features/html-role.md b/_features/html-role.md index 50f6a6d8..47439f48 100644 --- a/_features/html-role.md +++ b/_features/html-role.md @@ -56,10 +56,12 @@ stats: { "2020-01":"n" }, macos: { - "2019":"y" + "2019":"y", + "16.80":"y", }, outlook-com: { - "2019-06":"y" + "2019-06":"y", + "2024-01":"y", }, ios: { "2020-01":"y" diff --git a/_features/html-rp.md b/_features/html-rp.md index a1f4dc8d..a5b35fd1 100644 --- a/_features/html-rp.md +++ b/_features/html-rp.md @@ -53,10 +53,12 @@ stats: { "2019-02": "n" }, 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" @@ -173,4 +175,4 @@ stats: { notes_by_num: { "1": "Partial. Supported with Non Gmail Accounts only." } ---- \ No newline at end of file +--- diff --git a/_features/html-rt.md b/_features/html-rt.md index 20ef427c..3d9f900f 100644 --- a/_features/html-rt.md +++ b/_features/html-rt.md @@ -53,10 +53,12 @@ stats: { "2019-02": "n" }, 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" @@ -173,4 +175,4 @@ stats: { notes_by_num: { "1": "Partial. Supported with Non Gmail Accounts only." } ---- \ No newline at end of file +--- diff --git a/_features/html-ruby.md b/_features/html-ruby.md index b5d7f6ee..050f4a9f 100644 --- a/_features/html-ruby.md +++ b/_features/html-ruby.md @@ -53,10 +53,12 @@ stats: { "2019-02": "n" }, 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" @@ -173,4 +175,4 @@ stats: { notes_by_num: { "1": "Partial. Supported with Non Gmail Accounts only." } ---- \ No newline at end of file +--- diff --git a/_features/html-select.md b/_features/html-select.md index dfc2077d..bdf20e58 100644 --- a/_features/html-select.md +++ b/_features/html-select.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-semantics.md b/_features/html-semantics.md index 4a3db6a7..47676657 100644 --- a/_features/html-semantics.md +++ b/_features/html-semantics.md @@ -56,10 +56,12 @@ stats: { }, macos: { "2011":"y", - "2016":"y" + "2016":"y", + "16.80":"a #1 #4", }, outlook-com: { - "2019-07":"a #1 #4" + "2019-07":"a #1 #4", + "2024-01":"a #1 #4", }, ios: { "2019-07":"a #1 #4" @@ -180,4 +182,4 @@ notes_by_num: { "4": "Unsupported opening and closing tags are stripped.", "5": "Partial. `

`, `