Stocking machine readable data in a ‘td’ tag

Thursday, August 12th, 2010 | Author:

To stock ‘machine readable’ information about a table cell use the abbr tag:

<td abbr="my_data">

Might come in handy for example when you try to give jQuery a handle on specific table cells when id and class tags are already in use.

The ‘abbr’ attribute is an official attribute of the td tag in HTML 4.01/XHTML 1.0 DTD in compliance with S=Strict, T=Transitional, and F=Frameset.

Cite as: Ourednik André (2010) « Stocking machine readable data in a ‘td’ tag » in Maps and Territories from http://ourednik.info/maps/2010/08/12/stocking-machine-readable-data-in-a-tdtag/ [Last-seen May 20th 2012].