Style Validator
"Validation in the Browser".
Style Validator is a new CSS Validator that check computedStyle NOT syntax.
Chrome Extension (for only chrome browser)
Differences from W3C CSS Validator and Existing html/css Validator.
- This will NOT detect syntax error. Instead, detect layout broken CSS Properties.
- It validate with tracking every DOM change. For example, in case of changed DOM by AJAX and user action, it is.
- This check validity of relationship between elements and styles.