namecoin.org icon indicating copy to clipboard operation
namecoin.org copied to clipboard

Look into removing <noscript> elements

Open JeremyRand opened this issue 8 years ago • 0 comments

Quoting @hlandau in https://github.com/namecoin/namecoin.org/pull/174 :

As a general rule, I think it's better to avoid use of noscript, since it creates the risk of a state where the browser thinks JavaScript is enabled but it failed to load for some reason.

Progressive optimization works fine; you can omit the tag and it'll get changed via JavaScript anyway.

JeremyRand avatar Oct 29 '17 13:10 JeremyRand