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

推荐订阅源

K
Kaspersky official blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Martin Fowler
Martin Fowler
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Vulnerabilities – Threatpost
云风的 BLOG
云风的 BLOG
博客园_首页
C
Cybersecurity and Infrastructure Security Agency CISA
量子位
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
Intezer
Scott Helme
Scott Helme
A
About on SuperTechFans
博客园 - 司徒正美
Hacker News: Ask HN
Hacker News: Ask HN
The GitHub Blog
The GitHub Blog
Forbes - Security
Forbes - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Spread Privacy
Spread Privacy
T
Tailwind CSS Blog
S
Security Affairs
宝玉的分享
宝玉的分享

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>