Hacker News new | ask | show | jobs
by xtf 2558 days ago
Simply put: Don't write for chrome, write w3c conform.

Or better: Use standards which match most browsers at caniuse.com

2 comments

That only works if everyone does it.

At the moment some people develop only for Chrome because it has the most market share. So they deploy their site using the <toast> thing and suddenly people using Firefox are wondering why things are broken. At this point Firefox can either implement the new feature(s) or lose users. And once FF etc. have implemented it suddenly it's on caniuse.com as "works in all modern browsers".

> that only works if everyone does it

which is probably why OP is suggesting it

Even better : Develop for Firefox / Gecko in mind, and ignore Chrome / Chromium / Blink / V8 / Node.js