css3 validation
-
I do not know how to make Visual Stuido 2008 to validate the style page in accordance with css3 standarts. It checks according to css2.1 standarts and give error. So stuff lie opacity is given as error in the VS. How could I change it to css3 validator. Thank you. All the best.
-
I do not know how to make Visual Stuido 2008 to validate the style page in accordance with css3 standarts. It checks according to css2.1 standarts and give error. So stuff lie opacity is given as error in the VS. How could I change it to css3 validator. Thank you. All the best.
I guess it cant be done. Only you can disable the CSS validation if you want to. Go to Tools -> Options -> Text Editor -> CSS -> CSS Specific, Uncheck Detect Errors. Also go to HTML -> Validations - > Show errors. This way you can turn it off. Visual Studio doesnt support CSS 3 validations. Provided you can customize it to do so. check this http://blogs.msdn.com/mikhailarkhipov/archive/2007/10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx[^] :rose:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.