- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Dec 2022 04:46:16 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 December 2022 12:46:28 UTC
@annevk commented on this pull request. Looks good modulo nit. > @@ -210,8 +210,17 @@ run these steps: <li><p>Let <var>localName</var> be <var>qualifiedName</var>. - <li><p>If <var>qualifiedName</var> contains a U+003A (:), then <a>strictly split</a> the string on - it and set <var>prefix</var> to the part before and <var>localName</var> to the part after. + <li> + <p>If <var>qualifiedName</var> contains a U+003A (:), then: + + <ol> + <li><p>Let <var>splitResult</var> be the result of <a>strictly split</a> given I think it should be either "of running strictly split" or "of strictly splitting" (this will link correctly automatically, in case you're wondering). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1135#pullrequestreview-1215398561 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1135/review/1215398561@github.com>
Received on Tuesday, 13 December 2022 12:46:28 UTC