Looking at the following CSS in a Windows 8 metro style application, what is “fr”?
-ms-grid-columns: 638px 1fr;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It stands for “fraction” or “fractional unit”, a proposed unit in CSS Level 3.
From https://www.w3.org/TR/css3-grid-layout/#fr-unit:
From http://msdn.microsoft.com/en-us/library/windows/apps/hh780610.aspx:
Also, from http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/95fddeb2-04bc-4f2b-bfb6-ffecffe5e8d5/: