Open tabatkins opened 6 months ago
Hey tabatkins,
It looks like WHATWG is loading the browser logos through npm and setting the target url to resources.whatwg.org/browser-logos
Idk if it's just me, but I'm having a hard time finding an MDN with the NodeJS icon, are you able to provide an example of where the NodeJS icon is supposed to be represented? I'll take a look and see about submitting a PR.
The official icons are hosted at https://nodejs.org/en/about/branding
The MDN annotations boxes used across Bikeshedded specs reference a bunch of UA icons, all but one of which are loaded from
https://resources.whatwg.org/browser-logos
. The NodeJS logo is instead loaded fromnodejs.org
(originally https://nodejs.org/static/images/favicons/favicon.ico), but at some point in the recent past they moved their icon location, so it's now a broken image.Do we have an appetite for serving the NodeJS logo from
resources.whatwg.org
as well?