Hi:
We are using Visual Studio 2008 Pro. The solution is a WAP with several subprojects and uses Themes.
How do you change the Intellisense validation level for css in aspx source files? We are getting some errors saying that certain terms are not valid in CSS 2.0. They are valid in CSS 2.1. How do we tell Intellisense to validate in 2.1 instead of 2.0? When we load the CSS file in the editor, we set it to 2.1 but that does not seem to help.
TIA,
Bill
CSS schema is bound to HTML schema. Pick XHTML 1.1 which also activates CSS 2.1
Or you can edit the schema file itself, here are some tips
http://blogs.msdn.com/mikhailarkhipov/archive/2006/02/01/522614.aspx
http://blogs.msdn.com/mikhailarkhipov/archive/2007/10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx