Diese Übersetzung ist unvollständig. Bitte helfen Sie, diesen Artikel aus dem Englischen zu übersetzen.
Übersicht
Das HTML Keyboard Input Element (<kbd>) stellt Nutzer Eingaben als Inline Element mit der Browser Standard Monofont dar.
Inhaltskategorien | Flow content, phrasing content, palpable content. |
---|---|
Erlaubter Inhalt | Formulierungsinhalt. |
Tag omission | Keine, sowohl das Anfangs- als auch das End-Tag sind erforderlich. |
Permitted parent elements | Jedes Element, das Formulierungsinhalt akzeptiert. |
DOM Schnittstelle | HTMLElement Bis einschließlich Gecko 1.9.2 (Firefox 4) hat Firefox die HTMLSpanElement Schnittstelle für dieses Element implementiert. |
Attributes
Dieses Element schließt globale Attribute ein.
Examples
<p>Drücke folgenden Ausführbefehl: <kbd>cmd</kbd><br />Dann klicke den OK Button.</p> <p>Speichere das Dokument mit <kbd>Ctrl</kbd> + <kbd>S</kbd></p>
Result
Note
A CSS rule can be defined for the kbd
selector to override the browser's default font face. Preferences set by the user might take precedence over the specified CSS.
When the <kbd> element is nested inside a <samp> element, it represents the input as it was echoed by the system.
When the <kbd>element contains a <samp> element, it represents input based on system output, for example invoking a menu item.
When the <kbd> element is nested inside another <kbd> element, it represents an actual key or other single unit of input as appropriate for the input mechanism.
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard Die Definition von '<kbd>' in dieser Spezifikation. |
Lebender Standard | |
HTML5 Die Definition von '<kbd>' in dieser Spezifikation. |
Empfehlung | Expanded to include any user input, like voice input and individual keystrokes. |
HTML 4.01 Specification Die Definition von '<kbd>' in dieser Spezifikation. |
Empfehlung |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Ja) | 1.0 (1.7 oder früher) | (Ja) | (Ja) | (Ja) |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Ja) | 1.0 (1.0) | (Ja) | (Ja) | (Ja) |