From f0d8894d54afbd10b43a0919383b35fdbf961b51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Nov 2014 10:56:30 -0800 Subject: Add #14868 to the compatibility docs --- docs/_includes/nav/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/nav') diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html index d858b2e55..b06dcce9b 100644 --- a/docs/_includes/nav/getting-started.html +++ b/docs/_includes/nav/getting-started.html @@ -56,7 +56,7 @@
  • Safari percent rounding
  • Modals, navbars, and virtual keyboards
  • Browser zooming
  • -
  • Printer viewports
  • +
  • Printing
  • Android stock browser
  • Validators
  • -- cgit v1.2.3 From 594831f4f3f3c1164812cfdd60497fe6d7438376 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Nov 2014 13:37:27 -0800 Subject: Add event.relatedTarget + `data-*` example to Modal docs Fixes #14245 --- docs/_includes/nav/javascript.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes/nav') diff --git a/docs/_includes/nav/javascript.html b/docs/_includes/nav/javascript.html index 3459bb1e4..a1695bce8 100644 --- a/docs/_includes/nav/javascript.html +++ b/docs/_includes/nav/javascript.html @@ -17,6 +17,7 @@
  • Examples
  • Sizes
  • Remove animation
  • +
  • Varying content based on trigger button
  • Usage
  • -- cgit v1.2.3 From bb89657bcb53a60d579d8fd9bbea56dde05dad8c Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 30 Oct 2014 16:45:33 +0000 Subject: Assorted accessibility (and some consistency) fixes for documentation Closes #14951 by merging it. --- docs/_includes/nav/components.html | 6 +++--- docs/_includes/nav/css.html | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/_includes/nav') diff --git a/docs/_includes/nav/components.html b/docs/_includes/nav/components.html index bf52d0e59..9c5f5126f 100644 --- a/docs/_includes/nav/components.html +++ b/docs/_includes/nav/components.html @@ -10,7 +10,7 @@ Dropdowns
  • @@ -52,7 +52,7 @@ diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index ac86dffce..fad72a615 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -16,8 +16,8 @@
  • Grid options
  • Ex: Stacked-to-horizontal
  • Ex: Fluid container
  • -
  • Ex: Mobile and desktops
  • -
  • Ex: Mobile, tablet, desktops
  • +
  • Ex: Mobile and desktop
  • +
  • Ex: Mobile, tablet, desktop
  • Ex: Column wrapping
  • Responsive column resets
  • Offsetting columns
  • @@ -43,9 +43,9 @@
  • Code @@ -106,7 +106,7 @@
  • Center content blocks
  • Clearfix
  • Showing and hiding content
  • -
  • Screen reader content
  • +
  • Screen reader and keyboard navigation content
  • Image replacement
  • @@ -131,6 +131,6 @@ Using Sass -- cgit v1.2.3