Skip to content

Commit

Permalink
Fix [[|slot|_cached]] syntax
Browse files Browse the repository at this point in the history
SHA: 1a2a431
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
twiss and github-actions[bot] committed Jan 7, 2025
1 parent 1ab4e58 commit 49d0c38
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en" dir="ltr"><head>
<meta charset="utf-8">
<meta name="generator" content="ReSpec 35.2.1">
<meta name="generator" content="ReSpec 35.2.2">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
span.example-title{text-transform:none}
Expand Down Expand Up @@ -123,7 +123,7 @@


<meta name="color-scheme" content="light">
<meta name="revision" content="6a29f172e9e76ed964876282ea52e4489794c075">
<meta name="revision" content="1a2a4310090d2ca2bde8e42b857dfa1ee5b6b3ad">
<meta name="description" content="This specification describes a JavaScript API for performing basic
cryptographic operations in web applications, such as hashing,
signature generation and verification, and encryption and decryption.
Expand Down Expand Up @@ -223,17 +223,17 @@
"id": "x690"
}
},
"gitRevision": "6a29f172e9e76ed964876282ea52e4489794c075",
"publishISODate": "2025-01-03T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 03 January 2025"
"gitRevision": "1a2a4310090d2ca2bde8e42b857dfa1ee5b6b3ad",
"publishISODate": "2025-01-07T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 07 January 2025"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>

<body class="h-entry" data-cite="WEBIDL html dom webidl infra encoding"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">Web Cryptography API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-01-03">03 January 2025</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-01-07">07 January 2025</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -1034,18 +1034,18 @@ <h1 id="title" class="title">Web Cryptography API</h1>
<li>
<dl class="switch">
<dt>
If the [[|slot|_cached]] internal slot of <var>object</var> is undefined:
If the [[<var>slot</var>_cached]] internal slot of <var>object</var> is undefined:
</dt>
<dd>
Set the [[|slot|_cached]] internal slot of <var>object</var> to the result
Set the [[<var>slot</var>_cached]] internal slot of <var>object</var> to the result
of performing type conversion to an ECMAScript object as defined in
[<cite><a class="bibref" data-link-type="biblio" href="#bib-webidl" title="Web IDL Standard">WebIDL</a></cite>] to the contents of the [[<var>slot</var>]]
internal slot of <var>object</var>.
</dd>
</dl>
</li>
<li>
Return the contents of the [[|slot|_cached]] internal slot of <var>object</var>.
Return the contents of the [[<var>slot</var>_cached]] internal slot of <var>object</var>.
</li>
</ol>
</section>
Expand Down

0 comments on commit 49d0c38

Please sign in to comment.