Skip to content

Commit

Permalink
Put quotes around 3 hrefs to make PR preview happy (#708)
Browse files Browse the repository at this point in the history
SHA: e3763c2
Reason: push, by domfarolino

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alexmturner and github-actions[bot] committed Jul 18, 2023
1 parent 8134374 commit 24299d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 b06c00b8e, updated Tue Jul 11 13:41:16 2023 -0700" name="generator">
<link href="https://wicg.github.io/turtledove/" rel="canonical">
<meta content="66cc6c278ed3ee179a79f7a068b11a8d793bda7f" name="document-revision">
<meta content="e3763c29669a330d1d1ef87083a104eed1d7d929" name="document-revision">
<style>
/* domintro from https://resources.whatwg.org/standard.css */
.domintro {
Expand Down Expand Up @@ -699,7 +699,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Protected Audience (formerly FLEDGE)</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-07-12">12 July 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-07-18">18 July 2023</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -3877,10 +3877,10 @@ <h3 class="heading settled" data-level="6.2" id="script-evaluation"><span class=
<li data-md>
<p>Let <var>evaluationStatus</var> be the result of <a data-link-type="abstract-op" href="https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-runtime-semantics-scriptevaluation" id="ref-for-sec-runtime-semantics-scriptevaluation">ScriptEvaluation</a>(result).</p>
<li data-md>
<p>If <var>evaluationStatus</var> is an <a data-link-type="dfn" href="https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type" id="ref-for-sec-completion-record-specification-type⑤">abrupt completion</a>, jump to the step labeled <i><a href="#evaluate-script-return">return</a></i>.</p>
<p>If <var>evaluationStatus</var> is an <a data-link-type="dfn" href="https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type" id="ref-for-sec-completion-record-specification-type⑤">abrupt completion</a>, jump to the step labeled <i> <a href="#evaluate-script-return">return</a></i>.</p>
<li data-md>
<p>Let <var>F</var> be <a data-link-type="abstract-op" href="https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p" id="ref-for-sec-get-o-p">Get</a>(<var>global</var>, <var>functionName</var>). If that returns a <a data-link-type="dfn" href="https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type" id="ref-for-sec-completion-record-specification-type⑥">throw completion</a>,
set <var>finalCompletion</var> to <var>F</var> and jump to the step labeled <i><a href="#evaluate-script-return">return</a></i>.</p>
set <var>finalCompletion</var> to <var>F</var> and jump to the step labeled <i> <a href="#evaluate-script-return">return</a></i>.</p>
<li data-md>
<p>Set <var>finalCompletion</var> be <a data-link-type="dfn" href="https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type" id="ref-for-sec-completion-record-specification-type⑦">Completion</a>(<a data-link-type="abstract-op" href="https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call" id="ref-for-sec-call">Call</a>(F, <code>undefined</code>, <var>arguments</var>)).</p>
<p>In <var>timeout</var> milliseconds, if the invocation of <a data-link-type="abstract-op" href="https://tc39.es/ecma262/multipage/abstract-operations.html#sec-call" id="ref-for-sec-call①">Call</a> has not completed, <a data-link-type="dfn" href="https://html.spec.whatwg.org/C#immediately" id="ref-for-immediately">immediately</a> interrupt the execution and set <var>finalCompletion</var> to a new <a data-link-type="dfn" href="https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-completion-record-specification-type" id="ref-for-sec-completion-record-specification-type⑧">throw completion</a> given null.</p>
Expand Down

0 comments on commit 24299d1

Please sign in to comment.