- From: Dan Robertson <notifications@github.com>
- Date: Tue, 13 Dec 2022 06:47:48 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 December 2022 14:48:00 UTC
@dlrobertson commented on this pull request. > @@ -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 > "of strictly splitting" (this will link correctly automatically, in case you're wondering). That's really neat! I did not expect that to link correctly -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1135#discussion_r1047254423 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1135/review/1215628588@github.com>
Received on Tuesday, 13 December 2022 14:48:00 UTC