Skip to content

Commit

Permalink
remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Oct 22, 2024
1 parent cfe377d commit 1466c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ It represents the default audio session that is used by the user agent to automa
The user agent will request or abandon audio focus when audio session [=audio session/elements=] start or finish playing.
Upon creation of the {{Window}} object, its [=associated AudioSession=] MUST be set to a newly created {{AudioSession}} object with the {{Window}} object's [=relevant realm=].

The [=associated AudioSession=] list of [=audio session/elements=] is updated dynamically as audio sources and sinks of the {{Window}} object are created or removed.
The [=associated AudioSession=] list of [=audio session/elements=] is updated dynamically as audio sources and sinks of the {{Window}} object are created or removed.

<pre class="idl">
[Exposed=Window]
Expand Down

0 comments on commit 1466c1f

Please sign in to comment.