135 reputation
5
bio website
location
age
visits member for 1 year, 1 month
seen Jan 16 at 14:31
stats profile views 6

Apr
27
awarded  Supporter
Apr
27
awarded  Scholar
Apr
27
accepted Why is Stack Overflow using <noscript>?
Apr
27
comment Why is Stack Overflow using <noscript>?
Oh, I thought I got your point, but I didn't (your edit allowed me to). Clever thing it is, though that way it will flicker. But I like this answer, and it's answering my original non-meta question, so I'm accepting it. Thank you for your help! Now the question is, is it worth caring about people behind such firewalls or not? (knowing that they must be kind of aware of their problem)
Apr
27
comment Why is Stack Overflow using <noscript>?
Okay. I feel the same, since almost no other people than you have been of good help here ;)
Apr
27
comment Why is Stack Overflow using <noscript>?
That's true, and even if it goes beyond the goal of <noscript>, it could be of use for sure!
Apr
27
revised Why is Stack Overflow using <noscript>?
deleted 350 characters in body
Apr
27
comment Why is Stack Overflow using <noscript>?
Edit because the question is getting downvoted like hell, so I guessed I expressed myself poorly and needed editing. As for the answer, agreed, it shouldn't be here, it's now removed. (About your explanation, I agree with you and understand what you meant, but I'm trying to stay as close to the original question as possible: "is noscript bad or not?")
Apr
27
comment Why is Stack Overflow using <noscript>?
It's not, when JS is activated, the inline script is executed, providing the browser with .noscript { display: none }, and then it renders the div, automatically hidden because of its class
Apr
27
awarded  Editor
Apr
27
revised Why is Stack Overflow using <noscript>?
Explained the question better
Apr
27
comment Why is Stack Overflow using <noscript>?
Thank you for your answer. About the alternative, what you're saying is true, but it would result in some flicker, the element being shown before being removed. This is the only reason I was using styles instead of removing the whole thing.
Apr
26
awarded  Commentator
Apr
26
comment Why is Stack Overflow using <noscript>?
This guy talks about it here stackoverflow.com/a/993461/408173 and points to some links too, but I guess he misunderstood the issue too, firewalls blocking JS files from downloading but not disabling JS per-se.
Apr
26
comment Why is Stack Overflow using <noscript>?
So what you're saying is that my assumption about firewalls doing MORE than just blocking JS files from downloading was wrong. And thus there's no downside to using <noscript>?
Apr
26
comment Why is Stack Overflow using <noscript>?
Now about your answer, I feel kind of attacked here, but I in no way asked this question suggesting SO was doing something bad that needed fixing, that's why I asked it on SO instead of Meta, I wanted to know if there was a downside to using <noscript>, and if yes, what motivated SO's choice (among others).
Apr
26
comment Why is Stack Overflow using <noscript>?
Like i said to @Arjan, this use case was an assumption from what I read. And from what you (and @Arjan) say, it seems I misunderstood what I read: it happens that firewalls block JS files downloads, but they (hopefully) never strip <script> tags from documents.
Apr
26
comment Why is Stack Overflow using <noscript>?
Okay! The migration surprised me too, but like you say, if they know about what motivated that decision, it might be even better!
Apr
26
comment Why is Stack Overflow using <noscript>?
Okay then. For the case we're talking about, I just assumed it was happening at least to some people since that's what I kept reading, but if I'm asking this question here, it's because that's just an assumption. One that seems to be wrong so far...
Apr
26
comment Why is Stack Overflow using <noscript>?
So, to sum that up, your point would be that 1/ There's not apparent use to that alternative method 2/ SO uses <noscript> + a jQuery detector and that's enough to be safe. Thank you!