diff --git a/_features/html-lists.md b/_features/html-lists.md
index 65274758..242db0f2 100644
--- a/_features/html-lists.md
+++ b/_features/html-lists.md
@@ -3,9 +3,9 @@ title: "
, and "
description: "Support for lists in HTML: ``, ``, `- `, `
`, `- ` and `
- ` elements."
category: html
keywords: ul, ol, li, dl, dt, dd
-last_test_date: "2020-04-20"
+last_test_date: "2024-02-17"
test_url: "/tests/css-list.html"
-test_results_url: "https://app.emailonacid.com/app/acidtest/ifwlqtEsBCU23xVI7NgjBqvJlcJ4c20Akv3aRW3ugRJsP/list"
+test_results_url: "https://testi.at/proj/5jbpc3r2cknp15ayua"
stats: {
apple-mail: {
macos: {
@@ -17,16 +17,20 @@ stats: {
},
gmail: {
desktop-webmail: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
ios: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
android: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
mobile-webmail: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
}
},
orange: {
@@ -43,30 +47,35 @@ stats: {
},
outlook: {
windows: {
- "2003":"y",
- "2007":"y",
- "2010":"y",
- "2013":"y",
- "2016":"y",
- "2019":"y"
+ "2003":"a #1 #2",
+ "2007":"a #1 #2",
+ "2010":"a #1 #2",
+ "2013":"a #1 #2",
+ "2016":"a #1 #2",
+ "2019":"a #1 #2"
},
windows-mail: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1 #2"
},
macos: {
"2011":"y",
"2016":"y",
"16.80":"y",
+ "2024-02":"a #1"
},
outlook-com: {
"2020-04":"y",
"2024-01":"y",
+ "2024-02":"a #1"
},
ios: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
android: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
}
},
samsung-email: {
@@ -92,24 +101,30 @@ stats: {
},
aol: {
desktop-webmail: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
ios: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
android: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
}
},
yahoo: {
desktop-webmail: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
ios: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
},
android: {
- "2020-04":"y"
+ "2020-04":"y",
+ "2024-02":"a #1"
}
},
protonmail: {
@@ -130,7 +145,8 @@ stats: {
},
mail-ru: {
desktop-webmail: {
- "2020-10":"y"
+ "2020-10":"y",
+ "2024-02":"a #1"
}
},
fastmail: {
@@ -174,4 +190,8 @@ stats: {
}
}
}
+"notes_by_num": {
+ "1": "Partial. The `reversed` attribute on `
` is not supported.",
+ "2": "Partila. Setting the `value` attribute to an `- ` within an `
` results in a different behaviour in comparison to browsers. The `` tag is closed before the `- `. A new `
` is added with the `start` attribute on it set to the value of the `value` attribute of the `- `."
+}
---