Running Check Book on my (yesterday's) standard set of styles basically gave me just two errors:
1) Unexpected Empty Comment: I had sectioned off some areas with multiple, single-line comments (including those empty ones). I converted them to multiline comments.
2) My standard "p" selector should have come before nine other compound selectors which included the "p" (i.e., "h1 + p", etc.). Again, no problem moving that up a bit.
So, in general, I'm happy with the new functionality and I learned a bit.
|