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

推荐订阅源

Cloudbric
Cloudbric
T
Threat Research - Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog
P
Privacy & Cybersecurity Law Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
G
GRAHAM CLULEY
Spread Privacy
Spread Privacy
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
Arctic Wolf
Project Zero
Project Zero
Engineering at Meta
Engineering at Meta
P
Privacy International News Feed
Blog — PlanetScale
Blog — PlanetScale
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
The Register - Security
The Register - Security
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
Cisco Blogs
PCI Perspectives
PCI Perspectives
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
A
About on SuperTechFans
W
WeLiveSecurity
GbyAI
GbyAI
V
Vulnerabilities – Threatpost
The GitHub Blog
The GitHub Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Check Point Blog
Y
Y Combinator Blog
月光博客
月光博客
Scott Helme
Scott Helme
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
U
Unit 42
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Threatpost
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google Online Security Blog
Google Online Security Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cisco Talos Blog
Cisco Talos Blog
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 司徒正美

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 Clarify img element accessibility descriptions (#592) · w3c/html-aria@ad7241f 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) 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
chore: drop stray closing anchor tags (#593) · w3c/html-aria@d56057d
nschonni · 2026-05-20 · via Recent Commits to html-aria:gh-pages
Original file line numberDiff line numberDiff line change

@@ -455,7 +455,7 @@ <h3>Adhere to the rules of HTML</h3>

455455

The HTML parser will modify the above markup to be output as the following:

456456

</p>

457457

<pre class="HTML example" title="Unwanted rendered markup with valid alternative solution">

458-

&lt!-- The previous example's markup will render as follows -->

458+

&lt;!-- The previous example's markup will render as follows -->

459459

&lt;p>...&lt;/p>

460460

&lt;div role=link tabindex=0>...&lt;/div>

461461

...

@@ -3723,7 +3723,7 @@ <h3 id="docconformance-attr">

37233723

</p>

37243724

<p>

37253725

Authors MAY use the <a data-cite="wai-aria-1.2#aria-disabled">`aria-disabled`</a> attribute on any element that is allowed the `disabled` attribute in HTML,

3726-

or any element with a WAI-ARIA role which allows the `aria-disabled` attribute</a>.

3726+

or any element with a WAI-ARIA role which allows the `aria-disabled` attribute.

37273727

</p>

37283728

<p>

37293729

Authors SHOULD NOT use `aria-disabled="true"` on any element which also has a `disabled` attribute.

@@ -3841,7 +3841,7 @@ <h3 id="docconformance-attr">

38413841

allowed the `readonly` attribute in HTML.

38423842

</p>

38433843

<p>

3844-

Authors MAY use the <a data-cite="wai-aria-1.2#aria-readonly">`aria-readonly`</a> attribute on any element with a WAI-ARIA role which allows the attribute</a>.

3844+

Authors MAY use the <a data-cite="wai-aria-1.2#aria-readonly">`aria-readonly`</a> attribute on any element with a WAI-ARIA role which allows the attribute.

38453845

</p>

38463846

<p>

38473847

Authors SHOULD NOT use the `aria-readonly="true"` on any element which also has a `readonly` attribute.