This is just plain great!

Now, onto some comments about the document:

* I think "Less Important Comments" should be removed, it just seems 
redundant. If you wanna do a less important comment then you can always 
use the "Really Brief Comments" form of it.


* You should add some more stuff about code styles. For example "the colon (:)
should always be right after the code, example:

A:hover {
  font-weight: bold; /* Not font-weight : bold; */
}

and similar stuff like that, like with the semi-colon.

Thanks again.

--
Håkan Waara


Reply via email to