Skip to content

Commit

Permalink
data: 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 18, 2024
1 parent 60cc5d7 commit 7777132
Show file tree
Hide file tree
Showing 68 changed files with 341 additions and 191 deletions.
14 changes: 9 additions & 5 deletions _features/css-pseudo-element-after.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ stats: {
macos: {
"2011":"y",
"2016":"y",
"2019":"a #1"
"2019":"a #1",
"16.80":"a #1 #3",
},
outlook-com: {
"2020-05":"n"
"2020-05":"n",
"2024-01":"a #3",
},
ios: {
"2.51.1":"y",
"4.38.0":"n"
"4.38.0":"n",
"4.2352.0":"a #3",
},
android: {
"2020-05":"n"
Expand Down Expand Up @@ -175,10 +178,11 @@ stats: {
}
notes_by_num: {
"1": "Not supported with non Outlook accounts.",
"2": "The pseudo-element is supported but the `content` property is not."
"2": "The pseudo-element is supported but the `content` property is not.",
"3": "Partial. Only supported on type selectors."
}
links: {
"Can I use: CSS Generated content for pseudo-elements":"https://caniuse.com/#feat=css-gencontent",
"MDN: ::after":"https://developer.mozilla.org/en-US/docs/Web/CSS/::after"
}
---
---
14 changes: 9 additions & 5 deletions _features/css-pseudo-element-before.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ stats: {
macos: {
"2011":"y",
"2016":"y",
"2019":"a #1"
"2019":"a #1",
"16.80":"a #1 #3",
},
outlook-com: {
"2020-05":"n"
"2020-05":"n",
"2024-01":"a #3",
},
ios: {
"2.51.1":"y",
"4.38.0":"n"
"4.38.0":"n",
"4.2352.0":"a #3",
},
android: {
"2020-05":"n"
Expand Down Expand Up @@ -175,10 +178,11 @@ stats: {
}
notes_by_num: {
"1": "Not supported with non Outlook accounts.",
"2": "The pseudo-element is supported but the `content` property is not."
"2": "The pseudo-element is supported but the `content` property is not.",
"3": "Partial. Only supported on type selectors."
}
links: {
"Can I use: CSS Generated content for pseudo-elements":"https://caniuse.com/#feat=css-gencontent",
"MDN: ::before":"https://developer.mozilla.org/en-US/docs/Web/CSS/::before"
}
---
---
14 changes: 9 additions & 5 deletions _features/css-pseudo-element-first-letter.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ stats: {
macos: {
"2011":"y",
"2016":"y",
"2019":"a #1"
"2019":"a #1",
"16.80":"a #1 #2",
},
outlook-com: {
"2020-05":"n"
"2020-05":"n",
"2024-01":"a #2",
},
ios: {
"2.51.1":"y",
"4.38.0":"n"
"4.38.0":"n",
"4.2352.0":"a #2",
},
android: {
"2020-05":"n"
Expand Down Expand Up @@ -174,10 +177,11 @@ stats: {
}
}
notes_by_num: {
"1": "Not supported with non Outlook accounts."
"1": "Not supported with non Outlook accounts.",
"2": "Partial. Only supported on type selectors."
}
links: {
"Can I use: ::first-letter":"https://caniuse.com/#feat=css-first-letter",
"MDN: ::first-letter":"https://developer.mozilla.org/en-US/docs/Web/CSS/::first-letter"
}
---
---
14 changes: 9 additions & 5 deletions _features/css-pseudo-element-first-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ stats: {
macos: {
"2011":"y",
"2016":"y",
"2019":"a #1"
"2019":"a #1",
"16.80":"a #1 #2",
},
outlook-com: {
"2020-05":"n"
"2020-05":"n",
"2024-01":"a #2",
},
ios: {
"2.51.1":"y",
"4.38.0":"n"
"4.38.0":"n",
"4.2352.0":"a #2",
},
android: {
"2020-05":"n"
Expand Down Expand Up @@ -174,10 +177,11 @@ stats: {
}
}
notes_by_num: {
"1": "Not supported with non Outlook accounts."
"1": "Not supported with non Outlook accounts.",
"2": "Partial. Only supported on type selectors."
}
links: {
"Can I use: ::first-line":"https://caniuse.com/#feat=css-first-line",
"MDN: ::first-line":"https://developer.mozilla.org/en-US/docs/Web/CSS/::first-line"
}
---
---
9 changes: 6 additions & 3 deletions _features/css-pseudo-element-marker.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ stats: {
"2022-12":"n"
},
macos: {
"2022-12":"y"
"2022-12":"y",
"16.80":"n",
},
outlook-com: {
"2022-12":"n"
"2022-12":"n",
"2024-01":"n",
},
ios: {
"2022-12":"n",
"2024-01":"n",
},
android: {
"2022-12":"n"
Expand Down Expand Up @@ -147,4 +150,4 @@ links: {
"Can I use: ::marker":"https://caniuse.com/css-marker-pseudo",
"MDN: ::marker":"https://developer.mozilla.org/en-US/docs/Web/CSS/::marker"
}
---
---
14 changes: 9 additions & 5 deletions _features/css-pseudo-element-placeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ stats: {
macos: {
"2011":"y",
"2016":"y",
"2019":"a #1"
"2019":"a #1",
"16.80":"a #1 #2",
},
outlook-com: {
"2020-05":"n"
"2020-05":"n",
"2024-01":"a #2",
},
ios: {
"2.51.1":"y",
"4.38.0":"n"
"4.38.0":"n",
"4.2352.0":"a #2",
},
android: {
"2020-05":"n"
Expand Down Expand Up @@ -175,10 +178,11 @@ stats: {
}
notes_by_num: {
"1": "Not supported with non Outlook accounts.",
"2": "The pseudo-element is supported but `<input>` elements are not."
"2": "The pseudo-element is supported but `<input>` elements are not.",
"3": "Partial. Only supported on type selectors."
}
links: {
"Can I use: ::placeholder":"https://caniuse.com/#feat=css-placeholder",
"MDN: ::placeholder":"https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-radial-gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ stats: {
"2021-12":"n"
},
macos: {
"16.57":"y"
"16.57":"y",
"16.80":"n",
},
outlook-com: {
"2021-12":"n"
"2021-12":"n",
"2024-01":"n",
},
ios: {
"2.51.1":"y",
Expand Down Expand Up @@ -187,4 +189,4 @@ links: {
"Can I use: CSS Gradients":"https://caniuse.com/css-gradients",
"MDN: radial-gradient()":"https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/radial-gradient()"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-rgb.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ stats: {
macos: {
"2011": "a #1 #2",
"2016": "a #1 #2",
"2021-01": "y"
"2021-01": "y",
"16.80": "y",
},
outlook-com: {
"2021-01": "y"
"2021-01": "y",
"2024-01": "y",
},
ios: {
"2021-01": "y"
Expand Down Expand Up @@ -188,4 +190,4 @@ links: {
"MDN: <color> CSS data type":"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#rgb()",
"MDN: Browser compatibility for space-sparated values (also known as whitespace syntax)":"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb()#space-separated_values"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-rgba.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ stats: {
"2021-01": "n"
},
macos: {
"2021-01": "y"
"2021-01": "y",
"16.80": "y",
},
outlook-com: {
"2021-01": "y"
"2021-01": "y",
"2024-01": "y"
},
ios: {
"2021-01": "y"
Expand Down Expand Up @@ -184,4 +186,4 @@ links: {
"MDN: <color> CSS data type":"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#rgb()",
"MDN: Browser compatibility for space-sparated values (also known as whitespace syntax)":"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgba()#space-separated_values"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-scroll-snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ stats: {
"2023-02": "n"
},
macos: {
"16.73": "y"
"16.73": "y",
"16.80": "n",
},
outlook-com: {
"2023-02": "n"
"2023-02": "n",
"2024-01": "n",
},
ios: {
"2023-02": "n"
Expand Down Expand Up @@ -141,4 +143,4 @@ links: {
"MDN: The scroll-snap-type CSS property": "https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type",
"Can I use: CSS property: scroll-snap-type": "https://caniuse.com/?search=scroll-snap-type"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-selector-adjacent-sibling.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ stats: {
},
macos: {
"2011":"y",
"2016":"y"
"2016":"y",
"16.80": "y",
},
outlook-com: {
"2020-03":"y"
"2020-03":"y",
"2024-01":"y",
},
ios: {
"2020-03":"y"
Expand Down Expand Up @@ -179,4 +181,4 @@ links: {
"Can I use: Adjacent sibling combinator":"https://caniuse.com/#feat=mdn-css_selectors_adjacent_sibling",
"MDN: Adjacent sibling combinator":"https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-selector-attribute.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": "a #1 #2 #3",
},
outlook-com: {
"2020-12":"a #1 #2 #3"
"2020-12":"a #1 #2 #3",
"2024-01":"a #1 #2 #3",
},
ios: {
"2020-12":"a #1 #2"
Expand Down Expand Up @@ -186,4 +188,4 @@ links: {
"Can I use: CSS 2.1 selectors":"https://caniuse.com/css-sel2",
"MDN: attribute selectors":"https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-selector-chaining.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ stats: {
},
macos: {
"2011":"y",
"2016":"y"
"2016":"y",
"16.80": "y",
},
outlook-com: {
"2019-10":"n #4"
"2019-10":"n #4",
"2024-01":"n #4",
},
ios: {
"2019-10":"y"
Expand Down Expand Up @@ -182,4 +184,4 @@ links: {
"MDN: Grouping selectors":"https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors#Grouping",
"Email Bugs: Outlook.com only prefixes first selector in a chain of selectors":"https://github.com/hteumeuleu/email-bugs/issues/61"
}
---
---
8 changes: 5 additions & 3 deletions _features/css-selector-child.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ stats: {
},
macos: {
"2011":"y",
"2016":"y"
"2016":"y",
"16.80":"y",
},
outlook-com: {
"2019-10":"y"
"2019-10":"y",
"2024-01":"y",
},
ios: {
"2019-10":"y"
Expand Down Expand Up @@ -209,4 +211,4 @@ links: {
"Can I use: Child combinator":"https://caniuse.com/#feat=mdn-css_selectors_child",
"MDN: Child combinator":"https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator"
}
---
---
Loading

0 comments on commit 7777132

Please sign in to comment.