My team's website uses CSS3 such as border-radius. It validates as CSS3; however, when one goes to the
w3c css validator, the default option is to validate against the Level 2.1 profile. Of course the site fails to validate as 2.1.
I am planning on putting a page on my team's website about the website. I can mention that it validates as CSS3 there. How do you recommend making sure the judge for the website award validates the site as CSS3 and what do you think of this issue?
My team's website also uses the HTML5 DocType; however, by default the HTML validator uses the DocType to detect what it is validating so there is no issue.