alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Add column heading markup to tables #146

Closed klssmith closed 3 years ago

klssmith commented 3 years ago

Adding # before the content inside the first cell of each row in a table changes the html from <td> to <th scope="row"> when using version 2.2.0 or later of the tech docs.

We need this on some tables to make them more accessible.