Skip to content

Commit

Permalink
Merge pull request #265 from mjwilson-google/unlink-definitions
Browse files Browse the repository at this point in the history
Don't use <dfn> tag on algorithms that aren't referenced in the spec
  • Loading branch information
mjwilson-google authored Jul 12, 2024
2 parents c53805b + b360b7d commit 75f9aa2
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 75f9aa2

Please sign in to comment.