Skip to content

Commit

Permalink
fix: re-implement #3856 to improve correctness (#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Sep 16, 2024
1 parent 62efa7d commit b2f3aaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/biome_aria/src/roles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ define_role! {
define_role! {
/// https://www.w3.org/TR/wai-aria-1.1/#separator
SeparatorRole {
PROPS: [],
PROPS: [
("aria-valuemax", false),
("aria-valuemin", false),
("aria-valuenow", false),
],
ROLES: ["structure", "widget"],
CONCEPTS: &[("hr", &[])],
}
Expand Down

0 comments on commit b2f3aaa

Please sign in to comment.