TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What Browser Versions Should I Support?

1 点作者 psion超过 6 年前
As a web developer, I have to support several different browsers at different versions. But recently, I had a discussion with a manager and the client wanted us to continue supporting ie11. I don't think the site should, but it does raise an interesting question. How far back in versions do you other web devs and designers support?

1 comment

shogun21超过 6 年前
Look at <a href="https:&#x2F;&#x2F;caniuse.com&#x2F;usage-table" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;usage-table</a>. IE11 has 2.66% usage. Is that worth the time investment in development?<p>If your site is already active, I would also look at Google Analytics and see if any of your audience uses IE11.<p>And the last question, the user experience will, of course, be best on evergreen browsers, but will it completely break on older browsers?