Hacker News new | ask | show | jobs
by jfk13 585 days ago
As a test for your browser's internationalisation support, try

    data:text/html,<div lang="nl" style="text-transform:capitalize">ijmuiden
In Firefox, this displays correctly as "IJmuiden" (thanks to the lang attribute; without that, it would show "Ijmuiden").
1 comments

Oh, that's nice. Chrome and Edge both fail for me!