Skip to content

Commit 0bfdcdb

Browse files
authored
Add 8/20 inert supporters (#1081)
* Add contributors for 8/20 * Fix typo * Update total
1 parent f098e29 commit 0bfdcdb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/announcements/2020-08-19-lets-support-inert.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tags:
1111
---
1212

1313
<div class="c-form__progress">
14-
<div class="c-form__progress-fill" aria-hidden="true" style="width: 32.5%;"></div>
15-
<span class="c-form__progress-label"><span class="u-hide-visually">Status: </span>$325 matched!</span>
14+
<div class="c-form__progress-fill" aria-hidden="true" style="width: 70%;"></div>
15+
<span class="c-form__progress-label"><span class="u-hide-visually">Status: </span>$700 matched!</span>
1616
</div>
1717

1818
[HTML's `inert` attribute](https://html.spec.whatwg.org/multipage/interaction.html#inert) has great potential to make the web more accessible. Declaring `inert` on an element will remove its interactivity and make it unable to be focused.
@@ -83,7 +83,9 @@ Thank you for considering this initiative, and for your generosity.
8383

8484
Thank you to the following people for their generous donations:
8585

86+
- Claudio Luís Vera
8687
- [Djame Goldston](https://www.linkedin.com/in/djame/)
8788
- Nick Colley
89+
- [Wil Hall](https://wilhall.com/)
8890
- [Yakim van Zuijlen](http://yakim.nl/)
8991
- …and all our other amazing community supporters!

src/archive.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ templateClass: template-posts
5151
Quick tests
5252
</h2>
5353
<p class="c-preface">
54-
Things you can quickly try out to check for inacessible experiences.
54+
Things you can quickly try out to check for inaccessible experiences.
5555
</p>
5656
<div class="c-card__wrapper">
5757
{% set taglist = collections[ "quicktest" ] %}

0 commit comments

Comments
 (0)