Skip to content

[css-view-transitions-2] Editorial: fix document variable usage #9861

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

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

bokand
Copy link
Contributor

@bokand bokand commented Jan 25, 2024

document is used without being declared - it's ambiguous as the surrounding steps have oldDocument and newDocument. Update to use the (hopefully) correct one.

`document` is used without being declared - it's ambiguous as the
surrounding steps have `oldDocument` and `newDocument`. Update to use
the (hopefully) correct one.
@bokand bokand requested a review from noamr January 25, 2024 22:11
@noamr noamr merged commit f15dd4c into w3c:main Jan 26, 2024
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