Form fields
Use the span element with a role attribute of
blank, dotted or ruled to capture blank
spaces to be filled in as simple forms.
span[@role]
Role values used to indicate the type of form field:
-
blank -
When a blank space is left, e.g. for a signature
-
dotted -
When a dotted line is used
-
ruled -
When a ruled baseline is used
If the form has placeholder text in the space, capture this inside the span element.