Hacker News new | ask | show | jobs
by oqkf 1943 days ago
It doesn't make perfect sense. If the name is actually "Actually Portable Executable" then all users should be able to read it that way.

If it is only stylized as "αcτµαlly pδrταblε εxεcµταblε" a readable name should be available alongside the visual styling (using ARIA attributes, for example).

1 comments

Mouse over the title on the webpage
Ok, it shows a tooltip.

The `title` attribute should specifically not be used here; ARIA labels should. The title attribute is implemented differently across browsers and assistive technologies [1] and is supposed to be a title, not a duplicate of the content of the element.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...