- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 20 Oct 2020 05:56:25 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 October 2020 12:56:38 UTC
@annevk commented on this pull request.
> @@ -340,9 +346,9 @@ happening.
<dd><a>Push</a> U+FFFD to <var>output</var>.
<dt>"<code>html</code>"
- <dd><a>Prepend</a> U+0026, U+0023, followed by the
- shortest sequence of <a>ASCII digits</a> representing <var>result</var>'s
- <a>code point</a> in base ten, followed by U+003B to <var>input</var>.
+ <dd><a>Push</a> the result of <a>UTF-8 encoding</a> U+0026 (&), U+0023 (#), followed by the
Gave that a go so you can see how it looks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/236#discussion_r508476749
Received on Tuesday, 20 October 2020 12:56:38 UTC