What are the worst CSS features in terms of cross-platform compatibility?
16 views
Skip to first unread message
Luke Crouch
unread,
Nov 6, 2014, 12:15:54 PM11/6/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-webdev, dev-mdc, Justin Crawford
dev-webdev, dev-mdc,
In Q3, MDN devs started building up a new store & API for browser
compatibility data [1] to replace the current tables on the wiki.
In Q4, we started researching MDN services for 2015, and it looks like
we'll include some kind of compatibility service. [2]
So, we're converging these efforts and want to build a minimum viable
product that validates 1. technical feasibility and 2. real value for
web developers.
To focus our work, we want to know:
What are the 5-10 worst CSS features in terms of cross-browser
compatibility?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luke Crouch, dev-webdev, dev-mdc, Justin Crawford
Flexbox is way up there. 2009 syntax, 2011 syntax, and “modern” syntax implementations still out there. And they are still changing the spec as we speak.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luke Crouch, dev-webdev, dev-mdc, Justin Crawford
1) Flexbox (old syntax, new syntax, prefix, no prefix)
2) Gradients (better these days but still not great)
3) Transitions & Transforms (listed together because their interaction is the source of the most headaches
4) "Box Model Control"- this covers box-sizing, Firefox's inane ::-moz-focus-inner, other enemies of sizing elements sanely
5) Clipping elements (support for only raster masks in blink/webkit, only vector masks in Firefox)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luke Crouch, dev-webdev, dev-mdc, Justin Crawford
Luke,
Le 7 nov. 2014 à 02:14, Luke Crouch <lcr...@mozilla.com> a écrit :
> To focus our work, we want to know:
>
> What are the 5-10 worst CSS features in terms of cross-browser
> compatibility?
To be clear here you are looking for:
1. CSS features which are implemented in browser X and not in browser Y?
2. CSS features which are widely used on the Web in an incompatible way?
3. the 1, with the twist that they create serious Web Compatibility issues?