- From: Paul Duffin <pduffin@volantis.com>
- Date: Tue, 22 Jan 2008 08:23:10 +0000
- To: www-html-editor@w3.org
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