@csdummi no clue, but I will say whatever the reason, it's certainly better than "we want to make money on .zip TLD" for .zip TLD to exist at all.
Top-level
@csdummi no clue, but I will say whatever the reason, it's certainly better than "we want to make money on .zip TLD" for .zip TLD to exist at all. 4 comments
@csdummi @rysiek @ariadne @deno_land Firefox does it by default. also the username part is not rendered on the url preview on hover. @csdummi @selfisekai @rysiek @ariadne @deno_land don’t non-ASCII characters have to be urlencoded? If you’re showing the raw URL the encoding should make it apparent that they’re not path separators, and if you’re not showing the raw URL you should be using formatting to make the parts distinct. This strikes me as mostly a display bug |
@rysiek @ariadne @deno_land apparently U+2044 is supposed to be the horizontal line used for fractions (e.g. ⅜) and U+2215 for divisions (e.g. m/s).
I'm not going far down this rabbit hole, but it really seems like we could do without those inside a URI. Ofc I have no idea, maybe a website for mathematics or physics relies on them.
Though a browser add-on might be created to warn when they are in a URI.