Skip to content

Commit

Permalink
Update UIA aria-readonly mappings (#203)
Browse files Browse the repository at this point in the history
SHA: 5490c20
Reason: push, by spectranaut

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sivakusayan and github-actions[bot] committed Oct 31, 2023
1 parent 57f71aa commit 6129b9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8157,7 +8157,9 @@ <h1 id="title" class="title">Core Accessibility API Mappings 1.2</h1>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Property: <code>Value.IsReadOnly</code>: <code>true</code></span>
<span class="property">Property: <code>Value.IsReadOnly</code>: <code>true</code>, if the element implements <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.ivalueprovider"><code>IValueProvider</code></a>.</span><br>
<span class="property">Property: <code>RangeValue.IsReadOnly</code>: <code>true</code>, if the element implements <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.irangevalueprovider"><code>IRangeValueProvider</code></a>.</span><br>
<span class="property">Property: <code>AriaProperties.readonly</code>: <code>true</code></span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -8196,7 +8198,9 @@ <h1 id="title" class="title">Core Accessibility API Mappings 1.2</h1>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Property: <code>Value.IsReadOnly</code>: <code>false</code></span>
<span class="property">Property: <code>Value.IsReadOnly</code>: <code>false</code>, if the element implements <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.ivalueprovider"><code>IValueProvider</code></a>.</span><br>
<span class="property">Property: <code>RangeValue.IsReadOnly</code>: <code>false</code>, if the element implements <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.irangevalueprovider"><code>IRangeValueProvider</code></a>.</span><br>
<span class="property">Property: <code>AriaProperties.readonly</code>: <code>false</code></span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 6129b9e

Please sign in to comment.