]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
5 years agoRemove overflow: hidden from toasts (#31381) (#31407)
XhmikosR [Mon, 3 Aug 2020 16:13:32 +0000 (19:13 +0300)] 
Remove overflow: hidden from toasts (#31381) (#31407)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoUpdate devDependencies and gems
XhmikosR [Mon, 3 Aug 2020 15:52:44 +0000 (18:52 +0300)] 
Update devDependencies and gems

* @babel/cli                   ^7.10.4  →  ^7.11.0
* @babel/core                  ^7.10.4  →  ^7.11.0
* @rollup/plugin-babel          ^5.0.4  →   ^5.1.0
* @rollup/plugin-commonjs      ^13.0.0  →  ^14.0.0
* @rollup/plugin-node-resolve   ^8.1.0  →   ^8.4.0
* autoprefixer                  ^9.8.4  →   ^9.8.6
* eslint                        ^7.4.0  →   ^7.6.0
* karma                         ^5.1.0  →   ^5.1.1
* rollup                       ^2.21.0  →  ^2.23.0

5 years agoBackport #31344
XhmikosR [Tue, 21 Jul 2020 13:10:17 +0000 (16:10 +0300)] 
Backport #31344

Add toasts to the components requiring JavaScript

5 years agodocs(skippy): prevent skip links from overlapping header
Gaël Poupard [Mon, 20 Jul 2020 09:26:41 +0000 (11:26 +0200)] 
docs(skippy): prevent skip links from overlapping header

5 years agoAdd unit test for toast to check clearTimeout to have been called (#31298)
Rohit Sharma [Wed, 15 Jul 2020 12:39:04 +0000 (18:09 +0530)] 
Add unit test for toast to check clearTimeout to have been called (#31298)

5 years agoClear timeout before showing the toast (#31155)
Rohit Sharma [Sat, 11 Jul 2020 18:51:04 +0000 (00:21 +0530)] 
Clear timeout before showing the toast (#31155)

* clear timeout before showing the toast

* Add unit test

* Remove the check for timeout

* Check for clearTimeout to have been called

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
# Conflicts:
# js/tests/unit/toast.spec.js

5 years agoUpdate to Ruby 2.7/Bundler 2.x. (#31296)
XhmikosR [Sun, 2 Aug 2020 13:26:19 +0000 (16:26 +0300)] 
Update to Ruby 2.7/Bundler 2.x. (#31296)

5 years agoTurn off scroll anchoring for accordions (#31347)
Patrick H. Lauke [Tue, 21 Jul 2020 20:44:41 +0000 (21:44 +0100)] 
Turn off scroll anchoring for accordions (#31347)

New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341
This rule suppresses this new behavior and reverts back to the old way.

See https://drafts.csswg.org/css-scroll-anchoring/

5 years agoDocs: forms accessibility cleanup (backport from v5) (#31234)
Patrick H. Lauke [Sun, 12 Jul 2020 04:57:48 +0000 (05:57 +0100)] 
Docs: forms accessibility cleanup (backport from v5) (#31234)

* Expand advice for anchor-based controls

* Expand accessibility note in input group

* Correct statement about validation, fix server example

* Tweak label > accessible name

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoUpdate dependencies, gems and regenerate package-lock.json (#31261)
XhmikosR [Thu, 9 Jul 2020 12:21:41 +0000 (15:21 +0300)] 
Update dependencies, gems and regenerate package-lock.json (#31261)

* @rollup/plugin-node-resolve 8.1.0
* popper.js 1.16.1
* qunit 2.10.1
* rollup 2.21.0

5 years agoUpdate devDependencies and gems
XhmikosR [Mon, 6 Jul 2020 13:35:04 +0000 (16:35 +0300)] 
Update devDependencies and gems

5 years agoUpdate Babel config (#31011)
XhmikosR [Thu, 25 Jun 2020 15:38:39 +0000 (18:38 +0300)] 
Update Babel config (#31011)

* remove plugin-proposal-object-rest-spread
* add bugfixes
* `exclude: ['transform-typeof-symbol']` did nothing with our config

5 years agoBackport #30326 (Unit test)
ysds [Thu, 25 Jun 2020 15:56:10 +0000 (00:56 +0900)] 
Backport #30326 (Unit test)

5 years agoBackport #30326
XhmikosR [Thu, 25 Jun 2020 12:40:30 +0000 (15:40 +0300)] 
Backport #30326

Prevent overflowing static backdrop modal animation

TODO: backport the test too

5 years agoBackport #31135
XhmikosR [Thu, 25 Jun 2020 12:34:03 +0000 (15:34 +0300)] 
Backport #31135

* Move color utility callouts to start of page

Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes.

* Change heading level

otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading

5 years agoBrowserStack: test on Edge 15
XhmikosR [Thu, 25 Jun 2020 12:31:59 +0000 (15:31 +0300)] 
BrowserStack: test on Edge 15

5 years agoRemove backdrop-filter from toasts
Mark Otto [Thu, 25 Jun 2020 06:22:58 +0000 (23:22 -0700)] 
Remove backdrop-filter from toasts

5 years agoFloating labels improvements (#30966)
Gaël Poupard [Wed, 24 Jun 2020 11:11:20 +0000 (13:11 +0200)] 
Floating labels improvements (#30966)

* docs(example): floating-labels' better Edge fallback

* docs(example): refactor floating-labels' CSS

5 years agoUpdate devDependencies and gems
XhmikosR [Wed, 24 Jun 2020 11:10:15 +0000 (14:10 +0300)] 
Update devDependencies and gems

5 years agoDocs: add Gaël Poupard to the core team page (#31081)
Patrick H. Lauke [Thu, 18 Jun 2020 08:24:23 +0000 (09:24 +0100)] 
Docs: add Gaël Poupard to the core team page (#31081)

Docs: add Gaël Poupard to the core team page

5 years agoBackport #31070
XhmikosR [Wed, 17 Jun 2020 14:31:37 +0000 (17:31 +0300)] 
Backport #31070

* Make example less broken-looking

don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control

5 years agoREADME.md: update badges
XhmikosR [Wed, 17 Jun 2020 14:30:04 +0000 (17:30 +0300)] 
README.md: update badges

* remove .svg from shields.io badges since it's the default
* switch to shields.io for the OC badges too
* fix badgesize badges' labels

5 years agoFix typo
XhmikosR [Wed, 17 Jun 2020 06:18:56 +0000 (09:18 +0300)] 
Fix typo

5 years agoUpdate issue templates from main.
XhmikosR [Wed, 17 Jun 2020 05:36:29 +0000 (08:36 +0300)] 
Update issue templates from main.

5 years agoRemove unused issue templates
XhmikosR [Wed, 17 Jun 2020 05:34:49 +0000 (08:34 +0300)] 
Remove unused issue templates

5 years agoUpdate links to point to v4-dev or main branches
XhmikosR [Wed, 17 Jun 2020 05:32:42 +0000 (08:32 +0300)] 
Update links to point to v4-dev or main branches

5 years agoSplit GitHub Actions.
XhmikosR [Fri, 12 Jun 2020 18:12:53 +0000 (21:12 +0300)] 
Split GitHub Actions.

5 years agoStylelint: remove redundant inline suppressions
XhmikosR [Fri, 12 Jun 2020 09:58:43 +0000 (12:58 +0300)] 
Stylelint: remove redundant inline suppressions

5 years agoUpdate .gitattributes (#30934)
XhmikosR [Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)] 
Update .gitattributes (#30934)

This requires git >= 2.10 but it was released almost 4 years ago.

5 years agoBackport #30973
XhmikosR [Tue, 9 Jun 2020 05:10:42 +0000 (08:10 +0300)] 
Backport #30973

Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs.
This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`).
`.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).

5 years agoPrevent `.row` from shrinking in flex container (#30940)
Gaël Poupard [Mon, 8 Jun 2020 17:47:43 +0000 (19:47 +0200)] 
Prevent `.row` from shrinking in flex container (#30940)

5 years agoRemove duplicate properties after #30922 (#31148)
Martijn Cuppens [Tue, 23 Jun 2020 06:28:13 +0000 (08:28 +0200)] 
Remove duplicate properties after #30922 (#31148)

5 years agofix(custom forms): disabled checked states weren't overriding background-image (...
Gaël Poupard [Mon, 15 Jun 2020 05:41:12 +0000 (07:41 +0200)] 
fix(custom forms): disabled checked states weren't overriding background-image (#30922)

5 years agoAvoid duplication of container breakpoints (#30969)
k-utsumi [Sat, 13 Jun 2020 21:25:39 +0000 (06:25 +0900)] 
Avoid duplication of container breakpoints (#30969)

5 years agoFloating labels examples in IE (#30965)
Gaël Poupard [Sat, 13 Jun 2020 06:38:13 +0000 (08:38 +0200)] 
Floating labels examples in IE (#30965)

* docs(example): drop IE workaround since it works fine in IE

* Serial comma

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
5 years agoBackport #30979 (#30999)
Gaël Poupard [Wed, 10 Jun 2020 13:12:12 +0000 (15:12 +0200)] 
Backport #30979 (#30999)

fix(grid)[manual backport]: zero min-width on .col has too much side-effects

5 years agoavoid preventing input event onclick (#30992)
Laussel Loïc [Wed, 10 Jun 2020 12:45:31 +0000 (14:45 +0200)] 
avoid preventing input event onclick (#30992)

* instead of stopping event if onclick is triggered on input, call toggle method only if its not on checkbox inside a label

* add unit test

* add a dedicated test to ensure click event is forward to label

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agodocs(toasts): centered examples flexbugs #3 in IE11
Gaël Poupard [Wed, 3 Jun 2020 13:28:46 +0000 (15:28 +0200)] 
docs(toasts): centered examples flexbugs #3 in IE11

5 years agofix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis
Gaël Poupard [Wed, 3 Jun 2020 13:27:50 +0000 (15:27 +0200)] 
fix(toasts): IE11 shrinks toasts when in flex container, unless we specify flex-basis

5 years agovisual/modal.html: fix close buttons placement
XhmikosR [Thu, 4 Jun 2020 08:02:44 +0000 (11:02 +0300)] 
visual/modal.html: fix close buttons placement

5 years agoBump bundlewatch limits
XhmikosR [Thu, 4 Jun 2020 07:46:51 +0000 (10:46 +0300)] 
Bump bundlewatch limits

5 years agoBackport #30936
XhmikosR [Thu, 4 Jun 2020 07:41:47 +0000 (10:41 +0300)] 
Backport #30936

Add role="dialog" in modals via JavaScript

5 years agoBackport #30932
XhmikosR [Thu, 4 Jun 2020 07:04:33 +0000 (10:04 +0300)] 
Backport #30932

Restore word-break: break-word on .text-break to fix text breaking on flex containers

5 years agoUpdate devDependencies and gems
XhmikosR [Thu, 4 Jun 2020 06:51:46 +0000 (09:51 +0300)] 
Update devDependencies and gems

5 years agoCI: update to `actions/cache@2`
XhmikosR [Thu, 28 May 2020 14:54:02 +0000 (17:54 +0300)] 
CI: update to `actions/cache@2`

5 years agoRemove ESLint `object-curly-newline` rule.
XhmikosR [Tue, 26 May 2020 16:20:49 +0000 (19:20 +0300)] 
Remove ESLint `object-curly-newline` rule.

5 years agoBackport #30742
XhmikosR [Tue, 26 May 2020 16:20:15 +0000 (19:20 +0300)] 
Backport #30742

Update to `@rollup/plugin-babel`

5 years agoPrevent conflicts with components with classes (#30830)
Martijn Cuppens [Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)] 
Prevent conflicts with components with classes (#30830)

5 years agov5: Add border-radius to .card-img-overlay (#30817)
Mark Otto [Fri, 15 May 2020 12:42:31 +0000 (05:42 -0700)] 
v5: Add border-radius to .card-img-overlay (#30817)

Allows use of background-color and more. Fixes #29033 for v5.

5 years agoSimplify list-group borders in cards (#30808)
Mark Otto [Thu, 14 May 2020 17:48:46 +0000 (10:48 -0700)] 
Simplify list-group borders in cards (#30808)

5 years agov4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)
Mark Otto [Thu, 4 Jun 2020 13:11:33 +0000 (06:11 -0700)] 
v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)

For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though.

Fixes #29607.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agofix(custom forms): nullify box-shadow for custom forms' states (#30957)
Gaël Poupard [Thu, 4 Jun 2020 06:34:30 +0000 (08:34 +0200)] 
fix(custom forms): nullify box-shadow for custom forms' states (#30957)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agofix(forms): IE11 misalign validation tooltips in input-groups (#30960)
Gaël Poupard [Thu, 4 Jun 2020 06:27:08 +0000 (08:27 +0200)] 
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)

5 years agodocs(cards): fix card-img-bottom example (#30925)
Gaël Poupard [Fri, 29 May 2020 15:01:40 +0000 (17:01 +0200)] 
docs(cards): fix card-img-bottom example (#30925)

5 years agodocs(CDN): improve wording to match master and fix #30873 (#30896)
Gaël Poupard [Tue, 26 May 2020 15:48:53 +0000 (17:48 +0200)] 
docs(CDN): improve wording to match master and fix #30873 (#30896)

5 years agov4: Update docs callout for responsive SVG images (#30809)
Mark Otto [Thu, 14 May 2020 06:18:01 +0000 (23:18 -0700)] 
v4: Update docs callout for responsive SVG images (#30809)

Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout.

Closes #25242.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agov4: Mention Bootstrap Icons in extend/icons.md (#30813)
Mark Otto [Thu, 14 May 2020 06:06:08 +0000 (23:06 -0700)] 
v4: Mention Bootstrap Icons in extend/icons.md (#30813)

- Closes #30796

5 years agoFix release script docs (#30797)
XhmikosR [Wed, 13 May 2020 06:13:27 +0000 (09:13 +0300)] 
Fix release script docs (#30797)

5 years agoDist v4.5.0
XhmikosR [Tue, 12 May 2020 16:53:07 +0000 (19:53 +0300)] 
Dist

5 years agoBump version to 4.5.0.
XhmikosR [Tue, 12 May 2020 16:04:19 +0000 (19:04 +0300)] 
Bump version to 4.5.0.

5 years agoWording fixes
Mark Otto [Tue, 12 May 2020 15:59:51 +0000 (18:59 +0300)] 
Wording fixes

5 years agoMove the input groups validation workaround in docs.
XhmikosR [Tue, 12 May 2020 07:14:10 +0000 (10:14 +0300)] 
Move the input groups validation workaround in docs.

5 years agoRemove mention of build tools
XhmikosR [Tue, 12 May 2020 06:46:44 +0000 (09:46 +0300)] 
Remove mention of build tools

They are not included in npm.

5 years agoGrammar fixes
XhmikosR [Tue, 12 May 2020 06:45:21 +0000 (09:45 +0300)] 
Grammar fixes

5 years agoInclude the newly added utilities/interactions.scss file
XhmikosR [Tue, 12 May 2020 06:03:58 +0000 (09:03 +0300)] 
Include the newly added utilities/interactions.scss file

We missed it in #30562

5 years agoUpdate devDependencies and gems.
XhmikosR [Tue, 12 May 2020 05:36:45 +0000 (08:36 +0300)] 
Update devDependencies and gems.

5 years agoBackport d59de33 from #30772
XhmikosR [Tue, 12 May 2020 04:59:22 +0000 (07:59 +0300)] 
Backport d59de33 from #30772

Add a test about the scrollbar issue on non-integer width

5 years agoAvoid bad scrollbar replacement into width values
Giovanni Mendoza [Tue, 14 Jan 2020 00:42:22 +0000 (18:42 -0600)] 
Avoid bad scrollbar replacement into width values

Refs #30772

5 years agoUpdate codeql.yml (#30777)
XhmikosR [Mon, 11 May 2020 18:04:27 +0000 (21:04 +0300)] 
Update codeql.yml (#30777)

Remove moot fail-fast option

5 years agoImprove build/zip-examples.js (#30759)
XhmikosR [Mon, 11 May 2020 15:01:18 +0000 (18:01 +0300)] 
Improve build/zip-examples.js (#30759)

* remove favicons meta tags
* copy the two brand images we use in the examples
* copy dist and brand images into an assets folder

5 years agoRemoved role="document" from the modal dialog (#30755)
Rohit Sharma [Mon, 11 May 2020 09:45:42 +0000 (15:15 +0530)] 
Removed role="document" from the modal dialog (#30755)

5 years agoCI: simplify cache
XhmikosR [Sun, 10 May 2020 18:27:44 +0000 (21:27 +0300)] 
CI: simplify cache

While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time.

5 years agoPartially revert "Use regex.test() when we want to check for a Boolean. (#29969)"
XhmikosR [Sat, 9 May 2020 13:50:47 +0000 (16:50 +0300)] 
Partially revert "Use regex.test() when we want to check for a Boolean. (#29969)"

This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4.

5 years agocollapse.js: combine classes
XhmikosR [Fri, 8 May 2020 18:45:02 +0000 (21:45 +0300)] 
collapse.js: combine classes

5 years agoMinor lint tweaks and rules cleanup
XhmikosR [Fri, 8 May 2020 16:19:14 +0000 (19:19 +0300)] 
Minor lint tweaks and rules cleanup

5 years agobuild-plugins.js: add missing shebang (#30743)
XhmikosR [Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)] 
build-plugins.js: add missing shebang (#30743)

5 years agodropdown.js: switch to a ternary
XhmikosR [Fri, 8 May 2020 14:28:43 +0000 (17:28 +0300)] 
dropdown.js: switch to a ternary

5 years agotests: switch to strictEqual/notStrictEqual
XhmikosR [Fri, 8 May 2020 13:36:20 +0000 (16:36 +0300)] 
tests: switch to strictEqual/notStrictEqual

5 years agoscrollspy.js add more tests
XhmikosR [Fri, 8 May 2020 06:08:39 +0000 (09:08 +0300)] 
scrollspy.js add more tests

5 years agoRemove variables used once.
XhmikosR [Fri, 8 May 2020 07:21:50 +0000 (10:21 +0300)] 
Remove variables used once.

5 years agoJoin/break a few lines, no functional changes
XhmikosR [Fri, 8 May 2020 07:21:04 +0000 (10:21 +0300)] 
Join/break a few lines, no functional changes

5 years agoREADME.md: change Tests badge to point to v4-dev
XhmikosR [Thu, 7 May 2020 19:50:27 +0000 (22:50 +0300)] 
README.md: change Tests badge to point to v4-dev

5 years agopackage.json: add a docs-build script
XhmikosR [Thu, 7 May 2020 08:35:25 +0000 (11:35 +0300)] 
package.json: add a docs-build script

Make the `docs-compile` one an alias of `docs-build`.

5 years agoCI: stop updating RubyGems since it's not needed
XhmikosR [Thu, 7 May 2020 08:17:02 +0000 (11:17 +0300)] 
CI: stop updating RubyGems since it's not needed

5 years agoAdd new interaction utilities and role attr to Reboot (#30562)
Mark Otto [Mon, 11 May 2020 17:57:29 +0000 (10:57 -0700)] 
Add new interaction utilities and role attr to Reboot (#30562)

- Adds .user-select-* utils from v5
- Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors
- Adds new docs page to demonstrate both
- Includes Sass list for customizing user select

5 years agoBackport #29272 and adapt if for v4-dev
XhmikosR [Sun, 10 May 2020 07:03:13 +0000 (10:03 +0300)] 
Backport #29272 and adapt if for v4-dev

docs: fix tap targets

5 years agoAdd `loading="lazy"` in images
XhmikosR [Sun, 10 May 2020 05:13:02 +0000 (08:13 +0300)] 
Add `loading="lazy"` in images

Backport of #30199 after adapting it for v4-dev.

5 years agov4: Update homepage, examples, and general docs styles
Mark Otto [Sat, 9 May 2020 21:33:01 +0000 (00:33 +0300)] 
v4: Update homepage, examples, and general docs styles

- Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles.
- Updates docs button styles
- Replaces bytesize icons with Bootstrap icons
- Adds themes callout to examples page

5 years agoUpdate devDependencies and gems
XhmikosR [Thu, 7 May 2020 06:19:26 +0000 (09:19 +0300)] 
Update devDependencies and gems

5 years agoRevert "Avoid bad scrollbar replacement into width values (#30690)"
XhmikosR [Wed, 6 May 2020 15:14:10 +0000 (18:14 +0300)] 
Revert "Avoid bad scrollbar replacement into width values (#30690)"

This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4.

5 years agoensure build plugins can exit in error (#30744)
Johann-S [Wed, 6 May 2020 04:52:06 +0000 (06:52 +0200)] 
ensure build plugins can exit in error (#30744)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
5 years agoenforce element check on scrollspy target
Johann-S [Tue, 5 May 2020 19:42:58 +0000 (21:42 +0200)] 
enforce element check on scrollspy target

5 years agoUpdate jQuery to v3.5.1.
XhmikosR [Tue, 5 May 2020 05:09:49 +0000 (08:09 +0300)] 
Update jQuery to v3.5.1.

5 years agoscrollspy.js: remove temporary variable (#30724)
XhmikosR [Mon, 4 May 2020 16:43:50 +0000 (19:43 +0300)] 
scrollspy.js: remove temporary variable (#30724)

5 years agoBackport #30723
XhmikosR [Mon, 4 May 2020 17:11:30 +0000 (20:11 +0300)] 
Backport #30723

Move babel whitelist helpers to a common file

5 years agoUpdate codeql.yml (#30719)
XhmikosR [Mon, 4 May 2020 16:24:26 +0000 (19:24 +0300)] 
Update codeql.yml (#30719)

Remove `pull_request` event since it's not supported.

5 years agopackage.json: fix release script for v4.
XhmikosR [Sun, 3 May 2020 12:14:33 +0000 (15:14 +0300)] 
package.json: fix release script for v4.

5 years agoWording fixes
Mark Otto [Wed, 6 May 2020 15:59:16 +0000 (18:59 +0300)] 
Wording fixes

5 years agoUpdate browser-bugs.md
XhmikosR [Wed, 6 May 2020 15:27:04 +0000 (18:27 +0300)] 
Update browser-bugs.md

Add a danger callout that the page is outdated

5 years agoFix typo (#30745)
Quy [Wed, 6 May 2020 03:54:42 +0000 (20:54 -0700)] 
Fix typo (#30745)

Use possessive form of it