Skip to content

Commit

Permalink
data: add missing tests for samsung email
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Jan 2, 2024
1 parent 48d4719 commit 0191f7d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
6 changes: 5 additions & 1 deletion _features/css-conic-gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ stats: {
},
samsung-email: {
android: {
"6.0":"u"
"6.0":"u",
"6.1.90.16": "a #1",
}
},
sfr: {
Expand Down Expand Up @@ -150,6 +151,9 @@ stats: {
}
}
}
notes_by_num: {
"1": "Partial. Not supported with Hotmail/Outlook accounts."
}
links: {
"Can I use: CSS Conic Gradient":"https://caniuse.com/css-conic-gradients",
"MDN: conic-gradient()":"https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/conic-gradient"
Expand Down
3 changes: 2 additions & 1 deletion _features/css-font-stretch.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ stats: {
},
samsung-email: {
android: {
"6.1.31.2": "u"
"6.1.31.2": "u",
"6.1.90.16": "n",
}
},
mail-ru: {
Expand Down
6 changes: 4 additions & 2 deletions _features/css-linear-gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ stats: {
},
samsung-email: {
android: {
"6.0":"y"
"6.0":"y",
"6.1.90.16": "a #2",
}
},
sfr: {
Expand Down Expand Up @@ -183,7 +184,8 @@ stats: {
}
}
notes_by_num: {
"1": "Gradients can be created in VML using `type=\"gradient\"` on a `<v:fill>`. See [VML documentation](https://docs.microsoft.com/en-us/windows/win32/vml/web-workshop---how-to-use-vml-on-web-pages-----fill--element#gradient-fill)."
"1": "Gradients can be created in VML using `type=\"gradient\"` on a `<v:fill>`. See [VML documentation](https://docs.microsoft.com/en-us/windows/win32/vml/web-workshop---how-to-use-vml-on-web-pages-----fill--element#gradient-fill).",
"2": "Partial. Not supported with Hotmail/Outlook accounts."
}
links: {
"Can I use: CSS Gradients":"https://caniuse.com/css-gradients",
Expand Down
6 changes: 4 additions & 2 deletions _features/css-nesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ stats: {
},
samsung-email: {
android: {
"6.0":"u"
"6.0":"u",
"6.1.90.16": "a #4",
}
},
sfr: {
Expand Down Expand Up @@ -181,7 +182,8 @@ stats: {
notes_by_num: {
"1": "Buggy. `E { F {}}` doesn’t work, but `E { & F {}}` does.",
"2": "Buggy. The syntax is supported, but nested selectors are prefixed by the webmail, which might invalidate the selector.",
"3": "Not supported. The nested selectors are removed, making the nest properties apply to the parent selector."
"3": "Not supported. The nested selectors are removed, making the nest properties apply to the parent selector.",
"4": "Partial. Not supported with Hotmail/Outlook accounts."
}
links: {
"Can I use: CSS Nesting":"https://caniuse.com/css-nesting",
Expand Down
8 changes: 6 additions & 2 deletions _features/html-popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ stats: {
},
samsung-email: {
android: {
"5.0.10.2": "u"
"5.0.10.2": "u",
"6.1.90.16": "a #1",
}
},
sfr: {
Expand Down Expand Up @@ -169,4 +170,7 @@ stats: {
}
}
}
---
notes_by_num: {
"1": "Partial. Not supported with Hotmail/Outlook accounts."
}
---

0 comments on commit 0191f7d

Please sign in to comment.