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 2 commits
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
232 changes: 123 additions & 109 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4438,14 +4438,16 @@

HTML Attribute State and Property Mappings

high
meter
?
Not mapped
RangeValue.Maximum
Not mapped
Not mapped
`high`
`meter`
Not mapped
Not mapped
`RangeValue.Maximum`
Not mapped
Not mapped
Expand Down Expand Up @@ -4596,7 +4598,7 @@

HTML Attribute State and Property Mappings

input
aria-controls
`aria-controls`
Expand Down Expand Up @@ -4652,52 +4654,53 @@

HTML Attribute State and Property Mappings

low
"html/form-elements.html#attr-meter-low">`meter`
?
Not mapped
Not mapped
RangeValue.Minimum
Not mapped
Not mapped
max
>input>
<td class="aria">?>
>
class="general">
Exposed as IAccessibleValue::maximumValue if the element
implements the interface
td>
RangeValue.Maximum
atk">
class="general">
Exposed as atk_value_get_maximum_value if the element
implements the AtkValue interface
AXMaxValue: <value>
`max`
<a data-cite="html/input.html#attr-input-max">`input`>
>
class="core-mapping" href="#ariaValueMax">`aria-valuemax`>
Exposed as `IAccessibleValue::maximumValue` if the element implements the interface
div>
uia">`RangeValue.Maximum`>
class="atk">
Exposed as `atk_value_get_maximum_value` if the element implements the `AtkValue` interface
`AXMaxValue: <value>`
max
meter; progress
?
Exposed as IAccessibleValue::maximumValue if the element
implements the interface
RangeValue.Maximum
Exposed as atk_value_get_maximum_value if the element
implements the AtkValue interface
AXMaxValue: <value>
`max`
`meter`;
`progress`
`aria-valuemax`
Exposed as `IAccessibleValue::maximumValue` if the element implements the interface
`RangeValue.Maximum`
Exposed as `atk_value_get_maximum_value` if the element implements the `AtkValue` interface
`AXMaxValue: <value>`
maxlength
Expand Down Expand Up @@ -4730,44 +4733,46 @@

HTML Attribute State and Property Mappings

min
input
?
Exposed as IAccessibleValue::minimumValue if the element
implements the interface
RangeValue.Minimum
Exposed as atk_value_get_minimum_value if the element
implements the AtkValue interface
AXMinValue: <value>
`min`
`input`
`aria-valuemin`
Exposed as `IAccessibleValue::minimumValue` if the element
implements the interface
`RangeValue.Minimum`
Exposed as `atk_value_get_minimum_value` if the element
implements the `AtkValue` interface
`AXMinValue: <value>`
min
>meter>
<td class="aria">?>
>
class="general">
Exposed as IAccessibleValue::minimumValue if the element
implements the interface
td>
RangeValue.Minimum
atk">
class="general">
Exposed as atk_value_get_minimum_value if the element
implements the AtkValue interface
AXMinValue: <value>
`min`
<a data-cite="html/form-elements.html#attr-meter-min">`meter`>
>
class="core-mapping" href="#ariaValueMin">`aria-valuemin`>
Exposed as `IAccessibleValue::minimumValue` if the element implements the interface
div>
uia">`RangeValue.Minimum`>
class="atk">
Exposed as `atk_value_get_minimum_value` if the element implements the `AtkValue` interface
`AXMinValue: <value>`
multiple
Expand Down Expand Up @@ -4918,14 +4923,16 @@

HTML Attribute State and Property Mappings

optimum
meter
Not mapped
Not mapped
Not mapped
Not mapped
Not mapped
`optimum`
`meter`
Not mapped
Not mapped
Not mapped
Not mapped
Not mapped
pattern
Expand Down Expand Up @@ -5642,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