Error in Appendix H

While reading the above Appendix I noticed the following error in the 
CSS syntax.

separator       { border-bottom: thin black solid; border: 1px;
                   inset; width 100%}

I think that it should be

separator       { border-bottom: thin black solid; border: 1px inset;
                   width 100%}

Received on Tuesday, 22 January 2008 08:24:18 UTC