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

推荐订阅源

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 using-aria:gh-pages

Updates to Using ARIA (#62) · w3c/using-aria@002bb7a Merge pull request #55 from w3c/auto-pub · w3c/using-aria@dd885f4 chore: auto-publish · w3c/using-aria@a297117 chore: relocate github files · w3c/using-aria@bb10b67 chore: update ReSpec config · w3c/using-aria@a655ddc chore: fix Marcos' email · w3c/using-aria@4c77f4e update WG id · w3c/using-aria@d3e0bc0 Merge pull request #53 from tomayac/patch-1 · w3c/using-aria@0e3039c Correct MSIE casing, remove erroneous invisible space · w3c/using-aria@a035299 Merge pull request #46 from w3c/marcoscaceres-patch-1 · w3c/using-aria@6b026e1 tidy CSS · w3c/using-aria@79646b3 Small fixup · w3c/using-aria@259fb92 Fixup some references · w3c/using-aria@bb67d26 chore: remove redundant js · w3c/using-aria@fcad449 Use CSS for th width · w3c/using-aria@c79750d Editorial: Update link to 'Just use a (native) HTML button' · w3c/using-aria@f644774 Editorial: Changed ARIA 1.1 links to 1.2 and HTTPS · w3c/using-aria@30a0f6d Changed ARIA 1.1 links to 1.2 and HTTPS · w3c/using-aria@ce2d1fc fix markup typo · w3c/using-aria@94392cf
Chore: set up link validation · w3c/using-aria@660bccc
2019-07-01 · via Recent Commits to using-aria:gh-pages
Original file line numberDiff line numberDiff line change

@@ -1,15 +1,21 @@

1+

dist: trusty

12

language: node_js

2-

sudo: false

3+

node_js:

4+

- lts/*

35

branches:

46

only:

57

- gh-pages

8+

install:

9+

- npm install respec-validator

610

env:

711

global:

812

- URL="https://w3c.github.io/using-aria/ECHIDNA"

913

- DECISION="https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"

1014

- secure: "Pgu8TCvmxHer6IOsVhyUxldGuW852tW/khR/Yn+NNbx9uAIv2Az7C9t+OBaYjQksTkzqtItFX6W2gcgKtUSQq7L1q+dTHbaJydu76qKVcytlJPz+voSJ849QGe+qhyixEgVLmWohssF9A7K4WCdU1ZOpYN725DM2Rfh+x9pI0VU="

1115
1216

script:

13-

- echo "ok"

17+

- npx respec-validator --no-links --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html

18+
1419

after_success:

15-

- curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"

20+

- CC="mcaceres@mozilla.com,sohara@paciellogroup.com"

21+

- test $TRAVIS_PULL_REQUEST = false && curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN" --data "cc=$CC"