- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 11 Feb 2019 05:52:30 -0800
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 February 2019 13:52:52 UTC
annevk commented on this pull request.
Thanks for writing this up!
cc @hayatoito @rniwa
> @@ -351,8 +352,9 @@ <h2>Extensibility</h2>
<ol>
<li>Let <var>fragment</var> be the result of invoking the <a>fragment parsing algorithm</a> with
- the new value as <var>markup</var>, and the <a>context object</a> as the
- <var>context element</var>.
+ the new value as <var>markup</var>, and the <a data-cite="DOM#concept-documentfragment-host">host</a>
+ object as the <var>context element</var> if the <a>context object</a> is a <a>ShadowRoot</a> object or the
+ <a>context object</a> otherwise.
Can you obtain the context element in a separate earlier step? And it would be nice to make it say the "context object's host" to be extra clear where you're getting the field from.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/pull/42#pullrequestreview-202114559
Received on Monday, 11 February 2019 13:52:52 UTC