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/htmlcollection/index.html | |
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/htmlcollection/index.html')
-rw-r--r-- | files/ru/web/api/htmlcollection/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/htmlcollection/index.html b/files/ru/web/api/htmlcollection/index.html index 4a4252b778..02d4d07a6b 100644 --- a/files/ru/web/api/htmlcollection/index.html +++ b/files/ru/web/api/htmlcollection/index.html @@ -56,8 +56,8 @@ elem1 = document.forms["named.item.with.periods"];</pre> <h2 id="Спецификации">Спецификации</h2> <ul> - <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506" title="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506">DOM Level 2 HTML, Section 1.4, Miscellaneous Object Definitions</a></li> - <li><a href="http://www.w3.org/TR/domcore/#interface-htmlcollection" title="http://www.w3.org/TR/domcore/#interface-htmlcollection">DOM4: HTMLCollection</a></li> + <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506">DOM Level 2 HTML, Section 1.4, Miscellaneous Object Definitions</a></li> + <li><a href="http://www.w3.org/TR/domcore/#interface-htmlcollection">DOM4: HTMLCollection</a></li> </ul> <h2 id="Смотрите_также">Смотрите также</h2> |