diff options
Diffstat (limited to 'files/fr/web/api/text/index.html')
-rw-r--r-- | files/fr/web/api/text/index.html | 136 |
1 files changed, 1 insertions, 135 deletions
diff --git a/files/fr/web/api/text/index.html b/files/fr/web/api/text/index.html index 702acd9d54..17d8a077cf 100644 --- a/files/fr/web/api/text/index.html +++ b/files/fr/web/api/text/index.html @@ -91,141 +91,7 @@ translation_of: Web/API/Text <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<p>{{CompatibilityTable}}</p> - -<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>1.0 [3]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("1.0")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}} [3]</td> - <td>{{CompatVersionUnknown}} [4]</td> - </tr> - <tr> - <td><code>wholeText</code></td> - <td>1.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("1.9.1")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td><code>isElementContentWhitespace</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}<br> - Removed in {{CompatGeckoDesktop("10")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>replaceWholeText</code></td> - <td>{{CompatVersionUnknown}} [1] [2]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("1.9.1")}}<br> - Removed in {{CompatGeckoDesktop("10")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}} [1] [2]</td> - <td>{{CompatVersionUnknown}} [4]</td> - </tr> - <tr> - <td><code>Text()</code> constructor</td> - <td>28.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoDesktop("24.0")}}</td> - <td>{{CompatNo}}</td> - <td>15.0</td> - <td>{{CompatNo}}</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}} [3]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("1.0")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}} [3]</td> - <td>{{CompatVersionUnknown}} [4]</td> - </tr> - <tr> - <td><code>wholeText</code></td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("1.9.1")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td><code>isElementContentWhitespace</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}<br> - Removed in {{CompatGeckoMobile("10")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>replaceWholeText</code></td> - <td>{{CompatVersionUnknown}} [1] [2]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("1.9.1")}}<br> - Removed in {{CompatGeckoMobile("10")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}} [1] [2]</td> - <td>{{CompatVersionUnknown}} [4]</td> - </tr> - <tr> - <td><code>Text()</code> constructor</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatGeckoMobile("24.0")}}</td> - <td>{{CompatNo}}</td> - <td>15.0</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Chromium envisage actuellement de laisser tomber son support.</p> - -<p>[2] Avant Chrome 30 et Opera 17, l'argument n'était pas obligatoire, comme requis par la spécification.</p> - -<p>[3] Avant Chrome 30 et Opera 17, l'argument <code>splitText()</code> n'était pas obligatoire, tel que requis par la spécification et mis en œuvre par les navigateurs IE et Gecko.</p> - -<p>[4] L'argument n'est pas obligatoire, bien que requis par la spécification.</p> +<p>{{Compat("api.Text")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |