Skip to content

Commit 48e2309

Browse files
committed
dfn fixes
1 parent feb1878 commit 48e2309

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11866,10 +11866,9 @@ thread</a> is done using <a>control message</a> passing.
1186611866
Communication in the other direction is done using regular event loop
1186711867
tasks.
1186811868

11869-
Each {{AudioContext}} has a single <dfn>control message
11870-
queue</dfn> that is a list of <dfn lt="control message">control
11871-
messages</dfn> that are operations running on the <a>rendering
11872-
thread</a>.
11869+
Each {{AudioContext}} has a single <dfn>control message queue</dfn>
11870+
that is a list of <dfn lt="control message">control messages</dfn> that are
11871+
operations running on the <a>rendering thread</a>.
1187311872

1187411873
<dfn id="queuing" lt="queue a control message">Queuing a control message</dfn>
1187511874
means adding the message to the end of the <a>control message queue</a> of an

0 commit comments

Comments
 (0)