Skip to content

Commit 400804f

Browse files
committed
[css-color-4][editorial] move specific opacity tests to closest relevant portion of the spec
1 parent 0f0a0ef commit 400804f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

css-color-4/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4400,11 +4400,9 @@ Transparency: the 'opacity' property</h2>
44004400
</pre>
44014401

44024402
<wpt>
4403-
opacity-overlapping-letters.html
44044403
parsing/opacity-computed.html
44054404
parsing/opacity-valid.html
44064405
parsing/opacity-invalid.html
4407-
body-opacity-0-to-1-stacking-context.html
44084406
</wpt>
44094407

44104408
<dl>
@@ -4434,6 +4432,10 @@ Transparency: the 'opacity' property</h2>
44344432
are treated <em>as a whole</em>;
44354433
any overlapping portions do not increase the opacity.
44364434

4435+
<wpt>
4436+
opacity-overlapping-letters.html
4437+
</wpt>
4438+
44374439
<figure id="arabic-opacity-rendering">
44384440
<img src="images/joining-and-transparency.svg" width=713 height=156
44394441
alt="overlapping glyphs rendered correctly, and incorrectly">
@@ -4454,6 +4456,10 @@ Transparency: the 'opacity' property</h2>
44544456
(This prevents its contents from interleaving in the z-axis
44554457
with content outside it.)
44564458

4459+
<wpt>
4460+
body-opacity-0-to-1-stacking-context.html
4461+
</wpt>
4462+
44574463
Furthermore, if the 'z-index' property applies to the box,
44584464
the ''z-index/auto'' value is treated as ''0'' for the element;
44594465
it is otherwise painted on the same layer within its parent stacking context

0 commit comments

Comments
 (0)