Editorial: Correct typos for UIA CheckBox, ComboBox, and GetCurrentPr… · w3c/aria@048a557
HaTheo
·
2026-07-03
·
via Recent Commits to aria:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -338,7 +338,7 @@ <h5>UIA (UI Automation)</h5>
|
338 | 338 | </ul> |
339 | 339 | <p> |
340 | 340 | Properties for specific UIA control patterns are queried the same way using relevant control pattern interfaces. Taking Toggle Pattern as an example, to query the ToggleState property |
341 | | - clients can use IUIAutomationTogglePattern::CurrentToggleState or IUIAutomationTogglePattern::GetCurrentPropertyValue(UIA_ToggleToggleStatePropertyId) to get the current value. |
| 341 | + clients can use IUIAutomationTogglePattern::CurrentToggleState or IUIAutomationElement::GetCurrentPropertyValue(UIA_ToggleToggleStatePropertyId) to get the current value. |
342 | 342 | </p> |
343 | 343 | <p> |
344 | 344 | The property mappings in this specification provide the <code>{PropertyName}</code> and do not specify all specific ways to access the property value. Automation clients can access current |
@@ -1281,7 +1281,7 @@ <h4 id="role-map-checkbox"><code>checkbox</code></h4>
|
1281 | 1281 | <tr> |
1282 | 1282 | <th><abbr title="User Interface Automation">UIA</abbr></th> |
1283 | 1283 | <td> |
1284 | | - <span class="property">Control Type: <code>Checkbox</code></span |
| 1284 | + <span class="property">Control Type: <code>CheckBox</code></span |
1285 | 1285 | ><br /> |
1286 | 1286 | <span class="seealso">See also: <code>aria-checked</code> in the <a href="#mapping_state-property_table">State and Property Mapping Tables</a></span> |
1287 | 1287 | </td> |
@@ -1464,7 +1464,7 @@ <h4 id="role-map-combobox"><code>combobox</code></h4>
|
1464 | 1464 | <tr> |
1465 | 1465 | <th><abbr title="User Interface Automation">UIA</abbr></th> |
1466 | 1466 | <td> |
1467 | | - <span class="property">Control Type: <code>Combobox</code></span> |
| 1467 | + <span class="property">Control Type: <code>ComboBox</code></span> |
1468 | 1468 | </td> |
1469 | 1469 | </tr> |
1470 | 1470 | <tr> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。