Skip to content

Commit 8b0a2a6

Browse files
committed
Add issues for a couple of incorrectly applied styles
1 parent 3953af9 commit 8b0a2a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,11 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
292292
}
293293
```
294294

295-
Note: In addition to above, styles in the [=document/view transition style sheet=] add ''isolation: isolate'' to this pseudo-element
295+
In addition to above, styles in the [=document/view transition style sheet=] add ''isolation: isolate'' to this pseudo-element
296296
if it has both ''::view-transition-new()'' and ''::view-transition-old()'' as children.
297297

298+
Issue: This reads like a non-normative note, but it's normative. This rule should be specified at the same time as other styles, when the condition above can be determined.
299+
298300
Note: The aim of the style is to position the element to occupy the same space as its ''::view-transition-group()'' element
299301
and provide isolation for blending.
300302

@@ -325,9 +327,11 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
325327
Note: The aim of the style is to match the element's inline size while retaining the aspect ratio.
326328
It is also placed at the block start.
327329

328-
Note: In addition to above, styles in the [=document/view transition style sheet=] add ''mix-blend-mode: plus-lighter'' to this pseudo element
330+
In addition to above, styles in the [=document/view transition style sheet=] add ''mix-blend-mode: plus-lighter'' to this pseudo element
329331
if the ancestor ''::view-transition-image-pair()'' has both ''::view-transition-new()'' and ''::view-transition-old()'' as descendants.
330332

333+
Issue: This reads like a non-normative note, but it's normative. This rule should be specified at the same time as other styles, when the condition above can be determined.
334+
331335
Note: ''mix-blend-mode: plus-lighter'' ensures that the blending of identical pixels from the old and new images results in the same color value as those pixels.
332336

333337
Note: Additional styles in the [=document/view transition style sheet=] added to animate these pseudo-elements are detailed in [=setup transition pseudo-elements=] and [=update pseudo-element styles=].

0 commit comments

Comments
 (0)