TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

NoScript contents are not shown in Chrome

15 pointsby xenoterracideover 14 years ago

5 comments

Pewpewarrowsover 14 years ago
The &#60;noscript&#62; tag was notoriously buggy and iritating cross-browser, so I can see why they wouldn't want to implement it, like the &#60;blink&#62; tag.<p>If you use something like modernizr, which replaces the "no-js" class on your &#60;html&#62; tag with "js", you can just have a &#60;div&#62; or &#60;p&#62; simulate what &#60;noscript&#62; would have been. Have it "display: none" if the element is a child of "js". (trick courtesy Paul Irish)<p>For a quick summary/reference: <a href="http://javascript.about.com/od/hintsandtips/a/Html-5-And-Noscript.htm" rel="nofollow">http://javascript.about.com/od/hintsandtips/a/Html-5-And-Nos...</a>
bryanlarsenover 14 years ago
Is this one of the drawbacks of Chrome's insanely quick release schedule? We've seen the benefits, it's not surprising that there are some drawbacks.<p>I fail to believe that such a fundamental bug would have been in a major Firefox release, although stranger things have happened.
评论 #1983536 未加载
xentroniumover 14 years ago
I keep getting 500 error :(<p><pre><code> Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it.</code></pre>
评论 #1983695 未加载
woogleyover 14 years ago
Works for me in 7.0.521.0 (r58939) - running OSX 10.6
patorjkover 14 years ago
I've heard there's a push to get rid of that tag, I wonder if they're purposefully holding off on implementing it.