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

Psychpsyo has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [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.

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 Sunday, 16 February 2025 16:47:36 UTC