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

推荐订阅源

L
Lohrmann on Cybersecurity
Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
TaoSecurity Blog
TaoSecurity Blog
博客园_首页
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Last Week in AI
Last Week in AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
The Exploit Database - CXSecurity.com
量子位
Project Zero
Project Zero
A
Arctic Wolf
小众软件
小众软件
NISL@THU
NISL@THU
C
CERT Recently Published Vulnerability Notes
有赞技术团队
有赞技术团队
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
P
Privacy & Cybersecurity Law Blog
Security Latest
Security Latest
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
D
DataBreaches.Net
Schneier on Security
Schneier on Security
The Hacker News
The Hacker News
K
Kaspersky official blog
C
Check Point Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Webroot Blog
Webroot Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
人人都是产品经理
人人都是产品经理
AI
AI
Cisco Talos Blog
Cisco Talos Blog
MyScale Blog
MyScale Blog
Cloudbric
Cloudbric
B
Blog RSS Feed
S
Schneier on Security
P
Palo Alto Networks Blog

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: Correct typos for UIA CheckBox, ComboBox, and GetCurrentPr… · w3c/aria@048a557 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 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: set timeout for ARIA spec to build properly (#2802) · w3c/aria@1c96eae
w3c · 2026-06-01 · via Recent Commits to aria:main

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 1c96eae

editorial: set timeout for ARIA spec to build properly (#2802)

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -19,7 +19,7 @@ jobs:

1919

with:

2020

node-version: "lts/*"

2121

- run: npm i linkedom prettier@3.6.0 respec

22-

- run: npx respec --src index.html --out index.html --localhost

22+

- run: npx respec --src index.html --out index.html --localhost --timeout 100

2323

- run: node ./common/script/buildRoleInfo.js

2424

- run: npx prettier --write --print-width 200 ./common/script/roleInfo.js

2525

- run: git checkout index.html

0 commit comments