Skip to content

Commit

Permalink
Don't use <dfn> tag on algorithms that aren't referenced elsewhere in…
Browse files Browse the repository at this point in the history
… the spec
  • Loading branch information
Michael Wilson committed Jul 10, 2024
1 parent 192b269 commit b360b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h2>
</p>
<p data-link-for="Navigator">
When the {{requestMIDIAccess()}} method is called, the user agent
MUST run the <dfn>algorithm to request MIDI Access</dfn>:
MUST run the following steps:
</p>
<ol>
<li>
Expand Down Expand Up @@ -844,7 +844,7 @@ <h2 id="MIDIPort">
</p>
<p>
When the <code>close()</code> method is called, the user agent
MUST run the <dfn>algorithm to close a MIDIPort</dfn>:
MUST run the following steps:
</p>
<ol>
<li>
Expand Down

0 comments on commit b360b7d

Please sign in to comment.