tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

Document browser compatibility for components/modules

Open johno opened this issue 6 years ago • 2 comments

johno avatar Mar 04 '18 15:03 johno

What information would we want to display for this? I took an initial stab at the src/_aspect-ratios.css file and came up with the following:

/* 
 * BROWSER COMPATIBILITY
 * 
 * Attributes used: height, position, padding-bottom, top, right, bottom, left, width, z-index
 *
 * DESKTOP:
 * Chrome: 1
 * Edge: 12
 * Firefox: 1
 * Internet Explorer: 5.5
 * Opera: 7
 * Safari: 1
 *
 * MOBILE:
 * Android Webview: 1
 * Chrome for Android: 18
 * Edge Mobile: Yes
 * Firefox for Android: 4
 * Opera for Android: 1
 * Safari on iOS: 1
 * Samsung Internet: Yes
 *
 * */

Anyone have thoughts on this? It'd also important to call out things like media queries (IE9+) and different unit types.

markholmes avatar Jan 29 '19 03:01 markholmes

What's the state of IE support?

ux-engineer avatar May 19 '19 12:05 ux-engineer