Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix target interfaces in definition of redraw event #306

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

tidoust
Copy link
Contributor

@tidoust tidoust commented Apr 22, 2024

The redraw event was defined with a for="XRLayer" attribute. That is not really correct, because the event can only fire at some of the XRCompositionLayer interfaces. This update adjusts the for attribute accordingly, making the definition consistent with the IDL definitions of the related EventHandler attributes.

(Via w3c/webref#1216)


Preview | Diff

The `redraw` event was defined with a `for="XRLayer"` attribute. That is not
really correct, because the even can only fire at some of the
`XRCompositionLayer` interfaces. This update adjusts the `for` attribute
accordingly, making the definition consistent with the IDL definitions of the
related `EventHandler` attributes.

(Via w3c/webref#1216)
@cabanier cabanier merged commit 64a37a4 into immersive-web:main Apr 22, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Apr 22, 2024
SHA: 64a37a4
Reason: push, by cabanier

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants