Actions
Feature #15474
closed"abbr" attribute for table cells
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-01-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It should be possible to use abbr="something" as an attribute for table header cells.
So screereaders are able to use it as a short version of the original title.
Example:
<table>
<tr>
<th abbr="jobs">superb career oportunities in our wonderfull company</th>
<td>none</td>
</tr>
</table>
(issue imported from #M2342)
Files
Actions