Skip to content

Commit

Permalink
HTML List: update data
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinalhammad authored and hteumeuleu committed Feb 18, 2024
1 parent edac67f commit 2a3dab7
Showing 1 changed file with 42 additions and 22 deletions.
64 changes: 42 additions & 22 deletions _features/html-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "<ul>, <ol> and <dl>"
description: "Support for lists in HTML: `<ul>`, `<ol>`, `<li>`, `<dl>`, `<dt>` and `<dd>` 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: {
Expand All @@ -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: {
Expand All @@ -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: {
Expand All @@ -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: {
Expand All @@ -130,7 +145,8 @@ stats: {
},
mail-ru: {
desktop-webmail: {
"2020-10":"y"
"2020-10":"y",
"2024-02":"a #1"
}
},
fastmail: {
Expand Down Expand Up @@ -174,4 +190,8 @@ stats: {
}
}
}
"notes_by_num": {
"1": "Partial. The `reversed` attribute on `<ol>` is not supported.",
"2": "Partila. Setting the `value` attribute to an `<li>` within an `<ol>` results in a different behaviour in comparison to browsers. The `<ol>` tag is closed before the `<li value=\"\">`. A new `<ol>` is added with the `start` attribute on it set to the value of the `value` attribute of the `<li>`."
}
---

0 comments on commit 2a3dab7

Please sign in to comment.