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

Editorial: Add a missing comma #206

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Editorial: Add a missing comma #206

merged 1 commit into from
Apr 4, 2024

Conversation

saschanaz
Copy link
Member

@saschanaz saschanaz commented Apr 4, 2024

@@ -451,7 +451,7 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!

<ol>
<li><p>Wait for any <a for=/ lt=fetch>fetches</a> to complete and <var>notification</var>'s
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of scope of this PR: This effectively is await-ing the fetch steps in bad way; the fetch steps say the resources are set only when supported but here we are waiting for those resources to be set.

Is there a better wait to wait for a parallel task? 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably set "image resource" either way (to a decoded resource or to failure or some such). And then we wait for it to not be in its initial state (null?).

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -451,7 +451,7 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!

<ol>
<li><p>Wait for any <a for=/ lt=fetch>fetches</a> to complete and <var>notification</var>'s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably set "image resource" either way (to a decoded resource or to failure or some such). And then we wait for it to not be in its initial state (null?).

@annevk annevk merged commit 976c740 into whatwg:main Apr 4, 2024
2 checks passed
@saschanaz saschanaz deleted the patch-1 branch April 4, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants