mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Add v4.5.1 docs (#31409)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="The most popular HTML, CSS, and JS library in the world.">
|
||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||
<meta name="generator" content="Jekyll v4.0.1">
|
||||
<meta name="generator" content="Jekyll v4.1.1">
|
||||
|
||||
<meta name="docsearch:language" content="en">
|
||||
<meta name="docsearch:version" content="4.5">
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/browser-bugs/">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
||||
<link href="/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
|
||||
<!-- Documentation extras -->
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet">
|
||||
@@ -62,9 +62,10 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a class="skippy sr-only sr-only-focusable" href="#content">
|
||||
<span class="skippy-text">Skip to main content</span>
|
||||
</a>
|
||||
<div class="skippy overflow-hidden">
|
||||
<div class="container-xl">
|
||||
<a class="sr-only sr-only-focusable d-inline-flex p-2 m-1" href="#content">Skip to main content</a><a class="sr-only sr-only-focusable d-none d-md-inline-flex p-2 m-1" href="#bd-docs-nav">Skip to docs navigation</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
<header class="navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar">
|
||||
@@ -468,7 +469,10 @@
|
||||
|
||||
|
||||
<main class="col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<h1 class="bd-title" id="content">Wall of browser bugs</h1>
|
||||
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
||||
<a class="btn btn-sm btn-bd-light my-2 my-md-0" href="https://github.com/twbs/bootstrap/tree/v4-dev/site/docs/4.5/browser-bugs.md" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
|
||||
<h1 class="bd-title" id="content">Wall of browser bugs</h1>
|
||||
</div>
|
||||
<p class="bd-lead"></p>
|
||||
<script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJL&placement=getbootstrapcom" id="_carbonads_js"></script>
|
||||
|
||||
@@ -521,7 +525,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Native browser tooltip for <code class="highlighter-rouge">title</code> shows on first keyboard focus (in addition to custom tooltip component)</p>
|
||||
<td><p>Native browser tooltip for <code class="language-plaintext highlighter-rouge">title</code> shows on first keyboard focus (in addition to custom tooltip component)</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6793560/">Edge issue #6793560</a>
|
||||
@@ -536,7 +540,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Hovered element still remains in <code class="highlighter-rouge">:hover</code> state after scrolling away.</p>
|
||||
<td><p>Hovered element still remains in <code class="language-plaintext highlighter-rouge">:hover</code> state after scrolling away.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5381673/">Edge issue #5381673</a>
|
||||
@@ -551,7 +555,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>CSS <code class="highlighter-rouge">border-radius</code> sometimes causes lines of bleed-through of the <code class="highlighter-rouge">background-color</code> of the parent element.</p>
|
||||
<td><p>CSS <code class="language-plaintext highlighter-rouge">border-radius</code> sometimes causes lines of bleed-through of the <code class="language-plaintext highlighter-rouge">background-color</code> of the parent element.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3342037/">Edge issue #3342037</a>
|
||||
@@ -566,7 +570,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">background</code> of <code class="highlighter-rouge"><tr></code> is only applied to first child cell instead of all cells in the row</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">background</code> of <code class="language-plaintext highlighter-rouge"><tr></code> is only applied to first child cell instead of all cells in the row</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5865620/">Edge issue #5865620</a>
|
||||
@@ -596,7 +600,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Hovering over descendant SVG element fires <code class="highlighter-rouge">mouseleave</code> event at ancestor</p>
|
||||
<td><p>Hovering over descendant SVG element fires <code class="language-plaintext highlighter-rouge">mouseleave</code> event at ancestor</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/">Edge issue #7787318</a>
|
||||
@@ -611,7 +615,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Active <code class="highlighter-rouge">position: fixed;</code> <code class="highlighter-rouge"><button></code> flickers when scrolling</p>
|
||||
<td><p>Active <code class="language-plaintext highlighter-rouge">position: fixed;</code> <code class="language-plaintext highlighter-rouge"><button></code> flickers when scrolling</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8770398/">Edge issue #8770398</a>
|
||||
@@ -626,7 +630,7 @@
|
||||
<tr>
|
||||
<td>Firefox
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">.table-bordered</code> with an empty <code class="highlighter-rouge"><tbody></code> is missing borders.</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">.table-bordered</code> with an empty <code class="language-plaintext highlighter-rouge"><tbody></code> is missing borders.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1023761">Mozilla bug #1023761</a>
|
||||
@@ -656,7 +660,7 @@
|
||||
<tr>
|
||||
<td>Firefox
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">focus</code> events should not be fired at the <code class="highlighter-rouge">document</code> object</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">focus</code> events should not be fired at the <code class="language-plaintext highlighter-rouge">document</code> object</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1228802">Mozilla bug #1228802</a>
|
||||
@@ -686,7 +690,7 @@
|
||||
<tr>
|
||||
<td>Firefox
|
||||
</td>
|
||||
<td><p>Mouse sometimes not within element for purposes of <code class="highlighter-rouge">mouseenter</code>/<code class="highlighter-rouge">mouseleave</code> when it’s within SVG elements</p>
|
||||
<td><p>Mouse sometimes not within element for purposes of <code class="language-plaintext highlighter-rouge">mouseenter</code>/<code class="language-plaintext highlighter-rouge">mouseleave</code> when it’s within SVG elements</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=577785">Mozilla bug #577785</a>
|
||||
@@ -716,7 +720,7 @@
|
||||
<tr>
|
||||
<td>Firefox (Windows)
|
||||
</td>
|
||||
<td><p>Right border of <code class="highlighter-rouge"><select></code> menu is sometimes missing when screen is set to uncommon resolution</p>
|
||||
<td><p>Right border of <code class="language-plaintext highlighter-rouge"><select></code> menu is sometimes missing when screen is set to uncommon resolution</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=545685">Mozilla bug #545685</a>
|
||||
@@ -746,7 +750,7 @@
|
||||
<tr>
|
||||
<td>Chrome (macOS)
|
||||
</td>
|
||||
<td><p>Clicking above <code class="highlighter-rouge"><input type="number"></code> increment button flashes the decrement button.</p>
|
||||
<td><p>Clicking above <code class="language-plaintext highlighter-rouge"><input type="number"></code> increment button flashes the decrement button.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=419108">Chromium issue #419108</a>
|
||||
@@ -782,7 +786,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">table-cell</code> borders not overlapping despite <code class="highlighter-rouge">margin-right: -1px</code></p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">table-cell</code> borders not overlapping despite <code class="language-plaintext highlighter-rouge">margin-right: -1px</code></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=749848">Chromium issue #749848</a>
|
||||
@@ -800,7 +804,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p>Don’t make <code class="highlighter-rouge">:hover</code> sticky on touch-friendly webpages</p>
|
||||
<td><p>Don’t make <code class="language-plaintext highlighter-rouge">:hover</code> sticky on touch-friendly webpages</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=370155">Chromium issue #370155</a>
|
||||
@@ -815,7 +819,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">position: absolute</code> element that’s wider than its column is incorrectly clipped to column boundary</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">position: absolute</code> element that’s wider than its column is incorrectly clipped to column boundary</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=269061">Chromium issue #269061</a>
|
||||
@@ -830,7 +834,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p>Significant performance hit for dynamic SVGs with text depending on the number of fonts in <code class="highlighter-rouge">font-family</code>.</p>
|
||||
<td><p>Significant performance hit for dynamic SVGs with text depending on the number of fonts in <code class="language-plaintext highlighter-rouge">font-family</code>.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=781344">Chromium issue #781344</a>
|
||||
@@ -845,7 +849,7 @@
|
||||
<tr>
|
||||
<td>Safari
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">rem</code> units in media queries should be calculated using <code class="highlighter-rouge">font-size: initial</code>, not the root element’s <code class="highlighter-rouge">font-size</code></p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">rem</code> units in media queries should be calculated using <code class="language-plaintext highlighter-rouge">font-size: initial</code>, not the root element’s <code class="language-plaintext highlighter-rouge">font-size</code></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=156684">WebKit bug #156684</a>
|
||||
@@ -875,7 +879,7 @@
|
||||
<tr>
|
||||
<td>Safari
|
||||
</td>
|
||||
<td><p>CSS <code class="highlighter-rouge">min-width</code> and <code class="highlighter-rouge">max-width</code> media features should not round fractional pixel</p>
|
||||
<td><p>CSS <code class="language-plaintext highlighter-rouge">min-width</code> and <code class="language-plaintext highlighter-rouge">max-width</code> media features should not round fractional pixel</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=178261">WebKit bug #178261</a>
|
||||
@@ -890,7 +894,7 @@
|
||||
<tr>
|
||||
<td>Safari (macOS)
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">px</code>, <code class="highlighter-rouge">em</code>, and <code class="highlighter-rouge">rem</code> should all behave the same in media queries when page zoom is applied</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">px</code>, <code class="language-plaintext highlighter-rouge">em</code>, and <code class="language-plaintext highlighter-rouge">rem</code> should all behave the same in media queries when page zoom is applied</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=156687">WebKit bug #156687</a>
|
||||
@@ -905,7 +909,7 @@
|
||||
<tr>
|
||||
<td>Safari (macOS)
|
||||
</td>
|
||||
<td><p>Weird button behavior with some <code class="highlighter-rouge"><input type="number"></code> elements.</p>
|
||||
<td><p>Weird button behavior with some <code class="language-plaintext highlighter-rouge"><input type="number"></code> elements.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=137269">WebKit bug #137269</a>,
|
||||
@@ -929,7 +933,7 @@
|
||||
<tr>
|
||||
<td>Safari (macOS)
|
||||
</td>
|
||||
<td><p>Small font size when printing webpage with fixed-width <code class="highlighter-rouge">.container</code>.</p>
|
||||
<td><p>Small font size when printing webpage with fixed-width <code class="language-plaintext highlighter-rouge">.container</code>.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=138192">WebKit bug #138192</a>,
|
||||
@@ -947,7 +951,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">transform: translate3d(0,0,0);</code> rendering bug.</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">transform: translate3d(0,0,0);</code> rendering bug.</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=138162">WebKit bug #138162</a>,
|
||||
@@ -983,7 +987,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Can’t move cursor to start of text after entering long string of text into <code class="highlighter-rouge"><input type="text"></code></p>
|
||||
<td><p>Can’t move cursor to start of text after entering long string of text into <code class="language-plaintext highlighter-rouge"><input type="text"></code></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=148061">WebKit bug #148061</a>,
|
||||
@@ -1001,7 +1005,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">display: block</code> causes text of temporal <code class="highlighter-rouge"><input></code>s to become vertically misaligned</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">display: block</code> causes text of temporal <code class="language-plaintext highlighter-rouge"><input></code>s to become vertically misaligned</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=139848">WebKit bug #139848</a>,
|
||||
@@ -1022,7 +1026,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Tapping on <code class="highlighter-rouge"><body></code> doesn’t fire <code class="highlighter-rouge">click</code> events</p>
|
||||
<td><p>Tapping on <code class="language-plaintext highlighter-rouge"><body></code> doesn’t fire <code class="language-plaintext highlighter-rouge">click</code> events</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=151933">WebKit bug #151933</a>
|
||||
@@ -1037,7 +1041,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge">position:fixed</code> is incorrectly positioned when tab bar is visible on iPhone 6S+ Safari</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge">position:fixed</code> is incorrectly positioned when tab bar is visible on iPhone 6S+ Safari</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=153056">WebKit bug #153056</a>
|
||||
@@ -1052,7 +1056,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Tapping into an <code class="highlighter-rouge"><input></code> within a <code class="highlighter-rouge">position:fixed</code> element scrolls to the top of the page</p>
|
||||
<td><p>Tapping into an <code class="language-plaintext highlighter-rouge"><input></code> within a <code class="language-plaintext highlighter-rouge">position:fixed</code> element scrolls to the top of the page</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=153224">WebKit bug #153224</a>,
|
||||
@@ -1070,7 +1074,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p><code class="highlighter-rouge"><body></code> with <code class="highlighter-rouge">overflow:hidden</code> CSS is scrollable on iOS</p>
|
||||
<td><p><code class="language-plaintext highlighter-rouge"><body></code> with <code class="language-plaintext highlighter-rouge">overflow:hidden</code> CSS is scrollable on iOS</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=153852">WebKit bug #153852</a>
|
||||
@@ -1085,7 +1089,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Scroll gesture in text field in <code class="highlighter-rouge">position:fixed</code> element sometimes scrolls <code class="highlighter-rouge"><body></code> instead of scrollable ancestor</p>
|
||||
<td><p>Scroll gesture in text field in <code class="language-plaintext highlighter-rouge">position:fixed</code> element sometimes scrolls <code class="language-plaintext highlighter-rouge"><body></code> instead of scrollable ancestor</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=153856">WebKit bug #153856</a>
|
||||
@@ -1100,7 +1104,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Modal with <code class="highlighter-rouge">-webkit-overflow-scrolling: touch</code> doesn’t become scrollable after added text makes it taller</p>
|
||||
<td><p>Modal with <code class="language-plaintext highlighter-rouge">-webkit-overflow-scrolling: touch</code> doesn’t become scrollable after added text makes it taller</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=158342">WebKit bug #158342</a>
|
||||
@@ -1115,7 +1119,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Don’t make <code class="highlighter-rouge">:hover</code> sticky on touch-friendly webpages</p>
|
||||
<td><p>Don’t make <code class="language-plaintext highlighter-rouge">:hover</code> sticky on touch-friendly webpages</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=158517">WebKit bug #158517</a>
|
||||
@@ -1130,7 +1134,7 @@
|
||||
<tr>
|
||||
<td>Safari (iOS)
|
||||
</td>
|
||||
<td><p>Element which is <code class="highlighter-rouge">position:fixed</code> disappears after opening a <code class="highlighter-rouge"><select></code> menu</p>
|
||||
<td><p>Element which is <code class="language-plaintext highlighter-rouge">position:fixed</code> disappears after opening a <code class="language-plaintext highlighter-rouge"><select></code> menu</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=162362">WebKit bug #162362</a>
|
||||
@@ -1145,7 +1149,7 @@
|
||||
<tr>
|
||||
<td>Safari (iPad Pro)
|
||||
</td>
|
||||
<td><p>Rendering of descendants of <code class="highlighter-rouge">position: fixed</code> element gets clipped on iPad Pro in Landscape orientation</p>
|
||||
<td><p>Rendering of descendants of <code class="language-plaintext highlighter-rouge">position: fixed</code> element gets clipped on iPad Pro in Landscape orientation</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=152637">WebKit bug #152637</a>,
|
||||
@@ -1198,7 +1202,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="language-plaintext highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12299532">Edge UserVoice idea #12299532</a>
|
||||
@@ -1213,7 +1217,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="highlighter-rouge"><dialog></code> element</a></p>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="language-plaintext highlighter-rouge"><dialog></code> element</a></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508895">Edge UserVoice idea #6508895</a>
|
||||
@@ -1228,7 +1232,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="language-plaintext highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15939898">Edge UserVoice idea #15939898</a>
|
||||
@@ -1243,7 +1247,7 @@
|
||||
<tr>
|
||||
<td>Edge
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="highlighter-rouge">of <selector-list></code> clause</a> of the <code class="highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="language-plaintext highlighter-rouge">of <selector-list></code> clause</a> of the <code class="language-plaintext highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476">Edge UserVoice idea #15944476</a>
|
||||
@@ -1258,7 +1262,7 @@
|
||||
<tr>
|
||||
<td>Firefox
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="highlighter-rouge">of <selector-list></code> clause</a> of the <code class="highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="language-plaintext highlighter-rouge">of <selector-list></code> clause</a> of the <code class="language-plaintext highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=854148">Mozilla bug #854148</a>
|
||||
@@ -1273,7 +1277,7 @@
|
||||
<tr>
|
||||
<td>Firefox
|
||||
</td>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="highlighter-rouge"><dialog></code> element</a></p>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="language-plaintext highlighter-rouge"><dialog></code> element</a></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=840640">Mozilla bug #840640</a>
|
||||
@@ -1303,7 +1307,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="language-plaintext highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=642487">Chromium issue #642487</a>
|
||||
@@ -1318,7 +1322,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="highlighter-rouge">of <selector-list></code> clause</a> of the <code class="highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
<td><p>Implement the <a href="https://caniuse.com/#feat=css-nth-child-of"><code class="language-plaintext highlighter-rouge">of <selector-list></code> clause</a> of the <code class="language-plaintext highlighter-rouge">:nth-child()</code> pseudo-class</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=304163">Chromium issue #304163</a>
|
||||
@@ -1333,7 +1337,7 @@
|
||||
<tr>
|
||||
<td>Chrome
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="language-plaintext highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=576815">Chromium issue #576815</a>
|
||||
@@ -1348,7 +1352,7 @@
|
||||
<tr>
|
||||
<td>Safari
|
||||
</td>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
<td><p>Fire a <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event"><code class="language-plaintext highlighter-rouge">transitioncancel</code> event</a> when a CSS transition is canceled</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=161535">WebKit bug #161535</a>
|
||||
@@ -1363,7 +1367,7 @@
|
||||
<tr>
|
||||
<td>Safari
|
||||
</td>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
<td><p>Implement the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"><code class="language-plaintext highlighter-rouge">:dir()</code> pseudo-class</a> from Selectors Level 4</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=64861">WebKit bug #64861</a>
|
||||
@@ -1378,7 +1382,7 @@
|
||||
<tr>
|
||||
<td>Safari
|
||||
</td>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="highlighter-rouge"><dialog></code> element</a></p>
|
||||
<td><p>Implement the HTML5 <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog"><code class="language-plaintext highlighter-rouge"><dialog></code> element</a></p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://bugs.webkit.org/show_bug.cgi?id=84635">WebKit bug #84635</a>
|
||||
@@ -1398,6 +1402,6 @@
|
||||
</div>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||||
<script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-1CmrxMRARb6aLqgBO7yyAxTOQE2AKb9GfXnEo760AUcUmFx3ibVJJAzGytlQcNXd" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script><script src="/docs/4.5/assets/js/docs.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-FxkQtQ8fW6C3xA7BoW8ocAb2N7U9dCA7ZJXMJlz/37PL6Q6PUGQ5ZeJcaXdYKcdJ" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script><script src="/docs/4.5/assets/js/docs.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user