What is the CSS box model which is implemented for iPhone/iPad Safari?
I mean the calculations for border/padding/margin with respect to the overall box width?
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.
Same as any other WebKit-based browser (e.g. Safari desktop, Chrome, and lots of other mobile browsers), or indeed any browser released after Internet Explorer 5.5 — the standard box model. (I.e.
width= content width, and does not includepadding,border,marginor anything else.)