Is class a legal attribute of the HTML element?
<html class="...">
My Oracle ADF application does this — why?
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 is not valid in HTML 4:
It is not valid in XHTML 1.0:
It is valid in HTML 5:
Presumably to apply style or JS from a shared external file to specific pages.