Skip to content

Commit b360b7d

Browse files
author
Michael Wilson
committed
Don't use <dfn> tag on algorithms that aren't referenced elsewhere in the spec
1 parent 192b269 commit b360b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h2>
249249
</p>
250250
<p data-link-for="Navigator">
251251
When the {{requestMIDIAccess()}} method is called, the user agent
252-
MUST run the <dfn>algorithm to request MIDI Access</dfn>:
252+
MUST run the following steps:
253253
</p>
254254
<ol>
255255
<li>
@@ -844,7 +844,7 @@ <h2 id="MIDIPort">
844844
</p>
845845
<p>
846846
When the <code>close()</code> method is called, the user agent
847-
MUST run the <dfn>algorithm to close a MIDIPort</dfn>:
847+
MUST run the following steps:
848848
</p>
849849
<ol>
850850
<li>

0 commit comments

Comments
 (0)