diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
| commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
| tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/css/css_positioning | |
| parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
| download | translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2 translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip | |
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/css/css_positioning')
| -rw-r--r-- | files/de/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/de/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index c5e17ecc80..98847c3cc6 100644 --- a/files/de/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/de/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_conte <li>Ein Element mit einem {{cssxref("position")}} Wert <code>fixed</code> oder <code>sticky</code> (<code>sticky</code> für alle mobilen Browser, aber nicht für ältere Desktops).</li> <li>Ein Element das als Kind eines Flex-Container ({{cssxref("flexbox")}}), mit einem {{cssxref("z-index")}} Wert anders als <code>auto</code>.</li> <li>Ein Element das als Kind eines Grid-Container ({{cssxref("grid")}}), mit einem {{cssxref("z-index")}} Wert anders als <code>auto</code>.</li> - <li>Ein Element mit einem {{cssxref("opacity")}} Wert unter <code>1</code> (siehe auch <a href="http://www.w3.org/TR/css3-color/#transparency" title="http://www.w3.org/TR/css3-color/#transparency">die Spezifikation für opacity</a>).</li> + <li>Ein Element mit einem {{cssxref("opacity")}} Wert unter <code>1</code> (siehe auch <a href="http://www.w3.org/TR/css3-color/#transparency">die Spezifikation für opacity</a>).</li> <li>Ein Element mit einem {{cssxref("mix-blend-mode")}} Wert anders als <code>normal</code>.</li> <li>Element with any of the following properties with Wert anders als <code>none</code>: <ul> |
