pub const DEFAULT_BUTTON_ROLE: &str = "button";
Default ARIA role for buttons.
use html_generator::accessibility::constants::DEFAULT_BUTTON_ROLE; assert_eq!(DEFAULT_BUTTON_ROLE, "button");