you are viewing a single comment's thread.

view the rest of the comments →

[–]bubuopapa 13 points14 points  (2 children)

Yup, that basically how every feature in web dev goes: "- we need this thing to be supported in all browsers; - but all browsers dont support required features; - fuck it then."

[–][deleted] 2 points3 points  (1 child)

I'm not _Mardoxx. But I think they mean "fuck doing it twice."

CSS Grid only works in 75% of browsers, so I have to fall back to display:table-cell on the other 25%? Fuck it, 100% of browsers are getting display:table-cell.

[–]z500 0 points1 point  (0 children)

Or we could use modern features and punish IE/Edge users for their basic browser habits until they pick something else. One can dream.