3.6. Cursor

<cursor> ‐ The visual aspect of the cursor

3.6.1. Attributes

NameTypeDefaults
shapeSTRINGno_cursor

3.6.2. Description

This element defines the visual appearance of the cursor. The string value of the shape attribute must be "no_cursor", "left_arrow", or "right_arrow".

3.6.3. Expected content

None.

3.6.4. Example

The example below defines a left arrow cursor.

<cursor shape="left_arrow"/>