Back to home

HTML table - TH element at top only test

Test

Example

Firefox Internet Explorer Account number

Code sample - full table

<table>
	<thead>
		<tr>
			<th tabindex="0" style="-moz-user-select: none;" >Firefox</th>
			<th tabindex="0" unselectable="on">Internet Explorer</th>
			<th tabindex="0" aria-disabled="false">Account number</th>
		</tr>
	</thead>
</table>
Support chart - tab across headers
OS Browser NVDA 2014.4 JAWS 16 VoiceOver
Windows 7 IE 11 x x
Windows 7 IE 8 x x
Windows 7 Chrome 39 x x
Windows 7 Firefox 34 x x
OSX 10.9 Chrome 39 x
OSX 10.9 Firefox 34 x
OSX 10.9 Safari 7 x

Bottom of page - Back to home