diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 127359c..415d0b0 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -534,7 +534,7 @@ assistive technologies know the intent of this button. You may also use "Minimize", "Maximize", "Restore" and "Help" like so:
- + <%- example(` - + `) %>
You can make a title bar "inactive" by adding
+ To render a tab list, use a
+ Tabs should be managed by adding custom javascript code.
+ All you need is to add the Hello, world! the tab content
+ To create multirows tabs, add a Hello, world! the tab contentinactive class,
@@ -720,6 +720,83 @@
+ Tabs
+
+ ...
+
+
+
+
+ menu element with the
+ [role=tablist] attribute. The children of this menu (li
+ elements), should get a [role=tab] attribute.
+ [aria-selected=true] attribute to the active tab.
+ multirows
+ class to the menu tag.
+