Skip to content

Commit

Permalink
chore: Fix comment for WAI-ARIA 1.2 & its docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Aug 16, 2023
1 parent 697867f commit 0dd621f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ export namespace JSXInternal {
'aria-valuetext'?: Signalish<string | undefined>;
}

// All the WAI-ARIA 1.1 role attribute values from https://www.w3.org/TR/wai-aria-1.1/#role_definitions
// All the WAI-ARIA 1.2 role attribute values from https://www.w3.org/TR/wai-aria-1.2/#role_definitions
type AriaRole =
| 'alert'
| 'alertdialog'
Expand Down

0 comments on commit 0dd621f

Please sign in to comment.