diff options
Diffstat (limited to 'files/ru/web/api/touch_events/index.html')
-rw-r--r-- | files/ru/web/api/touch_events/index.html | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/files/ru/web/api/touch_events/index.html b/files/ru/web/api/touch_events/index.html index 8f54941279..3b8a510d9b 100644 --- a/files/ru/web/api/touch_events/index.html +++ b/files/ru/web/api/touch_events/index.html @@ -292,24 +292,17 @@ Log: <pre id="log" style="border: 1px solid #ccc;"></pre></pre> <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName('Touch Events 2', '#touch-interface', 'Touch')}}</td> - <td>{{Spec2('Touch Events 2')}}</td> - <td>Добавлены свойства <code>radiusX</code>, <code>radiusY</code>, <code>rotationAngle</code>, <code>force</code></td> - </tr> - <tr> - <td>{{SpecName('Touch Events', '#touch-interface', 'Touch')}}</td> - <td>{{Spec2('Touch Events')}}</td> - <td>Начальное определение.</td> - </tr> - </tbody> +<table class="table table-striped"> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://w3c.github.io/touch-events/">Touch Events</a></td> + </tr> + </tbody> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> |