diff options
Diffstat (limited to 'files/ru/web/html/element/details')
-rw-r--r-- | files/ru/web/html/element/details/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/ru/web/html/element/details/index.html b/files/ru/web/html/element/details/index.html index bbc3bc41be..702c4521ab 100644 --- a/files/ru/web/html/element/details/index.html +++ b/files/ru/web/html/element/details/index.html @@ -144,57 +144,7 @@ details[open] > summary::before { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>12</td> - <td><a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/status/detailssummary?filter=f3f0000bf&search=details">In Development</a></td> - <td>{{CompatGeckoDesktop("49.0")}}</td> - <td>{{CompatNo}}</td> - <td>15</td> - <td>6</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>4.0</td> - <td><a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/status/detailssummary?filter=f3f0000bf&search=details">In Development</a></td> - <td>{{CompatGeckoMobile("49.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>6.1</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("html.elements.details")}}</p> <h2 id="See_also">See also</h2> |