You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Mozilla | Firefox | Gecko |https://bugzilla.mozilla.org/enter_bug.cgi| "Core" is normally the right product option to choose. |
108
-
| Apple | Safari | WebKit |https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com| In Apple's bug reporter, choose "Safari" as the product. |
109
-
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink |https://code.google.com/p/chromium/issues/list| Click the "New issue" button. |
108
+
| Apple | Safari | WebKit |https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com/| In Apple's bug reporter, choose "Safari" as the product. |
109
+
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink |https://bugs.chromium.org/p/chromium/issues/list| Click the "New issue" button. |
110
110
| Microsoft | Edge | EdgeHTML |https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/||
Copy file name to clipboardExpand all lines: docs/4.0/about/overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Originally created by a designer and a developer at Twitter, Bootstrap has becom
19
19
20
20
Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/2010/hack-week) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.
21
21
22
-
Originally [released](https://blog.twitter.com/2011/bootstrap-from-twitter) on [<timedatetime="2011-08-19 11:25">Friday, August 19, 2011</time>](https://twitter.com/mdo/statuses/104620039650557952), we've since had over [twenty releases]({{ site.repo }}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.
22
+
Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on <timedatetime="2011-08-19 11:25">Friday, August 19, 2011</time>, we've since had over [twenty releases]({{ site.repo }}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.
23
23
24
24
With Bootstrap 4, we once again rewrote the project to account for two key architectural changes: a migration to Sass and the move to CSS's flexbox. Our intention is to help in a small way to move the web development community forward by pushing for newer CSS properties, fewer dependencies, and new technologies across more modern browsers.
Copy file name to clipboardExpand all lines: docs/4.0/components/dropdowns.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If you're building our JavaScript from source, it [requires `util.js`]({{ site.b
16
16
17
17
## Accessibility
18
18
19
-
The [<abbrtitle="Web Accessibility Initiative">WAI</abbr> <abbrtitle="Accessible Rich Internet Applications">ARIA</abbr>](https://www.w3.org/TR/wai-aria/) standard defines an actual [`role="menu"` widget](https://www.w3.org/TR/wai-aria/roles#menu), but this is specific to application-like menus which trigger actions or functions. <abbrtitle="Accessible Rich Internet Applications">ARIA</abbr> menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus.
19
+
The [<abbrtitle="Web Accessibility Initiative">WAI</abbr> <abbrtitle="Accessible Rich Internet Applications">ARIA</abbr>](https://www.w3.org/TR/wai-aria/) standard defines an actual [`role="menu"` widget](https://www.w3.org/WAI/PF/aria/roles#menu), but this is specific to application-like menus which trigger actions or functions. <abbrtitle="Accessible Rich Internet Applications">ARIA</abbr> menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus.
20
20
21
21
Bootstrap's dropdowns, on the other hand, are designed to be generic and applicable to a variety of situations and markup structures. For instance, it is possible to create dropdowns that contain additional inputs and form controls, such as search fields or login forms. For this reason, Bootstrap does not expect (nor automatically add) any of the `role` and `aria-` attributes required for true <abbrtitle="Accessible Rich Internet Applications">ARIA</abbr> menus. Authors will have to include these more specific attributes themselves.
Copy file name to clipboardExpand all lines: docs/4.0/examples/navbars/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@
326
326
<divclass="jumbotron">
327
327
<divclass="col-sm-8 mx-auto">
328
328
<h1>Navbar examples</h1>
329
-
<p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <ahref="../navbar-top/">top</a> and <ahref="../navbar-top-fixed/">fixed top</a> examples.</p>
329
+
<p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <ahref="../navbar-static/">top</a> and <ahref="../navbar-fixed/">fixed top</a> examples.</p>
330
330
<p>At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.</p>
Copy file name to clipboardExpand all lines: docs/4.0/getting-started/browsers-devices.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Similarly, the latest versions of most desktop browsers are supported.
112
112
</tbody>
113
113
</table>
114
114
115
-
For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/faq/) version of Firefox.
115
+
For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/#faq) version of Firefox.
116
116
117
117
Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 9, though they are not officially supported.
Copy file name to clipboardExpand all lines: docs/4.0/layout/grid.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc: true
8
8
9
9
## How it works
10
10
11
-
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
11
+
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
12
12
13
13
**New to or unfamiliar with flexbox?**[Read this CSS Tricks flexbox guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background) for background, terminology, guidelines, and code snippets.
14
14
@@ -46,7 +46,7 @@ Breaking it down, here's how it works:
46
46
- Grid breakpoints are based on minimum width media queries, meaning **they apply to that one breakpoint and all those above it** (e.g., `.col-sm-4` applies to small, medium, large, and extra large devices, but not the first `xs` breakpoint).
47
47
- You can use predefined grid classes (like `.col-4`) or [Sass mixins](#sass-mixins) for more semantic markup.
48
48
49
-
Be aware of the limitations and [bugs around flexbox](https://github.com/philipwalton/flexbugs), like the [inability to use some HTML elements as flex containers](https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers).
49
+
Be aware of the limitations and [bugs around flexbox](https://github.com/philipwalton/flexbugs), like the [inability to use some HTML elements as flex containers](https://github.com/philipwalton/flexbugs#flexbug-9).
50
50
51
51
## Grid options
52
52
@@ -151,7 +151,7 @@ For example, here are two grid layouts that apply to every device and viewport,
151
151
{% include example.html content=example %}
152
152
</div>
153
153
154
-
Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.
154
+
Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.
Copy file name to clipboardExpand all lines: docs/4.0/layout/media-object.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Below is an example of a single media object. Only two classes are required—th
28
28
29
29
Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/), as an easy fix.
30
30
31
-
**Source:**[Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#12-inline-elements-are-not-treated-as-flex-items)
31
+
**Source:**[Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#flexbug-12)
32
32
{% endcapture %}
33
33
{% include callout.html content=callout type="warning" %}
0 commit comments