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.

  1. This will NOT detect syntax error. Instead, detect layout broken CSS Properties.
  2. It validate with tracking every DOM change. For example, in case of changed DOM by AJAX and user action, it is.
  3. This check validity of relationship between elements and styles.