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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there any website listing websites' UX compatibility per browser?

1 点作者 davidpelayo大约 6 年前
Dear reader.<p>Today, I&#x27;ve spent almost 3 hours trying to purchase a few items at IKEA online (the Spanish online store, ikea.es).<p>As a web developer, I find incredibly difficult to develop an end-to-end website online purchasing experience only compatible with IE11, which was the case.<p>Of course in order to figure that out, I needed a process of testing the same process again and again with the following list of browsers: - Chrome, Firefox and Safari latest versions for Mac OS X 10.14 and Windows 10. - Microsoft Edge on Windows 10.<p>None of the above worked. In some cases, an error was thrown so the payment form submission couldn&#x27;t be correctly sent. In others, some data matching such as the shipping address wasn&#x27;t simply accepted.<p>In the end, after complaining on Twitter and contacting them directly, I decided to give it a last try with IE11 and voilà!<p>To sum up: I would have found profoundly useful to have a website that lists if the full purchasing experience is compatible with my browser, the same that caniuse.com does with the Web APIs per browser.<p>Any ideas?

1 comment

based2大约 6 年前
An HTML analyzer with <a href="https:&#x2F;&#x2F;caniuse.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;</a> or tests with<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mojoaxel&#x2F;awesome-regression-testing" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mojoaxel&#x2F;awesome-regression-testing</a><p><a href="https:&#x2F;&#x2F;modernizr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;modernizr.com&#x2F;</a> reverse