diff options
Diffstat (limited to 'files/fr/web/api/vibration_api/index.html')
| -rw-r--r-- | files/fr/web/api/vibration_api/index.html | 53 |
1 files changed, 3 insertions, 50 deletions
diff --git a/files/fr/web/api/vibration_api/index.html b/files/fr/web/api/vibration_api/index.html index d1b0d548ef..837703e244 100644 --- a/files/fr/web/api/vibration_api/index.html +++ b/files/fr/web/api/vibration_api/index.html @@ -88,58 +88,11 @@ function startPeristentVibrate(duration, interval) { </tbody> </table> -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<div>{{Compatibilitytable}}</div> +<p>{{Compat("api.Navigator.vibrate")}}</p> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Support basique</td> - <td>{{CompatVersionUnknown}} {{property_prefix("webkit")}}</td> - <td>11.0 {{property_prefix("moz")}}<br> - 16</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</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>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support basique</td> - <td>{{CompatVersionUnknown}} {{property_prefix("webkit")}}</td> - <td>11.0 {{property_prefix("moz")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<h2 id="Voir_aussi">Voir aussi</h2> +<h2 id="See_also">Voir aussi</h2> <ul> <li>{{domxref("Navigator.vibrate()")}}</li> |
