Skip to content

Commit

Permalink
Fix indentation (#524)
Browse files Browse the repository at this point in the history
SHA: d39f070
Reason: push, by samuelgoto

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
npm1 and github-actions[bot] committed Nov 29, 2023
1 parent a01e985 commit e163d79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://fedidcg.github.io/FedCM/" rel="canonical">
<meta content="75a6d4a18229903e7cf806e75fd3de942457eae8" name="document-revision">
<meta content="d39f070a64c75ac469c1f18b5682dc1f03d23249" name="document-revision">
<style>
dl.domintro dt {
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
Expand Down Expand Up @@ -2968,14 +2968,14 @@ <h3 class="heading settled" data-level="5.4" id="webdriver-clickdialogbutton"><s
<p>Let <var>dialogButton</var> be the result of <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-getting-properties" id="ref-for-dfn-getting-properties①">getting a property</a> named <code>"dialogButton"</code> from <var>parameters</var>.</p>
<li data-md>
<p>If <var>dialogButton</var> is not a string that is "<code>ConfirmIdpLoginContinue</code>", return
a <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error" id="ref-for-dfn-error⑥">WebDriver error</a> with <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error-code" id="ref-for-dfn-error-code⑥">error code</a> <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-invalid-argument" id="ref-for-dfn-invalid-argument④">invalid argument</a>.</p>
a <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error" id="ref-for-dfn-error⑥">WebDriver error</a> with <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error-code" id="ref-for-dfn-error-code⑥">error code</a> <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-invalid-argument" id="ref-for-dfn-invalid-argument④">invalid argument</a>.</p>
<li data-md>
<p>If no FedCM dialog is currently open or the dialog is not a <a data-link-type="dfn" href="#confirm-idp-login-dialog" id="ref-for-confirm-idp-login-dialog">confirm IDP
login dialog</a>, return a <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error" id="ref-for-dfn-error⑦">WebDriver error</a> with <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error-code" id="ref-for-dfn-error-code⑦">error code</a> <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-no-such-alert" id="ref-for-dfn-no-such-alert②">no
such alert</a>.</p>
login dialog</a>, return a <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error" id="ref-for-dfn-error⑦">WebDriver error</a> with <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error-code" id="ref-for-dfn-error-code⑦">error code</a> <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-no-such-alert" id="ref-for-dfn-no-such-alert②">no
such alert</a>.</p>
<li data-md>
<p>Act as if the user had clicked the "continue" button in the <a data-link-type="dfn" href="#confirm-idp-login-dialog" id="ref-for-confirm-idp-login-dialog①">confirm IDP
login dialog</a> and initiate the login flow.</p>
login dialog</a> and initiate the login flow.</p>
<li data-md>
<p>Return <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-success" id="ref-for-dfn-success②">success</a> with data <code>null</code>.</p>
</ol>
Expand Down

0 comments on commit e163d79

Please sign in to comment.