Skip to content

Commit f28f25f

Browse files
committed
fix broken links to CSS 2.1 stacking context
1 parent 47a7362 commit f28f25f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compositing-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ those properties are applied; these effects are applied after elements have been
4545
to the <a href="https://www.w3.org/TR/CSS2/visuren.html" title="Visual formatting model">Visual formatting model</a>
4646
from [[!CSS21]]. Some values of these properties result in the creation of a
4747
<a href="https://www.w3.org/TR/CSS2/visuren.html#containing-block" title="Visual formatting model">containing block</a>,
48-
and/or the creation of a <a spec="css21">stacking context</a>.
48+
and/or the creation of a <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a>.
4949

5050
The 'background-blend-mode' property also builds upon the properties defined in the <a href="https://www.w3.org/TR/css3-background/#placement" title="Backgrounds and Borders">CSS Backgrounds and Borders</a> module [[!CSS3BG]].
5151

@@ -76,11 +76,11 @@ The compositing model must follow the <a href="https://www.w3.org/TR/SVG11/rende
7676
<h3 id="csscompositingrules_CSS">Behavior specific to HTML</h3>
7777
<!-- <p>
7878
If an element specifies non-default blending or <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a>, its <a href="https://www.w3.org/TR/css3-2d-transforms/#transform-style-property">transform-style</a> [[CSS3-TRANSFORMS]] and that of all of its children must revert to 'flat'.<br>
79-
The application of blending other than 'normal' to an element must also establish a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
79+
The application of blending other than 'normal' to an element must also establish a <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a> [[!CSS21]] the same way that CSS <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
8080

8181
Everything in CSS that creates a <a href="https://www.w3.org/TR/CSS21/zindex.html">stacking context</a> must be considered an <a href="#isolatedgroups">‘isolated’ group</a>. HTML elements themselves should not create groups.
8282

83-
An element that has blending applied, must blend with all the underlying content of the <a spec="css21">stacking context</a> [[!CSS21]] that that element belongs to.
83+
An element that has blending applied, must blend with all the underlying content of the <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a> [[!CSS21]] that that element belongs to.
8484

8585
The root element for an HTML document is the <a href="https://dom.spec.whatwg.org/#document-element">document element</a>.
8686

@@ -133,7 +133,7 @@ The syntax of the property of <<blend-mode>> is given with:
133133
<a value>hue</a> | <a value>saturation</a> | <a value>color</a> | <a value>luminosity</a>
134134
</pre>
135135

136-
Note: Applying a blendmode other than <a value>normal</a> to the element must establish a new <a spec="css21">stacking context</a> [[!CSS21]]. This group must then be blended and composited with the <a spec="css21">stacking context</a> that contains the element.
136+
Note: Applying a blendmode other than <a value>normal</a> to the element must establish a new <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a> [[!CSS21]]. This group must then be blended and composited with the <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a> that contains the element.
137137

138138
<div class="example">
139139
<p>Given the following sample markup:</p>

0 commit comments

Comments
 (0)