Skip to content

Commit

Permalink
Normative: reject unwanted partial innerText match
Browse files Browse the repository at this point in the history
SHA: a152dbf
Reason: push, by jgraham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jugglinmike and github-actions[bot] committed Dec 5, 2023
1 parent b2fe358 commit a1fac19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="fd520273bbf39cdd1ce51f8c409a353de5b24c2f" name="document-revision">
<meta content="a152dbf4bc385bbde16e9436f1909735f985a67b" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -3222,7 +3222,7 @@ <h5 class="heading settled" data-level="6.3.3.7" id="command-browsingContext-loc
<li data-md>
<p>If <var>match type</var> is <code>"full"</code> and <var>node text</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-is" id="ref-for-string-is">is</a> <var>search text</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append③">append</a> <var>context node</var> to <var>returned nodes</var>.</p>
<li data-md>
<p>Otherwise, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append④">append</a> <var>context node</var> to <var>returned nodes</var>.</p>
<p>Otherwise, if <var>match type</var> is <code>"partial"</code>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append④">append</a> <var>context node</var> to <var>returned nodes</var>.</p>
</ol>
<li data-md>
<p>Otherwise, perform the following steps:</p>
Expand Down

0 comments on commit a1fac19

Please sign in to comment.