L
Leif K-Brooks
For accessibility purposes, I've been describing all of my pages' tables
in their "summary" attribute". But what's the best thing to when the
table is also described in the page's content directly before it? For
instance, what should be the table's summary attribute in this example:
<p>The following table lists various food dishes I enjoy. Column "foo"
describes the level of Footonium present in the dish, whereas column
"bar" explains which drinks go well with it.</p>
<table>
....
</table>
in their "summary" attribute". But what's the best thing to when the
table is also described in the page's content directly before it? For
instance, what should be the table's summary attribute in this example:
<p>The following table lists various food dishes I enjoy. Column "foo"
describes the level of Footonium present in the dish, whereas column
"bar" explains which drinks go well with it.</p>
<table>
....
</table>