diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 14:15:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 21:15:05 +0300 |
commit | 20c7fd773df964681f7dd9d7a305293abd5a04ad (patch) | |
tree | 98e48d964b4cabfdea7bf107e39459c393b21558 /files/ru/web/api/document/compatmode | |
parent | 2f530bed8ebb6853b8c033979ef956575100bdf4 (diff) | |
download | translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.tar.gz translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.tar.bz2 translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.zip |
remove link 'title' attributes that's just the 'href' (ru, part 3) (#1746)
Diffstat (limited to 'files/ru/web/api/document/compatmode')
-rw-r--r-- | files/ru/web/api/document/compatmode/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document/compatmode/index.html b/files/ru/web/api/document/compatmode/index.html index f8a48a4ca2..36fe63bce9 100644 --- a/files/ru/web/api/document/compatmode/index.html +++ b/files/ru/web/api/document/compatmode/index.html @@ -46,5 +46,5 @@ translation_of: Web/API/Document/compatMode <h2 id="Specification" name="Specification">Спецификации</h2> <ul> - <li><a class="external" href="http://dom.spec.whatwg.org/#dom-document-compatmode" title="http://dom.spec.whatwg.org/#dom-document-compatmode">DOM: Document.compatMode</a></li> + <li><a class="external" href="http://dom.spec.whatwg.org/#dom-document-compatmode">DOM: Document.compatMode</a></li> </ul> |