beatovich: Link auf eine Stelle innerhalb eines Dokuments

Beitrag lesen

hallo

haben wir sowas im Wiki?

(Bitte die Liste kommentieren/korrigieren)

	<table id="table1">
		<thead>
		</thead>
		<tbody>
			<tr>
				<th>CSS:property</th>
				<th>display:none</th>
				<th>visibility:hidden</th>
				<th>opacity:0</th>
				<th>position:absolute; left:-200vw;</th>
			</tr>
			<tr>
				<th>Screenreader</th>
				<td>inaccessible</td>
				<td>inaccessible</td>
				<td>is read</td>
				<td>is read</td>
			</tr>
			<tr>
				<th>TAB / focus()</th>
				<td>inaccessible</td>
				<td>gets Focus</td>
				<td>gets Focus</td>
				<td>gets Focus</td>
			</tr>
			<tr>
				<th>Mouseover</th>
				<td>inaccessible</td>
				<td>can be hovered</td>
				<td>can be hovered</td>
				<td>inaccessible</td>
			</tr>
			<tr>
				<th>Eye-View</th>
				<td>inaccessible</td>
				<td>invisible</td>
				<td>invisible</td>
				<td>invisible</td>
			</tr>
		</tbody>
	</table>

--
Neu im Forum! Signaturen kann man ausblenden!