惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hacker News - Newest:
Hacker News - Newest: "LLM"
Webroot Blog
Webroot Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
N
News and Events Feed by Topic
H
Hacker News: Front Page
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
SecWiki News
SecWiki News
N
News | PayPal Newsroom
T
Tor Project blog
W
WeLiveSecurity
A
Arctic Wolf
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
月光博客
月光博客
AWS News Blog
AWS News Blog
D
Docker
C
CERT Recently Published Vulnerability Notes
MyScale Blog
MyScale Blog
Google Online Security Blog
Google Online Security Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
I
InfoQ
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Recorded Future
Recorded Future
罗磊的独立博客
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
The Exploit Database - CXSecurity.com
D
DataBreaches.Net
S
Security Affairs
WordPress大学
WordPress大学
T
Threatpost
Microsoft Security Blog
Microsoft Security Blog
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
B
Blog RSS Feed
Project Zero
Project Zero
P
Proofpoint News Feed

Recent Commits to aria:main

Chore: Format files with Prettier · w3c/aria@0dfc15f Editorial: Align "suggestion" role with "Allowed Accessibility Child … · w3c/aria@8478ab7 editorial: add note to clarify association between definition and ter… · w3c/aria@654f091 Chore: Format files with Prettier · w3c/aria@47b5160 editorial: update Taxonomy of WAI-ARIA States and Properties (#2823) · w3c/aria@080d792 editorial: update list of Document Structure Roles (#2822) · w3c/aria@458566a Chore: Format files with Prettier editorial: Fix the role attribute definition (#2798) Editorial: CORE-AAM small fixes (#2808) · w3c/aria@634ac89 Editorial: Update intro references to 1.2 (#2810) chore: dependabot: bump nwtgck/actions-netlify from 3.0 to 4.0 (#2816) · w3c/aria@b88c164 CORE-AAM: Map aria-details AX API to AXDetailsElements (#2803) · w3c/aria@2b148ca editorial: set timeout for ARIA spec to build properly (#2802) · w3c/aria@1c96eae Chore: Format files with Prettier editorial: remove extra closing tags (#2793) · w3c/aria@2b0bf6b Merge pull request #2212 from w3c/monorepo_history--html-aam-pr540 · w3c/aria@48d694c Chore: Ensure system chrome is detected by puppeteer and stops using… Chore: Format files with Prettier CORE-AAM known Android mappings for roles (#2682) Chore: Format files with Prettier · w3c/aria@12221b8 Editorial: [Accname] fix step refs (#2786) · w3c/aria@acecf51
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 numberDiff line numberDiff line change

@@ -338,7 +338,7 @@ <h5>UIA (UI Automation)</h5>

338338

</ul>

339339

<p>

340340

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.

342342

</p>

343343

<p>

344344

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>

12811281

<tr>

12821282

<th><abbr title="User Interface Automation">UIA</abbr></th>

12831283

<td>

1284-

<span class="property">Control Type: <code>Checkbox</code></span

1284+

<span class="property">Control Type: <code>CheckBox</code></span

12851285

><br />

12861286

<span class="seealso">See also: <code>aria-checked</code> in the <a href="#mapping_state-property_table">State and Property Mapping Tables</a></span>

12871287

</td>

@@ -1464,7 +1464,7 @@ <h4 id="role-map-combobox"><code>combobox</code></h4>

14641464

<tr>

14651465

<th><abbr title="User Interface Automation">UIA</abbr></th>

14661466

<td>

1467-

<span class="property">Control Type: <code>Combobox</code></span>

1467+

<span class="property">Control Type: <code>ComboBox</code></span>

14681468

</td>

14691469

</tr>

14701470

<tr>