aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/docs/B0-js.md
diff options
context:
space:
mode:
authorGeoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com>2024-06-24 14:17:54 -0500
committerGeoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com>2024-06-24 14:17:54 -0500
commit1ac419795d7096539c7ddf58c91c487f728af359 (patch)
treecd1fc5392a782c2361c098bbe58299f5a7def3ac /www/docs/B0-js.md
parentd9596204d365a74dbd5813ca4b4055e083f59023 (diff)
downloadmissing-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.md27
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 &sect; 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 &sect; Navbar](/docs/components/#navbar)_