diff --git a/index.html b/index.html index 79177ee..20e5083 100644 --- a/index.html +++ b/index.html @@ -7486,7 +7486,9 @@

aria-readonly=true

UIA - Property: Value.IsReadOnly: true + Property: Value.IsReadOnly: true, if the element implements IValueProvider.
+ Property: RangeValue.IsReadOnly: true, if the element implements IRangeValueProvider.
+ Property: AriaProperties.readonly: true @@ -7525,7 +7527,9 @@

aria-readonly=false

UIA - Property: Value.IsReadOnly: false + Property: Value.IsReadOnly: false, if the element implements IValueProvider.
+ Property: RangeValue.IsReadOnly: false, if the element implements IRangeValueProvider.
+ Property: AriaProperties.readonly: false