Skip to content
Snippets Groups Projects

Add role presentation to table for accessibility

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -39,7 +39,7 @@
<html>
<body>
<div{{ attributes.addClass(classes) }}>
<table width="100%" cellpadding="0" cellspacing="0">
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<div style="padding: 0px 0px 0px 0px;" class="clearfix">
Loading