diff --git a/posts/rem.md b/posts/rem.md index 922ee285..8db77f93 100644 --- a/posts/rem.md +++ b/posts/rem.md @@ -1,9 +1,9 @@ feature: rem unit status: use -tags: fallback gtie8 +tags: gtie8 kind: css The css `rem` unit is calculated relative to font size, but based on the root element (usually ``) instead of the element's parent. For a detailed comparison of `em`, `px`, and `rem`, see [this post by Johnathan Snook](http://snook.ca/archives/html_and_css/font-size-with-rem). -`rem` has wide browser support & is recommended for use with an easily-calculated pixel fallback. +Internet Explorer 10 and 9 have quirks. For more details see [caniuse](https://caniuse.com/#feat=rem).