Focusable element name correct
The name of each focusable element should accurately describe its function or purpose.
The name of each focusable element should accurately describe its function or purpose.
Each focusable element should have a name.
The role of each focusable element should match its function.
Each focusable element should have a role.
The state of each focusable element should accurately reflect its current condition.
Each focusable element should have a programmatically determinable state if the role indicates it requires one.
The value of each focusable element should accurately reflect its current content or setting.
Each focusable element should have a programmatically determinable value if the role indicates it requires one.
The name of an interactive element should accurately describe its function or purpose.
The interactive element should have a name.
The role of an interactive element should match its function.
The interactive element should have a role.
The state of an interactive element should accurately reflect its current condition.
The interactive element should have a programmatically determinable state if the role indicates it requires one.
The value of an interactive element should accurately reflect its current content or setting.
The interactive element should have a programmatically determinable value if the role indicates it requires one.