Tagged Questions
The css-validation tag has no wiki summary.
13
votes
3answers
4k views
How to suppress specific CSS 2.0 validation errors in Visual Studio 2008?
A typical CSS property that I use often is overflow-x and overflow-y. Sometimes I use CSS 2.1 or later properties or selectors. These (correctly) raise a validation error:
Validation (CSS 2.0): ...
3
votes
3answers
1k views
Is it possible to stop Visual Studio 2008 from failing to build on CSS errors?
I have an external stylesheet that has specific IE-hacks. Every so often my site will fail to build due to these hacks (it is the hash-hack; for example #margin-top:-2px;). This is the error:
...
1
vote
1answer
122 views
CSS border radius validation errors
I am using to check my CSS http://jigsaw.w3.org/css-validator but I get error for -webkit-border-radius, -moz-border-radius and border-radius. I know that this site test for v2.1 and all these ...
0
votes
1answer
33 views
Ruby on Rails: Validate HTML and CSS on file upload
The application I'm working on allows users to upload HTML templates with CSS, which the app then processes out for various tasks. The upload process works fine, but I'm trying to find a way to ...
0
votes
4answers
237 views
how to validate IE 7/8 CSS hacks?
I've used the conditional comments technique for my IE6/7/8 CSS "hacks", so that the main CSS file (with the common/standard classes) validates correctly (isolating the IE "hacks" in separate CSS ...
0
votes
4answers
517 views
Editor or IDE supporting django templates and HTML/CSS validation?
Is there a IDE that supports editing django templates and that is able to validate HTML and CSS?
Requirements:
be able to detect and highlight errors in CSS, example: forgot to close "}", or ...