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/css/css_positioning | |
| 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/css/css_positioning')
| -rw-r--r-- | files/ru/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/ru/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index a440844986..26fc648a2c 100644 --- a/files/ru/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/ru/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_conte <li>является корневым элементом (HTML),</li> <li>позиционирован абсолютно (position:absolute) или относительно (position:relative) с z-index значением отличным от "auto",</li> <li>flex элемент с z-index отличным от "auto", чей родительский элемент имеет свойство display: flex|inline-flex,</li> - <li>элементы с {{cssxref("opacity")}} меньше чем 1. (См. <a href="http://www.w3.org/TR/css3-color/#transparency" title="http://www.w3.org/TR/css3-color/#transparency">the specification for opacity</a>),</li> + <li>элементы с {{cssxref("opacity")}} меньше чем 1. (См. <a href="http://www.w3.org/TR/css3-color/#transparency">the specification for opacity</a>),</li> <li>элементы с {{cssxref("transform")}} отличным от "none",</li> <li>элементы с {{cssxref("mix-blend-mode")}} значением отличным от "normal",</li> <li>элементы с {{cssxref("filter")}} значением отличным от "none",</li> |
