Caption property for Tables (Accessibility)

db
db Community Member Posts: 8 ♪ Opening Act ♪
We use tables quite a lot. A key point for making tables accessible is being able to specify a Caption.
From an HTML perspective :
    <table>
        <caption>This is what this table is all about</caption>
         ... table content goes here rows, columns, cells, text etc ...
    </table>

Feature request : add a Caption field onto the Table properties dialogue.
2
2 votes

Open For Voting · Last Updated