Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into issue-2747-feed-exa…
Browse files Browse the repository at this point in the history
…mple
  • Loading branch information
ariellalgilmore committed Jan 16, 2024
2 parents 54fcb8e + 7f54d96 commit 3c4fa26
Show file tree
Hide file tree
Showing 166 changed files with 4,937 additions and 3,469 deletions.
14 changes: 12 additions & 2 deletions .link-checker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
filesToIgnore: ['content/shared/templates/example-usage-warning.html'],
filesToIgnore: [
// For example:
// 'content/shared/templates/example-usage-warning.html',
],
excludedLinks: {
'content/patterns/menubar/examples/menubar-navigation.html': [
'#ex1 [role=menuitem]',
Expand All @@ -11,9 +14,16 @@ module.exports = {
'.carousel-image a',
],
},
hashCheckHandlers: [
{
name: 'github',
pattern: /^https:\/\/github\.com\/.*/,
matchHash: (ids, hash) =>
ids.includes(hash) || ids.includes(`user-content-${hash}`),
},
],
ignoreHashesOnExternalPagesMatchingRegex: [
// Some hash links are resolved with JS and are therefore difficult to check algorithmically
/^https:\/\/github\.com\/.*\/wiki\//,
/^https:\/\/html\.spec\.whatwg\.org\/multipage\//,
],
};
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This repository maintains the WAI-ARIA Authoring Practices Guide (APG).

- Published at: [w3.org/wai/aria/apg](https://www.w3.org/wai/aria/apg/)
- Developed by the [Authoring Practices Task Force](https://www.w3.org/WAI/ARIA/task-forces/practices/) of the [ARIA Working Group](http://www.w3.org/WAI/ARIA/).
- Staff contact: [Michael Cooper](http://www.w3.org/People/cooper/).
- Developed by the [Authoring Practices Task Force](https://www.w3.org/WAI/ARIA/task-forces/practices/) of the [ARIA Working Group](http://www.w3.org/WAI/ARIA/)
- Staff contact: [Daniel Montalvo](https://www.w3.org/people#dmontalvo)

Please do not provide commit access to this repository without coordination.

Expand Down Expand Up @@ -106,18 +106,3 @@ See the [APG Editorial Style Guidelines](https://github.com/w3c/aria-practices/w
for information about writing prose for the APG.
The [ReadMe for the ARIA specification](https://github.com/w3c/aria/)
contains additional useful editorial guidance.
## ARIA Roles, Properties and States Referenced in Guidance and Examples(Also known as APG Coverage Report)
[APG Coverage Report](https://raw.githack.com/w3c/aria-practices/main/coverage/index.html) includes information on number of guidance and example references in the WAI-ARIA Authoring Practices for each ARIA role, property and state.
As of January 11, 2022, APG has examples of
1. CSV Files of Role, Properties and States Coverage
2. Roles with no Guidance or Examples (29)
3. Roles with at Least One Guidance or Example (13)
4. Roles with More than One Guidance or Example (36)
5. Properties and States with no Examples (12)
6. Properties and States with One Examples (8)
7. Properties and States with More than One Example (28)
8. Example Coding Practices
148 changes: 0 additions & 148 deletions common/acknowledgements/aria-contributors.html

This file was deleted.

Loading

0 comments on commit 3c4fa26

Please sign in to comment.