aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 12:32:34 -0400
committerGitHub <noreply@github.com>2021-07-27 19:32:34 +0300
commit6685b06b55a6892feba6fdea3d56888c89555aac (patch)
tree576a7cab14e6f7ead9ec21a4cffb3abeb0f42857 /files/ru/learn/html
parent2fc1eb1780a60adb6a5730112385ec735cd22d69 (diff)
downloadtranslated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.gz
translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.bz2
translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.zip
remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732)
Diffstat (limited to 'files/ru/learn/html')
-rw-r--r--files/ru/learn/html/howto/author_fast-loading_html_pages/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
index 73147c6fd4..a00ac54bb2 100644
--- a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
+++ b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
@@ -103,7 +103,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
&lt;TABLE&gt;...&lt;/TABLE&gt;
</pre>
-<p>Смотрите также: <a class="external" href="http://www.w3.org/TR/css3-multicol/" title="http://www.w3.org/TR/css3-multicol/">CSS3 Multi-column Layout Spec</a> и <a class="external" href="http://www.w3.org/TR/css3-flexbox/" title="http://www.w3.org/TR/css3-flexbox/">CSS3 Flexible Box Layout</a></p>
+<p>Смотрите также: <a class="external" href="http://www.w3.org/TR/css3-multicol/">CSS3 Multi-column Layout Spec</a> и <a class="external" href="http://www.w3.org/TR/css3-flexbox/">CSS3 Flexible Box Layout</a></p>
<h3 id="Сокращайте_и_сжимайте_активы_SVG">Сокращайте и сжимайте активы SVG</h3>
@@ -187,7 +187,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
<ul>
<li>Книга: <a class="external" href="http://www.websiteoptimization.com/">"Speed Up Your Site" by Andy King</a></li>
- <li>Отличная и очень содержательная статья <a class="external" href="http://developer.yahoo.com/performance/rules.html" title="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a> (Yahoo!)</li>
+ <li>Отличная и очень содержательная статья <a class="external" href="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a> (Yahoo!)</li>
<li>Инструменты для анализа и оптимизации производительности: <a href="https://developers.google.com/speed/pagespeed/">Google PageSpeed Tools</a></li>
</ul>