The kbd element represents user input.
kbd = (normal-character-data & common.elem.phrasing*) & kbd.attrs
kbd.attrs = common.attrs & common.attrs.aria?
A kbd element must have both a start tag and an end tag.
The kbd element typically represents keyboard input, though it may also represent other input, such as voice commands.