[csswg-drafts] Pull Request: [css-view-transitions-1] Fix mistake in setup transition pseudo-elements algorithm

svgeesus has just labeled a pull request from Psychpsyo for https://github.com/w3c/csswg-drafts as "css-view-transitions-1":

== [css-view-transitions-1] Fix mistake in setup transition pseudo-elements algorithm ==
The [setup transition pseudo-elements algorithm](https://drafts.csswg.org/css-view-transitions-1/#setup-transition-pseudo-elements) has no [this](https://webidl.spec.whatwg.org/#this) value, because it is not defined on an IDL interface.
It gets its ViewTransition passed in as a parameter.

This fixes the incorrect syntax for accessing the relevant global object.

Noticed this while implementing the feature into [Ladybird](https://github.com/LadybirdBrowser/ladybird).

See https://github.com/w3c/csswg-drafts/pull/11724


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 4 March 2025 02:52:50 UTC