diff options
| author | Christian Oliff <[email protected]> | 2018-07-03 15:55:07 +0900 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2018-07-03 07:55:07 +0100 |
| commit | 35a75eb0d422b81a2e5e3505fe1dd1e4d0f93a1f (patch) | |
| tree | 4b9faf02cb9c1d335b4e624912b8606442e5c1bb | |
| parent | 7b746028c265aebae271b2b9624b686262ac5249 (diff) | |
| download | bootstrap-35a75eb0d422b81a2e5e3505fe1dd1e4d0f93a1f.tar.xz bootstrap-35a75eb0d422b81a2e5e3505fe1dd1e4d0f93a1f.zip | |
OS X is now macOS (#26796)
* OS X is now macOS
* Update browser-bugs.yml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 2 | ||||
| -rw-r--r-- | _data/browser-bugs.yml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index c1f910964..8e1285515 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -6,6 +6,6 @@ Before opening: Bug reports must include: -- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile) +- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile) - Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) - [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index 1ef63f26c..ceb2e5f5f 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -160,7 +160,7 @@ - browser: > - Firefox (OS X & Linux) + Firefox (macOS & Linux) summary: > Badge widget causes bottom border of Tabs widget to unexpectedly not overlap upstream_bug: > @@ -180,7 +180,7 @@ - browser: > - Chrome (OS X) + Chrome (macOS) summary: > Clicking above `<input type="number">` increment button flashes the decrement button. upstream_bug: > @@ -290,7 +290,7 @@ - browser: > - Safari (OS X) + Safari (macOS) summary: > `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied upstream_bug: > @@ -300,7 +300,7 @@ - browser: > - Safari (OS X) + Safari (macOS) summary: > Weird button behavior with some `<input type="number">` elements. upstream_bug: > @@ -312,7 +312,7 @@ - browser: > - Safari (OS X) + Safari (macOS) summary: > Small font size when printing webpage with fixed-width `.container`. upstream_bug: > |
