Skip to content

Commit

Permalink
feat: add aria-activedescendant article
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Oct 16, 2024
1 parent ddd1949 commit 63cfcde
Show file tree
Hide file tree
Showing 21 changed files with 581 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules/
149 changes: 148 additions & 1 deletion _site/feed.xml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ <h2>Latest Posts</h2>

<ul class="item-list">

<li class="item">
<a href="/writing/activedescendant/" class="h3">Aria-activedescendant is not focus</a>
<span class="meta">October 16, 2024</span>
<p class="summary">Who, what, when, where, and why is aria-activedescendant. Or: two focus outlines in a trenchcoat approach you in a dark alley and offer you a combobox.</p>
</li>

<li class="item">
<a href="/writing/mastodon/" class="h3">An oversimplified guide to setting up Mastodon</a>
<span class="meta">November 12, 2022</span>
Expand All @@ -68,12 +74,6 @@ <h2>Latest Posts</h2>
<p class="summary">A dive into table and grid semantics, why they matter so much to screen readers, and your options for repairing or augmenting basic table markup.</p>
</li>

<li class="item">
<a href="/writing/grids-part1/" class="h3">Grids Part 1: To grid or not to grid</a>
<span class="meta">July 10, 2020</span>
<p class="summary">The beginning of a series on interactive grid accessibility, starting with a look at when you need a grid, a table, or neither.</p>
</li>

</ul>


Expand Down
198 changes: 198 additions & 0 deletions _site/writing/activedescendant/index.html

Large diffs are not rendered by default.

Binary file added _site/writing/assets/chat-combobox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/writing/assets/combobox-load-more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/writing/assets/nailed-it.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/writing/assets/second-focus-hits.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/writing/assets/second-focus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions _site/writing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ <h1 class="page-title" id="page-top">Writing</h1>

<ul class="item-list">

<li class="item">
<a href="/writing/activedescendant/" class="h3">Aria-activedescendant is not focus</a>
<span class="meta">October 16, 2024</span>
<p class="summary">Who, what, when, where, and why is aria-activedescendant. Or: two focus outlines in a trenchcoat approach you in a dark alley and offer you a combobox.</p>
</li>

<li class="item">
<a href="/writing/mastodon/" class="h3">An oversimplified guide to setting up Mastodon</a>
<span class="meta">November 12, 2022</span>
Expand Down
222 changes: 222 additions & 0 deletions writing/activedescendant.md

Large diffs are not rendered by default.

Binary file added writing/assets/chat-combobox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writing/assets/combobox-load-more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writing/assets/nailed-it.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writing/assets/second-focus-hits.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writing/assets/second-focus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writing/assets/tree-with-activedescendant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63cfcde

Please sign in to comment.