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 resource reference references. #876

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@
3. Let |resource| be the [=media resource=] referenced by
|value|'s {{AudioData/[[resource reference]]}}.
4. Let |newReference| be a new reference to |resource|.
5. Assign |newReference| to |serialized|.[[resource reference]].
5. Assign |newReference| to |serialized.resource reference|.
6. For all remaining {{AudioData}} internal slots (excluding
{{AudioData/[[resource reference]]}}) in |value|, assign the value of
each internal slot to a field in |serialized| with the same name as the
Expand Down Expand Up @@ -3847,7 +3847,7 @@
9. Let |planeLayouts| be a new [=list=].
10. Enqueue the following steps to |copyStepsQueue|:
1. Let resource be the [=media resource=] referenced by
[[resource reference]].
{{VideoFrame/[[resource reference]]}}.
2. Let |numPlanes| be the number of planes as defined by
{{VideoFrame/[[format]]}}.
3. Let |planeIndex| be `0`.
Expand Down Expand Up @@ -4121,7 +4121,7 @@
: <dfn export>Clone VideoFrame</dfn> (with |frame|)
:: 1. Let |clone| be a new {{VideoFrame}} initialized as follows:
1. Let |resource| be the [=media resource=] referenced by |frame|’s
[[resource reference]].
{{VideoFrame/[[resource reference]]}}.
2. Let |newReference| be a new reference to |resource|.
3. Assign |newReference| to |clone|'s
{{VideoFrame/[[resource reference]]}}.
Expand Down Expand Up @@ -4379,7 +4379,7 @@
3. Let |resource| be the [=media resource=] referenced by
|value|'s {{VideoFrame/[[resource reference]]}}.
4. Let |newReference| be a new reference to |resource|.
5. Assign |newReference| to |serialized|.[[resource reference]].
5. Assign |newReference| to |serialized.resource reference|.
6. For all remaining {{VideoFrame}} internal slots (excluding
{{VideoFrame/[[resource reference]]}}) in |value|, assign the value of
each internal slot to a field in |serialized| with the same name as the
Expand Down