Skip to content

Commit d458e07

Browse files
Djuffinpadenot
authored andcommitted
Avoid non-normative uses of "may"
1 parent 724ad87 commit d458e07

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,9 +2603,9 @@
26032603
to the {{EncodedAudioChunk}} internal slot in |value| with the same name
26042604
as the named field.
26052605

2606-
NOTE: <span class=allow-2119>Since {{EncodedAudioChunk}}s are immutable, User
2607-
Agents may choose to implement serialization using a reference counting
2608-
model similar to [[#audiodata-transfer-serialization]].</span>
2606+
NOTE: Since {{EncodedAudioChunk}}s are immutable, User
2607+
Agents can choose to implement serialization using a reference counting
2608+
model similar to [[#audiodata-transfer-serialization]].
26092609

26102610
EncodedVideoChunk Interface{#encodedvideochunk-interface}
26112611
-----------------------------------------------------------
@@ -2711,9 +2711,9 @@
27112711
to the {{EncodedVideoChunk}} internal slot in |value| with the same name
27122712
as the named field.
27132713

2714-
NOTE: <span class=allow-2119>Since {{EncodedVideoChunk}}s are immutable, User
2715-
Agents may choose to implement serialization using a reference counting
2716-
model similar to [[#videoframe-transfer-serialization]].</span>
2714+
NOTE: Since {{EncodedVideoChunk}}s are immutable, User
2715+
Agents can choose to implement serialization using a reference counting
2716+
model similar to [[#videoframe-transfer-serialization]].
27172717

27182718

27192719
Raw Media Interfaces {#raw-media-interfaces}

0 commit comments

Comments
 (0)