[w3c/manifest] Use template for character references (Issue #1231)

aphillips created an issue (w3c/manifest#1231)

5. Navigation scope 
https://www.w3.org/TR/2026/WD-appmanifest-20260507/#nav-scope

> Let scopePath be the [concatenation](https://infra.spec.whatwg.org/#string-concatenate) of scopes's [path](https://url.spec.whatwg.org/#concept-url-path) using U+002F (/) as the separator.
> Let targetPath be the [concatenation](https://infra.spec.whatwg.org/#string-concatenate) of target's [path](https://url.spec.whatwg.org/#concept-url-path) using U+002F (/) as the separator.

Consider using I18N's template for characters when mentioning U+002F. See: https://www.w3.org/TR/international-specs/#char_ref and specifically https://www.w3.org/TR/international-specs/#char_ref_unicode_template

For example (note that styling is supplied by the default spec stylesheet):

> Let targetPath be the [concatenation](https://infra.spec.whatwg.org/#string-concatenate) of target's [path](https://url.spec.whatwg.org/#concept-url-path) using <span class="codepoint" translate="no"><bdi lang="en">/</bdi><code class="uname">U+002F SOLIDUS</code></span> as the separator.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1231
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1231@github.com>

Received on Thursday, 23 July 2026 15:26:47 UTC