Skip to content

Commit

Permalink
Integrate Accessibility Principles directly into wai-website
Browse files Browse the repository at this point in the history
  • Loading branch information
remibetin committed Aug 12, 2024
1 parent 2c95b8b commit 985fec6
Show file tree
Hide file tree
Showing 15 changed files with 6,107 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
accessible-events:
- wai-accessible-events
accessibility-principles:
- wai-accessibility-principles
accessibility-training:
- wai-accessibility-training
audiences:
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
path = _external/resources/wai-intro-accessibility
url = https://github.com/w3c/wai-intro-accessibility.git
branch = gh-pages
[submodule "_external/resources/wai-accessibility-principles"]
path = _external/resources/wai-accessibility-principles
url = https://github.com/w3c/wai-accessibility-principles.git
branch = master
[submodule "_external/resources/wai-perspective-videos"]
path = _external/resources/wai-perspective-videos
url = https://github.com/w3c/wai-perspective-videos.git
Expand Down
1 change: 0 additions & 1 deletion _external/resources/wai-accessibility-principles
Submodule wai-accessibility-principles deleted from 6d32c2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion content-images/wai-accessibility-principles

This file was deleted.

89 changes: 89 additions & 0 deletions pages/fundamentals/accessibility-principles/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
# Do not translate Changelog
title: "Changelog for Accessibility Principles"
title_html: 'Changelog for <a href="https://www.w3.org/WAI/fundamentals/accessibility-principles/">Accessibility Principles</a>'
nav_title: "Changelog"
lang: en
last_updated: 2024-07-16

permalink: /fundamentals/accessibility-principles/changelog/
ref: /fundamentals/accessibility-principles/changelog/

parent: /fundamentals/accessibility-principles/
github:
label: wai-accessibility-principles
---

## July 2024

* Updated links to [User Stories](/people-use-web/user-stories/).

## May 2019

* Links to QuickRef updated

* Added to metadata/frontmatter:

```
teaser_text: The Accessibility Principles page introduces some of the web accessibility requirements for websites, web applications, browsers, and other tools. It provides references to the international standards from W3C Web Accessibility Initiative (WAI) and to stories of web users.
```

* Edit under [Content can be presented in different ways](/fundamentals/accessibility-principles/#adaptable). First list item changed from:

```
* Headings, lists, tables and other structures in the content are marked-up properly
```

to:

```
* Headings, lists, tables, input fields, and content structures are marked-up properly
```

* Edits under [Content is easier to see and hear](/fundamentals/accessibility-principles/#distinguishable).
List item added and changed from:

```
* Text is resizable up to 200% without losing information, using a standard browser;
```

to:

```
* When users resize text up to 400% or change text spacing, no information is lost
* Text reflows in small windows ("viewports") and when users make the text larger
```

* [Heading with seizures](/fundamentals/accessibility-principles/#safe).

* Heading changed from:

```
Content does not cause seizures
```

to:

```
Content does not cause seizures and physical reactions
```

* Sentence and list added. Was:

```
Content that flashes at certain rates or patterns can cause photosensitive reactions, including seizures. Flashing content is ideally avoided entirely or only used in a way that does not cause known risks.
```

now:

```
Content that flashes at certain rates or patterns can cause photosensitive reactions, including seizures. Flashing content is ideally avoided entirely or only used in a way that does not cause known risks. Also animations and moving content can cause discomfort and physical reactions.
Examples of avoiding causing seizures and physical reactions:
- Do not include content that flashes at particular rates and patterns
- Warn users before flashing content is presented, and provide alternatives
- Provide mechanisms to switch off animations, unless they are essential
```

* New section added – including heading, paragraphs, list, and 2 subsections:
**[Users can use different input modalities beyond keyboard](/fundamentals/accessibility-principles/#modalities)**
716 changes: 716 additions & 0 deletions pages/fundamentals/accessibility-principles/index.ar.md

Large diffs are not rendered by default.

719 changes: 719 additions & 0 deletions pages/fundamentals/accessibility-principles/index.cs.md

Large diffs are not rendered by default.

722 changes: 722 additions & 0 deletions pages/fundamentals/accessibility-principles/index.es.md

Large diffs are not rendered by default.

Loading

0 comments on commit 985fec6

Please sign in to comment.