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

推荐订阅源

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 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>