Skip to content

Commit

Permalink
Fixes #20948: Rename Microsoft Edge to just Edge in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 25, 2016
1 parent b5890e0 commit 1aa6ff3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions docs/_data/browser-bugs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Visual artifacts in scrollable modal dialogs
upstream_bug: >
Expand All @@ -10,7 +10,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
upstream_bug: >
Expand All @@ -20,7 +20,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Hovered element still remains in `:hover` state after scrolling away.
upstream_bug: >
Expand All @@ -30,7 +30,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed.
upstream_bug: >
Expand All @@ -40,7 +40,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element.
upstream_bug: >
Expand All @@ -50,7 +50,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
`background` of `<tr>` is only applied to first child cell instead of all cells in the row
upstream_bug: >
Expand All @@ -60,7 +60,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
upstream_bug: >
Expand All @@ -70,7 +70,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Background color from lower layer bleeds through transparent border in some cases
upstream_bug: >
Expand All @@ -80,7 +80,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Hovering over descendant SVG element fires `mouseleave` event at ancestor
upstream_bug: >
Expand All @@ -90,7 +90,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Active `position: fixed;` `<button>` flickers when scrolling
upstream_bug: >
Expand Down
10 changes: 5 additions & 5 deletions docs/_data/browser-features.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4
upstream_bug: >
Expand All @@ -10,7 +10,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3
upstream_bug: >
Expand All @@ -20,7 +20,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog)
upstream_bug: >
Expand All @@ -30,7 +30,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
upstream_bug: >
Expand All @@ -40,7 +40,7 @@
-
browser: >
Microsoft Edge
Edge
summary: >
Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class
upstream_bug: >
Expand Down

0 comments on commit 1aa6ff3

Please sign in to comment.