diff options
author | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-06-24 14:17:54 -0500 |
---|---|---|
committer | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-06-24 14:17:54 -0500 |
commit | 1ac419795d7096539c7ddf58c91c487f728af359 (patch) | |
tree | cd1fc5392a782c2361c098bbe58299f5a7def3ac /www/docs/B0-js.md | |
parent | d9596204d365a74dbd5813ca4b4055e083f59023 (diff) | |
download | missing-1ac419795d7096539c7ddf58c91c487f728af359.tar.gz missing-1ac419795d7096539c7ddf58c91c487f728af359.zip |
Add ARIA feed role.
Diffstat (limited to 'www/docs/B0-js.md')
-rw-r--r-- | www/docs/B0-js.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/docs/B0-js.md b/www/docs/B0-js.md index 5f3349c..9755d04 100644 --- a/www/docs/B0-js.md +++ b/www/docs/B0-js.md @@ -90,6 +90,33 @@ or All notes above about initializing dynamic content apply here. +## Feed + +_See [ARIA § feed](/docs/aria/#feed)_ + +<figure> + + ~~~ html + <script type="module" src="https://unpkg.com/missing.css@{{ version }}/js/feed.js"> + ~~~ + +</figure> + +or + +<figure> + + ~~~js + import { menu, menuButton } from "https://unpkg.com/missing.css@{{ version }}/js/feed.js"; + ~~~ + +</figure> + +All notes above about initializing dynamic content apply here. + + + + ## Expand/collapse navbar _See [Components § Navbar](/docs/components/#navbar)_ |