Skip to content

Commit 5fba149

Browse files
committed
Minor cleanup
1 parent dfd1db1 commit 5fba149

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,8 +2394,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
23942394
data-x-href="https://www.w3.org/TR/xml-stylesheet/#the-xml-stylesheet-processing-instruction"><code>&lt;?xml-stylesheet?></code></dfn>
23952395
processing instruction, defined in <cite>Associating Style Sheets with XML documents</cite>.
23962396
<ref>XMLSSPI</ref></p>
2397-
2398-
23992397
</dd>
24002398

24012399

@@ -4946,7 +4944,12 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
49464944

49474945
<div w-nodev>
49484946

4947+
<h4>Interactions with XPath</h4>
49494948

4949+
<p id="xpath-1.0-processors">Implementations of XPath 1.0 that operate on <span>HTML
4950+
documents</span> parsed or created in the manners described in this specification (e.g. as part of
4951+
the <code data-x="">document.evaluate()</code> API) must act as if the following edit was applied
4952+
to the XPath 1.0 specification.</p>
49504953

49514954
<p>First, remove this paragraph:</p>
49524955

0 commit comments

Comments
 (0)