Is there some accessibility aspects that I would need to know of when using a Custom HTML block? I guess there might be if the custom html itself is a total mess, but in my case I would be using the block to create a basic X * Y sized table of names with some inline styling.
Simplified example of the html:
<table>
<tbody>
<tr style=”background: #000000;”>
<td>Name 1</td>
<td>Name 2</td>
<td>Name 3</td>
<td>Name 4</td>
</tr>
</tbody>
</table>
Wouldn’t a screen reader read this without any problems (excluding the fact that there is no table headers)? I’m thinking of using Custom HTML block for this as the creator of the theme has not implemented a proper table block nor multi column layouts. I’m just thinking that is there some accessibility problems with this aproach that I do not know of.
Thanks for any help.
[ad_2]