Skip to content

Commit 90b5e3d

Browse files
authored
Editorial: fix markup, spelling, and punctuation
1 parent caa3623 commit 90b5e3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19697,7 +19697,7 @@ interface <dfn interface>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {
1969719697
value.</p>
1969819698
</li>
1969919699

19700-
<li><p>Increment <var>offset</var> by <var>nextOffset</var></p></li>
19700+
<li><p>Increment <var>offset</var> by <var>nextOffset</var>.</p></li>
1970119701

1970219702
<li><p>If <var>inclusiveAncestor</var> is an <span data-x="HTML elements">HTML element</span>
1970319703
and has a <code data-x="attr-headingreset">headingreset</code> attribute, then return
@@ -109000,7 +109000,7 @@ new PaymentRequest(&hellip;); // Allowed to use
109000109000
</div>
109001109001

109002109002
<p>To <dfn>parse a speculation rule set string</dfn> given a <span>string</span> <var>input</var>,
109003-
a <code>Document</code> <var>document</var>, and a <span>URL</span> <var>baseURL:</var></p>
109003+
a <code>Document</code> <var>document</var>, and a <span>URL</span> <var>baseURL</var>:</p>
109004109004

109005109005
<ol>
109006109006
<li><p>Let <var>parsed</var> be the result of <span data-x="parse a JSON string to an Infra
@@ -109610,7 +109610,7 @@ new PaymentRequest(&hellip;); // Allowed to use
109610109610
<ol>
109611109611
<li><p>Let <var>pattern</var> be the result of <span data-x="build a URL pattern from an
109612109612
Infra value">building a URL pattern from an Infra value</span> given <var>rawPattern</var>
109613-
and <var>baseURL</var>. If this step throws and exception, catch the exception and set
109613+
and <var>baseURL</var>. If this step throws an exception, catch the exception and set
109614109614
<var>pattern</var> to null.</p></li>
109615109615

109616109616
<li>
@@ -109713,7 +109713,7 @@ new PaymentRequest(&hellip;); // Allowed to use
109713109713
<li><p><dfn data-x="sl-candidate-referrer-policy">referrer policy</dfn>, a <span>referrer
109714109714
policy</span></p></li>
109715109715

109716-
<li><P><dfn data-x="sl-candidate-tags">tags</dfn>, an <span data-x="set">ordered set</span> of
109716+
<li><p><dfn data-x="sl-candidate-tags">tags</dfn>, an <span data-x="set">ordered set</span> of
109717109717
<span data-x="speculation rule tag">speculation rule tags</span></p></li>
109718109718
</ul>
109719109719

@@ -109940,7 +109940,7 @@ new PaymentRequest(&hellip;); // Allowed to use
109940109940
</li>
109941109941

109942109942
<li>
109943-
<p>If <Var>rule</var>'s <span data-x="sr-predicate">predicate</span> is not null:</p>
109943+
<p>If <var>rule</var>'s <span data-x="sr-predicate">predicate</span> is not null:</p>
109944109944

109945109945
<ol>
109946109946
<li><p>Let <var>links</var> be the result of <span data-x="find matching links">finding
@@ -110284,7 +110284,7 @@ new PaymentRequest(&hellip;); // Allowed to use
110284110284
<ol>
110285110285
<li><p>If performing a <span data-x="match a selector against an element">match</span> given
110286110286
<var>selector</var> and <var>el</var> with the <span>scoping root</span> set to
110287-
<var>el</var>'s <span>root</span> returns sucess, then return true.</p></li>
110287+
<var>el</var>'s <span>root</span> returns success, then return true.</p></li>
110288110288
</ol>
110289110289
</li>
110290110290

0 commit comments

Comments
 (0)