Skip to content

Commit

Permalink
feat: add tests for outlook one 16.80 on macos and outlook.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Jan 27, 2024
1 parent 3573e71 commit f424c09
Show file tree
Hide file tree
Showing 28 changed files with 119 additions and 64 deletions.
8 changes: 5 additions & 3 deletions _features/html-small.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ stats: {
"2021-11": "y"
},
macos: {
"2021-11": "y"
"2021-11": "y",
"16.80": "y",
},
outlook-com: {
"2021-11": "y"
"2021-11": "y",
"2024-01": "y",
},
ios: {
"2021-11": "y"
Expand Down Expand Up @@ -186,4 +188,4 @@ notes_by_num: {}
links: {
"MDN: <small>: the side comment element":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small"
}
---
---
8 changes: 5 additions & 3 deletions _features/html-span.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -173,4 +175,4 @@ stats: {
links: {
"MDN: `<span>`":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span"
}
---
---
8 changes: 5 additions & 3 deletions _features/html-srcset.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ stats: {
},
macos: {
"2011":"y",
"2016":"y"
"2016":"y",
"16.80":"n",
},
outlook-com: {
"2019-05":"n"
"2019-05":"n",
"2024-01":"n",
},
ios: {
"2019-05":"n"
Expand Down Expand Up @@ -178,4 +180,4 @@ notes_by_num: {
"1": "`<picture>` and `<source>` tags are replaced by `<u></u>` tags.",
"2": "The `sizes` attribute is supported but not `srcset`."
}
---
---
8 changes: 5 additions & 3 deletions _features/html-strike.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,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"
Expand Down Expand Up @@ -176,4 +178,4 @@ links: {
"Can I use: <strike>": "https://caniuse.com/#feat=mdn-html_elements_strike",
"MDN: <strike>": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike"
}
---
---
8 changes: 5 additions & 3 deletions _features/html-strong.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -173,4 +175,4 @@ stats: {
links: {
"MDN: `<strong>`":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong"
}
---
---
6 changes: 4 additions & 2 deletions _features/html-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ stats: {
"2011":"y",
"2016":"y",
"2019":"y",
"2021":"y"
"2021":"y",
"16.80":"y",
},
outlook-com: {
"2019-06":"y",
"2023-01":"y"
"2023-01":"y",
"2024-01":"y",
},
ios: {
"2019-06":"y",
Expand Down
6 changes: 4 additions & 2 deletions _features/html-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"n"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"n",
},
outlook-com: {
"2020-02":"n"
"2020-02":"n",
"2024-01":"n",
},
ios: {
"2020-02":"n"
Expand Down
8 changes: 5 additions & 3 deletions _features/html-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -174,4 +176,4 @@ links: {
"Can I use: HTML4 elements":"https://caniuse.com/#search=HTML4",
"MDN: HTML Tables":"https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables"
}
---
---
8 changes: 5 additions & 3 deletions _features/html-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ stats: {
"2021-12":"a #3"
},
macos: {
"16.57":"n #1"
"16.57":"n #1",
"16.80":"a #3",
},
outlook-com: {
"2021-12":"n #1"
"2021-12":"n #1",
"2024-01":"n #1",
},
ios: {
"2021-12":"a #3"
Expand Down Expand Up @@ -176,4 +178,4 @@ notes_by_num: {
links: {
"MDN: <a>: The Anchor element: target":"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target"
}
---
---
6 changes: 4 additions & 2 deletions _features/html-textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion _features/html-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ stats: {
},
outlook-com: {
"2019-09":"n #4",
"2021-05":"n #8"
"2021-05":"n #8",
"2024-01":"n #8",
},
ios: {
"2019-09":"n #4",
Expand Down
8 changes: 5 additions & 3 deletions _features/html-wbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -173,4 +175,4 @@ stats: {
notes_by_num: {
"1": "Partial. Supported with Non Gmail Accounts only."
}
---
---
6 changes: 4 additions & 2 deletions _features/html-width.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-apng.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"n"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-avif.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ stats: {
macos: {
"2021-01": "n",
"2023-01": "a #2",
"2023-04": "y"
"2023-04": "y",
"16.80": "y",
},
outlook-com: {
"2021-01": "y #1",
"2024-01": "y #1",
},
ios: {
"2021-01": "n",
Expand Down Expand Up @@ -209,4 +211,4 @@ links: {
"MDN: Image file type and format guide":"https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types",
"avif.io: a free AVIF converter by Justin Schmitz and Niksa Sporin":"https://avif.io/"
}
---
---
6 changes: 4 additions & 2 deletions _features/image-base64.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"n"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-bmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"y"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-gif.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"y"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-hdr.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ stats: {
},
macos: {
"2016":"y",
"2019":"n"
"2019":"n",
"16.80":"n",
},
outlook-com: {
"2020-02":"n"
"2020-02":"n",
"2024-01":"n",
},
ios: {
"2020-02":"n"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-heif.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ stats: {
},
macos: {
"2016":"n",
"2019":"n"
"2019":"n",
"16.80":"y",
},
outlook-com: {
"2020-02":"n"
"2020-02":"n",
"2024-01":"n",
},
ios: {
"2020-02":"n"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-ico.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ stats: {
"2020-02":"y"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
6 changes: 4 additions & 2 deletions _features/image-jpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ stats: {
"2020-02":"y"
},
macos: {
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2020-02":"y"
"2020-02":"y",
"2024-01":"y",
},
ios: {
"2020-02":"y"
Expand Down
Loading

0 comments on commit f424c09

Please sign in to comment.