Skip to content

Commit

Permalink
Merge pull request #2195 from w3c/stalled-spec-issue-1
Browse files Browse the repository at this point in the history
SHA: 814e03a
Reason: push, by selfissued

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
selfissued and github-actions[bot] committed Nov 13, 2024
1 parent 845875d commit d72c021
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="ED" name="w3c-status">
<meta content="Bikeshed version 742f3d674, updated Mon Nov 4 14:56:54 2024 -0800" name="generator">
<link href="https://www.w3.org/TR/webauthn-3/" rel="canonical">
<meta content="fd53e2c3d890118f7dd022a143927b815073f441" name="revision">
<meta content="814e03a24c87b89e3500758370f572038ff9a10f" name="revision">
<meta content="dark light" name="color-scheme">
<style type="text/css">
body {
Expand Down Expand Up @@ -1396,7 +1396,6 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<li><a href="#informative"><span class="secno"></span> <span class="content">Informative References</span></a>
</ol>
<li><a href="#idl-index"><span class="secno"></span> <span class="content">IDL Index</span></a>
<li><a href="#issues-index"><span class="secno"></span> <span class="content">Issues Index</span></a>
</ol>
</nav>
<main>
Expand Down Expand Up @@ -4519,9 +4518,6 @@ <h3 class="heading settled" data-level="5.6" id="sctn-abortoperation"><span clas
<p>The <a data-link-type="dfn" href="https://www.w3.org/TR/page-visibility/#visibility-states" id="ref-for-visibility-states">visibility</a> and <a data-link-type="dfn" href="https://html.spec.whatwg.org/#focus" id="ref-for-focus">focus</a> state of the <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window">Window</a></code> object determines whether the <code class="idl"><a data-link-type="idl" href="#dom-publickeycredential-create-slot" id="ref-for-dom-publickeycredential-create-slot⑦">[[Create]](origin, options, sameOriginWithAncestors)</a></code> and <code class="idl"><a data-link-type="idl" href="#dom-publickeycredential-discoverfromexternalsource-slot" id="ref-for-dom-publickeycredential-discoverfromexternalsource-slot①⓪">[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)</a></code> operations
should continue. When the <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window①">Window</a></code> object associated with the <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-document" id="ref-for-concept-document①">Document</a> loses focus, <code class="idl"><a data-link-type="idl" href="#dom-publickeycredential-create-slot" id="ref-for-dom-publickeycredential-create-slot⑧">[[Create]](origin, options, sameOriginWithAncestors)</a></code> and <code class="idl"><a data-link-type="idl" href="#dom-publickeycredential-discoverfromexternalsource-slot" id="ref-for-dom-publickeycredential-discoverfromexternalsource-slot①①">[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)</a></code> operations
SHOULD be aborted.</p>
<p class="issue" id="issue-c0359d2a"><a class="self-link" href="#issue-c0359d2a"></a> The WHATWG HTML WG is discussing whether to provide a hook when a browsing context gains or
loses focuses. If a hook is provided, the above paragraph will be updated to include the hook.
See <a href="https://github.com/whatwg/html/issues/2711">WHATWG HTML WG Issue #2711</a> for more details.</p>
<h3 class="heading settled" data-level="5.7" id="sctn-extensions-inputs-outputs"><span class="secno">5.7. </span><span class="content">WebAuthn Extensions Inputs and Outputs</span><a class="self-link" href="#sctn-extensions-inputs-outputs"></a></h3>
<p>The subsections below define the data types used for conveying <a data-link-type="dfn" href="#webauthn-extensions" id="ref-for-webauthn-extensions⑤">WebAuthn extension</a> inputs and outputs.</p>
<p class="note" role="note"><span class="marker">Note:</span> <a data-link-type="dfn" href="#authenticator-extension-output" id="ref-for-authenticator-extension-output">Authenticator extension outputs</a> are conveyed as a part of <a data-link-type="dfn" href="#authenticator-data" id="ref-for-authenticator-data①⑤">authenticator data</a> (see <a href="#table-authData">Table 1</a>).</p>
Expand Down Expand Up @@ -10851,12 +10847,6 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
};

</pre>
<h2 class="no-num no-ref heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
<div style="counter-reset:issue">
<div class="issue"> The WHATWG HTML WG is discussing whether to provide a hook when a browsing context gains or
loses focuses. If a hook is provided, the above paragraph will be updated to include the hook.
See <a href="https://github.com/whatwg/html/issues/2711">WHATWG HTML WG Issue #2711</a> for more details. <a class="issue-return" href="#issue-c0359d2a" title="Jump to section">↵</a></div>
</div>
<details class="mdn-anno unpositioned" data-anno-for="dom-authenticatorassertionresponse-authenticatordata">
<summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary>
<div class="feature">
Expand Down

0 comments on commit d72c021

Please sign in to comment.