diff options
Diffstat (limited to 'files/fr/web/api/domimplementation/createhtmldocument/index.html')
-rw-r--r-- | files/fr/web/api/domimplementation/createhtmldocument/index.html | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/files/fr/web/api/domimplementation/createhtmldocument/index.html b/files/fr/web/api/domimplementation/createhtmldocument/index.html index a7ea4e54fc..7bdda41853 100644 --- a/files/fr/web/api/domimplementation/createhtmldocument/index.html +++ b/files/fr/web/api/domimplementation/createhtmldocument/index.html @@ -100,61 +100,7 @@ translation_of: Web/API/DOMImplementation/createHTMLDocument <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</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>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("2.0")}} [1]</td> - <td>9.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</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>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("2.0")}} [1]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> -</div> - -<p>[1] Le paramètre <code>title</code> a seulement été créé dans Firefox 23.</p> +<p>{{Compat("api.DOMImplementation.createHTMLDocument")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |