Skip to main content

DEFAULT_BUTTON_ROLE

Constant DEFAULT_BUTTON_ROLE 

Source
pub const DEFAULT_BUTTON_ROLE: &str = "button";
Expand description

Default ARIA role for buttons.

ยงExamples

use html_generator::accessibility::constants::DEFAULT_BUTTON_ROLE;
assert_eq!(DEFAULT_BUTTON_ROLE, "button");