Re: [whatwg/url] New UTS46 version (Issue #881)

socram8888 left a comment (whatwg/url#881)

@annevk I don't fully comprehend the Bikeshed format, but I suspect it's because `UTS46` is defined at https://github.com/speced/bikeshed/blob/main/bikeshed/spec-data/readonly/biblio/biblio-ut.data#L247-L258 pointing to a specific version?

In fact you can delete in the `url.bs` document the metadata about UTS46 in the `<pre class=anchors>` and it'll still link to the correct document, so something else is defining `UTS46` too:
```bash
$ diff -U3 url-orig.bs url.bs
--- url-orig.bs 2025-09-23 10:35:39.340424600 +0200
+++ url.bs      2025-09-23 10:35:42.706127400 +0200
@@ -13,9 +13,6 @@

 <pre class=anchors>
 spec: ECMA-262; url: https://tc39.es/ecma262/#sec-encodeuricomponent-uricomponent; text: "encodeURIComponent() [sic]"; type: method
-spec: UTS46; urlPrefix: https://www.unicode.org/reports/tr46/
-    type: abstract-op; text: ToASCII; url: #ToASCII
-    type: abstract-op; text: ToUnicode; url: #ToUnicode
 </pre>


$ curl -s https://api.csswg.org/bikeshed/ -F file=@url.bs -F force=1 >url.html
$ grep tr46 url.html
   <dd>Mark Davis; Markus Scherer. <a href="https://www.unicode.org/reports/tr46/tr46-35.html"><cite>Unicode IDNA Compatibility Processing</cite></a>. 4 September 2025. Unicode Technical Standard #46. URL: <a href="https://www.unicode.org/reports/tr46/tr46-35.html">https://www.unicode.org/reports/tr46/tr46-35.html</a>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/881#issuecomment-3322967570
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/881/3322967570@github.com>

Received on Tuesday, 23 September 2025 08:38:43 UTC