diff --git a/docs/tab.html b/docs/tab.html index ffb89ff..5d81870 100644 --- a/docs/tab.html +++ b/docs/tab.html @@ -43,7 +43,7 @@
-
+

Tab

The tab module aims to combine multiple components and design paradigms, like collapses, accordions, carousels and tabs, into one general-purpose component. Tabs are very simple in structure, responsive on mobile and they allow for layout customization so that you can turn them into accordions or collapses whenever you want.

All examples showcased refer to the mini-default flavor, some class names and styles might differ based on the flavor you're using.

@@ -51,7 +51,7 @@
-
+

Quick overview

@@ -66,7 +66,7 @@
-
+

Basic syntax

@@ -128,6 +128,7 @@
  • Tabs are compatible with modern browsers, but might not display properly in older browsers.
  • Remember to add the checked attribute to one of your <input>s if you want that tab to be the one displayed by default. If none is specified, the first one will be displayed.
  • The height of the tab container's panel area is 400px. If you want to change this default size, please check out the customization page.
  • +
  • Using the method described above for making tabs accessible, screen readers will ignore tab controls and only read the content of tabs.

  • @@ -181,7 +182,7 @@
    -
    +

    Stacked tabs

    @@ -268,7 +269,7 @@
    -
    +

    If you want to learn more about mini.css's modules, go back to the modules page and choose another module to see its documentation.

    diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 105a2dd..df73079 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -844,3 +844,8 @@ - Fixed the `pre` segments in `grid.html`. - Made `header` `logo` element un`transition` conditional. - Updated `utility.html` to display as required on larger displays. + +## 20170208 + +- Fed **hugging cat**, it's even happier now. +- Updated `tab.html` with some minor accessibility guidelines and new layout.