Skip to content

Commit 53dde66

Browse files
committed
Trying, unsuccessfully, to get rid of "parse error while closing p element"
1 parent 167f7d2 commit 53dde66

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

source

+10-7
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
29232923
<li><dfn data-x-href="https://dom.spec.whatwg.org/#concept-node-document">node document</dfn> concept</li>
29242924
<li><dfn data-x="concept-document-type" data-x-href="https://dom.spec.whatwg.org/#concept-document-type">document type</dfn> concept</li>
29252925
<li><dfn data-x="concept-DocumentFragment-host" data-x-href="https://dom.spec.whatwg.org/#concept-documentfragment-host">host</dfn> concept</li>
2926-
<li>The <dfn data-x="concept-shadow-root" data-x-href="https://dom.spec.whatwg.org/#concept-shadow-root">shadow root</dfn> concept, and its <dfn data-x-href="https://dom.spec.whatwg.org/#shadowroot-delegates-focus">delegates focus</dfn></li>
2926+
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#concept-shadow-root">shadow root</dfn> concept, and its <dfn data-x-href="https://dom.spec.whatwg.org/#shadowroot-delegates-focus">delegates focus</dfn></li>
2927+
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#shadowroot-available-to-element-internals">available to element internals</dfn> concept</li>
29272928
<li>The <dfn data-x-href="https://dom.spec.whatwg.org/#element-shadow-host">shadow host</dfn> concept</li>
29282929
<li><dfn data-x-href="https://dom.spec.whatwg.org/#interface-htmlcollection"><code>HTMLCollection</code></dfn> interface, its
29292930
<dfn data-x="dom-HTMLCollection-length" data-x-href="https://dom.spec.whatwg.org/#dom-htmlcollection-length"><code>length</code></dfn> attribute, and its
@@ -9148,8 +9149,9 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
91489149
<p>The <code>Document</code> has a <dfn data-x="concept-document-coop">cross-origin opener
91499150
policy</dfn>, which is a <span>cross-origin opener policy</span>.</p>
91509151

9151-
<p>The <code>Document</code> has an <dfn data-x="concept-document-include-shadow-roots-state">include
9152-
shadow roots state</dfn>, initially unset, which can take on the values "allow" or "deny".</p>
9152+
<p>The <code>Document</code> has an
9153+
<dfn data-x="concept-document-include-shadow-roots-state">include shadow roots state</dfn>,
9154+
initially unset, which can take on the values "allow" or "deny".</p>
91539155

91549156
<h4>The <code>DocumentOrShadowRoot</code> interface</h4>
91559157

@@ -59019,7 +59021,7 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
5901959021
[<span>HTMLConstructor</span>] constructor();
5902059022

5902159023
readonly attribute <span>DocumentFragment</span> <span data-x="dom-template-content">content</span>;
59022-
readonly attribute <span data-x="concept-shadow-root">ShadowRoot</span>? <span data-x="dom-template-shadowroot">shadowRoot</span>;
59024+
readonly attribute <span>ShadowRoot</span>? <span data-x="dom-template-shadowroot">shadowRoot</span>;
5902359025

5902459026
};</code></pre>
5902559027
</dd>
@@ -85400,8 +85402,9 @@ new PaymentRequest(&hellip;); // Allowed to use
8540085402
<p>Create an <span>HTML parser</span> and associate it with the <var>document</var>.</p></li>
8540185403

8540285404
<li>
85403-
<p>If <var>document</var>'s <span>include shadow roots state</span> is set to "deny", then set
85404-
the <span>HTML parser</span>'s <span>include shadow roots flag<span> to false.</p></li>
85405+
<p>If <var>document</var>'s <span data-x="concept-document-include-shadow-roots-state">include shadow roots state</span>
85406+
is set to "deny", then set the <span>HTML parser</span>'s <span>include shadow roots flag<span>
85407+
to false.</p></li>
8540585408

8540685409
<li>
8540785410
<p>Each <span data-x="concept-task">task</span> that the <span>networking task source</span> places on
@@ -110735,7 +110738,7 @@ document.body.appendChild(text);
110735110738

110736110739
<li><p>Set <span data-x="concept-declarative-shadow-host-element">declarative shadow host element</span>'s
110737110740
<span data-x="concept-element-shadow-root">shadow root</span>'s
110738-
<span data-x="concept-available-to-element-internals">available to element internals</span> property to true.</p></li>
110741+
<span>available to element internals</span> property to true.</p></li>
110739110742

110740110743
<li><p><span data-x="concept-node-append">Append</span> the <span data-x="concept-declarative-template-element">declarative template element</span>'s DocumentFragment to the newly-created shadow root.</p></li>
110741110744

0 commit comments

Comments
 (0)