]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken URI fragment and a redirected link. (#24456)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 22 Oct 2017 12:13:32 +0000 (15:13 +0300)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 12:13:32 +0000 (15:13 +0300)
_data/translations.yml
docs/4.0/components/navs.md

index 3681ddf560efc5c6148bd317d746e1237566fce5..4b30427945d0a6377ba3257c0aba117c2fc4e42e 100644 (file)
@@ -11,4 +11,4 @@
 - name: Brazilian Portuguese
   code: pt-BR
   description: Bootstrap 4 Português do Brasil
-  url: https://bootstrapbrasil.github.io/v4/
+  url: http://getbootstrap.com.br/v4/
index 20e822353432c59629ce5597c8ba8866c730a27e..36e87b2796ffa22c2d3119c2c1d343091f839c1c 100644 (file)
@@ -235,7 +235,7 @@ If you need responsive nav variations, consider using a series of [flexbox utili
 
 If you're using navs to provide a navigation bar, be sure to add a `role="navigation"` to the most logical parent container of the `<ul>`, or wrap a `<nav>` element around the whole navigation. Do not add the role to the `<ul>` itself, as this would prevent it from being announced as an actual list by assistive technologies.
 
-Note that navigation bars, even if visually styled as tabs with the `.nav-tabs` class, should **not** be given `role="tablist"`, `role="tab"` or `role="tabpanel"` attributes. These are only appropriate for dynamic tabbed interfaces, as described in the [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices](https://www.w3.org/TR/wai-aria-practices/#tabpanel). See [JavaScript behavior for dynamic tabbed interfaces](#javascript-behavior-for-dynamic-tabbed-interfaces) in this section for an example.
+Note that navigation bars, even if visually styled as tabs with the `.nav-tabs` class, should **not** be given `role="tablist"`, `role="tab"` or `role="tabpanel"` attributes. These are only appropriate for dynamic tabbed interfaces, as described in the [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices](https://www.w3.org/TR/wai-aria-practices/#tabpanel). See [JavaScript behavior](#javascript-behavior) for dynamic tabbed interfaces in this section for an example.
 
 ## Using dropdowns