I created a website,now i want to check the comparability issues,My website is in html5
Is it necessary to check all browsers?What are the browsers i want to check?
Like chrome all versions,IE all versions etc .
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.
When working with html5 technologies different browsers impliment different subsets of the features. May I suggest caniuse. This site will tell you what features are supported on what browsers.
In terms of testing, just fire up your website on the big 3 (chrome, firefox ie.) and also safari and opera if you want to. Check if the site looks and runs as expected.