We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72efec3 commit c6de893Copy full SHA for c6de893
1 file changed
pkg/email/templates/base.html.tmpl
@@ -106,7 +106,7 @@
106
107
<body style="word-spacing:normal;background-color:#E7E7E7;">
108
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">{{ block "preview" . }}{{ end }}</div>
109
- <div style="background-color:#E7E7E7;" lang="und" dir="auto">
+ <div aria-label="{{ block "title" . }}{{ end }}" aria-roledescription="email" style="background-color:#E7E7E7;" role="article" lang="und" dir="auto">
110
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;">
111
<tbody>
112
<tr>
0 commit comments