Skip to content

Update ARIA mappings for various meter and input related attributes #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ARIA mapping for meter & progress value attr
  • Loading branch information
scottaohara committed Sep 22, 2019
commit 5aef6a87de758dae6eaab9364bd93848c5efb3c1
47 changes: 27 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5649,26 +5649,33 @@

HTML Attribute State and Property Mappings

value
meter; progress
?
Exposed as IAccessibleValue::currentValue
Exposed as Value.Value
Exposed as atk_value_get_current_value
AXValue: <value>
`value`
`meter`;
`progress`
`aria-valuenow`
Exposed as `IAccessibleValue::currentValue`
Exposed as `Value.Value`
Exposed as `atk_value_get_current_value`
`AXValue: <value>`
value
Expand Down