From 8ea3efc08bf4637e51aa89ca575212032e41a000 Mon Sep 17 00:00:00 2001 From: Lena Date: Thu, 7 Jan 2021 12:32:24 +0100 Subject: [PATCH] html-email: add role=presentation Add role="presentation" on table tag to help screenreaders' restitution. It is not a data table but a layout table so we do not need to make a screenreader reads all the table structure. --- html-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-email.md b/html-email.md index 79cf0803e..ef47bdbff 100644 --- a/html-email.md +++ b/html-email.md @@ -39,7 +39,7 @@ Inline your CSS as much as possible. ### Basic layout ```html - +