mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #20998 from twbs/v4-browser-names
Rename Microsoft Edge to just Edge in docs
This commit is contained in:
commit
0fff1a1424
@ -1,6 +1,6 @@
|
|||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Visual artifacts in scrollable modal dialogs
|
Visual artifacts in scrollable modal dialogs
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
|
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Hovered element still remains in `:hover` state after scrolling away.
|
Hovered element still remains in `:hover` state after scrolling away.
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed.
|
When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed.
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element.
|
CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element.
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
`background` of `<tr>` is only applied to first child cell instead of all cells in the row
|
`background` of `<tr>` is only applied to first child cell instead of all cells in the row
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
|
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Background color from lower layer bleeds through transparent border in some cases
|
Background color from lower layer bleeds through transparent border in some cases
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Hovering over descendant SVG element fires `mouseleave` event at ancestor
|
Hovering over descendant SVG element fires `mouseleave` event at ancestor
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Active `position: fixed;` `<button>` flickers when scrolling
|
Active `position: fixed;` `<button>` flickers when scrolling
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
|
Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3
|
Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
|
Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
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/Events/transitioncancel) when a CSS transition is canceled
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
browser: >
|
browser: >
|
||||||
Microsoft Edge
|
Edge
|
||||||
summary: >
|
summary: >
|
||||||
Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
|
Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
|
||||||
upstream_bug: >
|
upstream_bug: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user