]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix redirects. (#29254)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 14 Aug 2019 19:40:46 +0000 (22:40 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 17 Aug 2019 14:03:00 +0000 (17:03 +0300)
site/_data/browser-features.yml
site/docs/4.3/components/breadcrumb.md
site/docs/4.3/getting-started/browsers-devices.md
site/docs/4.3/getting-started/theming.md

index 6c8701f689970b1d35983b35e137c5da3e9bb1af..303113da8a8e5d5db3e61bec50e99ec238de7db1 100644 (file)
@@ -32,7 +32,7 @@
   browser: >
     Edge
   summary: >
-    Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
+    Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event) when a CSS transition is canceled
   upstream_bug: >
     UserVoice#15939898
   origin: >
index 0837e83633da3d735d1590ecbc4cb1b69f3c49bb..cff6c50069610551f9f931039c3e488c3b3fb150 100644 (file)
@@ -33,7 +33,7 @@ group: components
 
 ## Changing the separator
 
-Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this:
+Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/functions/string#quote) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this:
 
 ```scss
 $breadcrumb-divider: quote(">");
index 078d9912d9c10252c4ab8773f3adf1163460cb4e..ac00288b313afda0b9db28c84e6ed8410bdd5d84 100644 (file)
@@ -135,7 +135,7 @@ As of iOS 9.2, while a modal is open, if the initial touch of a scroll gesture i
 
 ### Navbar Dropdowns
 
-The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)).
+The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile)).
 
 ## Browser zooming
 
index a73393a8afb6ced1e7dba28b6f00c731dfdfed68..f5c497c3a815fbbf222ef825462b91c93fffae6b 100644 (file)
@@ -375,7 +375,7 @@ Should you need to modify your `$grid-breakpoints`, your changes will apply to a
 
 ## CSS variables
 
-Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping.
+Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping.
 
 ### Available variables