Skip to content

Commit

Permalink
fix ref syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Nov 20, 2023
1 parent cb107a3 commit 8f1c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3082,8 +3082,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
</ul>

<p>User agents that support JavaScript must also implement the <cite>AsyncContext</cite>
proposal. The following terms are defined there, and used in this specification: <ref
spec=JSASYNCCONTEXT></p>
proposal. The following terms are defined there, and used in this specification:
<ref>JSASYNCCONTEXT</ref></p>

<ul class="brief">
<li>The <dfn data-x="js-AsyncContextSnapshot" data-x-href="https://tc39.es/proposal-async-context/#sec-asynccontext-snapshot">AsyncContextSnapshot</dfn> abstract operation</li>
Expand Down

0 comments on commit 8f1c62c

Please sign in to comment.