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

推荐订阅源

S
Securelist
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
L
LINUX DO - 最新话题
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
SecWiki News
SecWiki News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
The Last Watchdog
The Last Watchdog
S
Schneier on Security
T
Troy Hunt's Blog
N
News | PayPal Newsroom
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Schneier on Security
Schneier on Security
P
Privacy & Cybersecurity Law Blog
T
Tor Project blog
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
A
Arctic Wolf
S
Secure Thoughts
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Security Latest
Security Latest
Scott Helme
Scott Helme
Security Archives - TechRepublic
Security Archives - TechRepublic
Latest news
Latest news
PCI Perspectives
PCI Perspectives
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
LINUX DO - 热门话题
P
Palo Alto Networks Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
T
Threat Research - Cisco Blogs
Webroot Blog
Webroot Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
H
Hacker News: Front Page
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News 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.