diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/css/clear/index.html | |
parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/css/clear/index.html')
-rw-r--r-- | files/ru/web/css/clear/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/ru/web/css/clear/index.html b/files/ru/web/css/clear/index.html index aa776f3fb5..fa6205fae1 100644 --- a/files/ru/web/css/clear/index.html +++ b/files/ru/web/css/clear/index.html @@ -47,7 +47,7 @@ clear: initial; clear: unset; </pre> -<h3 id="Values" name="Values">Значения</h3> +<h3 id="Values">Значения</h3> <dl> <dt><code>none</code></dt> @@ -68,9 +68,9 @@ clear: unset; {{csssyntax}} -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> -<h3 id="clear:_left" name="clear:_left">clear: left</h3> +<h3 id="clear:_left">clear: left</h3> <h4 id="HTML">HTML</h4> @@ -111,7 +111,7 @@ p { <p>{{EmbedLiveSample('clear:_left','100%','250')}}</p> -<h3 id="clear:_right" name="clear:_right">clear: right</h3> +<h3 id="clear:_right">clear: right</h3> <h4 id="HTML_2">HTML</h4> @@ -151,7 +151,7 @@ p { <p>{{EmbedLiveSample('clear:_right','100%','250')}}</p> -<h3 id="clear:_both" name="clear:_both">clear: both</h3> +<h3 id="clear:_both">clear: both</h3> <h4 id="HTML_3">HTML</h4> @@ -222,12 +222,12 @@ p { <p>{{cssinfo}}</p> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузером</h2> +<h2 id="Browser_compatibility">Совместимость с браузером</h2> <p>{{Compat("css.properties.clear")}}</p> <div> </div> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li><a href="/en-US/docs/CSS/box_model" title="CSS/box_model">Box model</a></li> |