Skip to content

Commit d88df19

Browse files
committed
Minor cleanup
1 parent 3b0f22a commit d88df19

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
@@ -2426,8 +2426,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
24262426
data-x-href="https://www.w3.org/TR/xml-stylesheet/#the-xml-stylesheet-processing-instruction"><code>&lt;?xml-stylesheet?></code></dfn>
24272427
processing instruction, defined in <cite>Associating Style Sheets with XML documents</cite>.
24282428
<ref>XMLSSPI</ref></p>
2429-
2430-
24312429
</dd>
24322430

24332431

@@ -5022,7 +5020,12 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
50225020

50235021
<div w-nodev>
50245022

5023+
<h4>Interactions with XPath</h4>
50255024

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

50275030
<p>First, remove this paragraph:</p>
50285031

0 commit comments

Comments
 (0)