Skip to content

Commit

Permalink
Consistent SubtleCrypto method header formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 3, 2025
1 parent 95137eb commit fa58264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ <h4>The deriveBits method</h4>
</section>

<section id="SubtleCrypto-method-importKey">
<h4>The {{SubtleCrypto/importKey()}} method</h4>
<h4>The importKey method</h4>
<p>
When invoked, the <dfn id="dfn-SubtleCrypto-method-importKey" data-dfn-for=SubtleCrypto>importKey</dfn> method MUST perform the following steps:
</p>
Expand Down Expand Up @@ -2434,7 +2434,7 @@ <h4>The {{SubtleCrypto/importKey()}} method</h4>
</section>

<section id="SubtleCrypto-method-exportKey">
<h4>The {{SubtleCrypto/exportKey()}} method</h4>
<h4>The exportKey method</h4>
<p>
When invoked, the <dfn id="dfn-SubtleCrypto-method-exportKey" data-dfn-for=SubtleCrypto>exportKey</dfn> method MUST perform the following steps:
</p>
Expand Down

0 comments on commit fa58264

Please sign in to comment.