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_object_model | |
| 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_object_model')
| -rw-r--r-- | files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html b/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html index fcf0e9351a..6cbbb30e19 100644 --- a/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html +++ b/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html @@ -42,7 +42,7 @@ original_slug: DOM/DOM_Reference/Locating_DOM_elements_using_selectors <h2 id="See_also">See also</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> + <li><a class="external" href="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> <li><a href="/en-US/docs/DOM/Element.querySelector" title="en-US/docs/DOM/Element.querySelector"><code>element.querySelector</code></a></li> <li><a href="/en-US/docs/DOM/Element.querySelectorAll" title="en-US/docs/DOM/element.querySelectorAll"><code>element.querySelectorAll</code></a></li> <li><a href="/en-US/docs/DOM/Document.querySelector" title="en-US/docs/DOM/document.querySelector"><code>document.querySelector</code></a></li> |
