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

推荐订阅源

cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
雷峰网
雷峰网
Recent Announcements
Recent Announcements
月光博客
月光博客
G
Google Developers Blog
腾讯CDC
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
云风的 BLOG
云风的 BLOG
W
WeLiveSecurity
博客园 - 【当耐特】
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园 - 聂微东
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
P
Privacy International News Feed
MyScale Blog
MyScale Blog
K
Kaspersky official blog
T
The Blog of Author Tim Ferriss
Attack and Defense Labs
Attack and Defense Labs
Spread Privacy
Spread Privacy
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
aimingoo的专栏
aimingoo的专栏
I
Intezer
Vercel News
Vercel News
小众软件
小众软件
Simon Willison's Weblog
Simon Willison's Weblog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
Latest news
Latest news
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tor Project blog
S
Security Affairs
P
Proofpoint News Feed
博客园 - 三生石上(FineUI控件)
博客园 - Franky
C
Cyber Attacks, Cyber Crime and Cyber Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
美团技术团队
Recent Commits to openclaw:main
Recent Commits to openclaw:main
S
Security @ Cisco Blogs
L
LINUX DO - 热门话题
Know Your Adversary
Know Your Adversary
Project Zero
Project Zero
D
Docker
L
Lohrmann on Cybersecurity
F
Full Disclosure

Recent Commits to html-aria:gh-pages

Merge pull request #599 from w3c/dependabot/github_actions/actions/ch… · w3c/html-aria@1f41808 Bump actions/checkout from 6 to 7 · w3c/html-aria@8ba054e Update select element descriptions in HTML (#598) · w3c/html-aria@7998c77 Update select role mapping to use HTML display size (#555) · w3c/html-aria@17dd4ce First pass at updating the implementation report (#590) · w3c/html-aria@89f8e75 chore: fix some typos flagged by cSpell (#596) Bump actions/checkout from 2 to 6 (#597) · w3c/html-aria@ee5c70a ci: add Dependabot for GitHub Actions (#591) revise references of hidden until found (#595) · w3c/html-aria@7c57ac1 chore: cleanup markup flagged by prettier --check (#594) chore: drop stray closing anchor tags (#593) · w3c/html-aria@d56057d Fix role attribute case in main element (#585) · w3c/html-aria@9706711 Editorial wording fixes (#584) · w3c/html-aria@d7ea2ba informative li element role clarification (#578) · w3c/html-aria@ee49004 Merge pull request #575 from w3c/update-pr-link · w3c/html-aria@d29fd9f Fix link to summary clarifications PR · w3c/html-aria@861e255 Update changelog (Clarify roles and attributes for the summary elemen… specifiy -> specify (#573) · w3c/html-aria@af63465 Update index.html (#570) · w3c/html-aria@cf08b8c
Clarify img element accessibility descriptions (#592) · w3c/html-aria@ad7241f
scottaohara · 2026-06-29 · via Recent Commits to html-aria:gh-pages
Original file line numberDiff line numberDiff line change

@@ -1616,7 +1616,7 @@ <h2 id="docconformance">

16161616

<td>

16171617

If the `img` has non-empty [^img/alt^] (`alt="some text"`) or an accessible name is provided by another

16181618

<a data-cite="html-aam-1.0#img-element-accessible-name-computation">`img` naming method</a>,

1619-

or the `img` has no `alt` and has not been provided a name:<br>

1619+

or the `img` has no `alt` and no accessible name:<br>

16201620

<code>role=<a href="#index-aria-img">img or image</a></code>

16211621

</td>

16221622

<td>

@@ -1655,11 +1655,18 @@ <h2 id="docconformance">

16551655

<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>

16561656

and any `aria-*` attributes applicable to the allowed roles.

16571657

</p>

1658+
1659+

<p>

1660+

If the `img` has no `alt` attribute or no accessible name:

1661+

<a><strong class="nosupport">No `role`</strong></a> other than the

1662+

<code>role=<a href="#index-aria-none">none</a></code> or <code><a href="#index-aria-presentation">presentation</a></code> roles.

1663+

(<code>role=<a href="#index-aria-img">img or image</a></code> is also allowed, but NOT RECOMMENDED.)

1664+

</p>

16581665

</td>

16591666

</tr>

16601667

<tr>

16611668

<th id="el-img-no-name" tabindex="-1">

1662-

[^img^] with no accessible name

1669+

[^img^] with empty `alt` and no accessible name

16631670

</th>

16641671

<td>

16651672

<div class="proposed correction">

@@ -1669,34 +1676,18 @@ <h2 id="docconformance">

16691676

<code>role=<a href="#index-aria-none">none</a></code>,

16701677

<code>role=<a href="#index-aria-presentation">presentation</a></code>

16711678

</p>

1672-

<p id="el-img-no-alt" tabindex="-1">

1673-

If the `img` <a data-cite="html/images.html#unknown-images">lacks an `alt` attribute</a> and lacks any other

1674-

<a data-cite="html-aam-1.0#img-element-accessible-name-computation">`img` naming methods</a>:<br>

1675-

<code>role=<a href="#index-aria-img">img or image</a></code>

1676-

</p>

16771679

</div>

16781680

</td>

16791681

<td>

16801682

<div class="correction proposed">

16811683

<p>

1682-

If the `img` has no `alt` attribute or accessible name:

1683-

<a><strong class="nosupport">No `role`</strong></a> other than the

1684-

<code>role=<a href="#index-aria-none">none</a></code> or <code><a href="#index-aria-presentation">presentation</a></code> roles.

1685-

(<code>role=<a href="#index-aria-img">img or image</a></code> is also allowed, but NOT RECOMMENDED.)

1686-

</p>

1687-

<p>

1688-

If the `img` has an empty `alt=""` attribute and no `aria-label` or `aria-labelledby` attributes to provide it an accessible name:

16891684

<a><strong class="nosupport">No `role`</strong></a> other than the <code>role=<a href="#index-aria-none">none</a></code> or

16901685

<code><a href="#index-aria-presentation">presentation</a></code> roles, which are NOT RECOMMENDED.

16911686

</p>

16921687

<p>

16931688

<strong>No `aria-*` attributes</strong>

16941689

except <a data-cite="wai-aria-1.2#aria-hidden">`aria-hidden="true"`</a>.

16951690

</p>

1696-

<p>

1697-

Otherwise, if the `img` has an author defined accessible name,

1698-

see <a href="#el-img">`img` with an accessible name</a>.

1699-

</p>

17001691

</div>

17011692

</td>

17021693

</tr>