- From: Mubina Bhimji <M.Bhimji@wigan-leigh.ac.uk>
- Date: Fri, 4 Jan 2008 13:37:26 -0000
- To: <www-validator-css@w3.org>
- Message-ID: <3A78C926595C97439EADDC2A95569C2020CE43@dugong.wigan-leigh.ac.uk>
2 body Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space. 7 h2 Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space. 14 li Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space. 22 h5 Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space. Hi Can you please let me know what the above means - I submitted the following and got 4 warnings: Thank you Mubina Bhimji body { font-family:arial, helvetica, sans serif; background-color: #90ee90;/*lightgreen*/ } h2 { font-family:arial, helvetica, sans serif; font-size:14pt; color:#ff1cae;/*spicypink*/ text-align:center; } li { font-family:arial, helvetica, sans serif; font-size:10pt; list-style-type:square; color:#ff1cae;/*spicypink*/ text-align:left; } h5 { font-family:arial, helvetica, sans serif; font-size:12pt; color:#007fff;/*slateblue*/ font-style:italic; text-align:center; } a:link { color: #ff1cae; /*spicypink*/ text-decoration: none; font-weight:bold; background: #90ee90;}/*lightgreen*/ a:visited { color: #ffff00; /*yellow*/ text-decoration: none; font-weight:bold; background: #90ee90;}/*lightgreen*/ a:hover { color: #007fff; /*slateblue*/ text-decoration: overline; font-weight:bold; background: #90ee90;}/*lightgreen*/ a:active { color: #215e21; /*huntergreen*/ text-decoration: none; font-weight:bold; background: #90ee90;}/*lightgreen*/
Received on Friday, 4 January 2008 15:00:39 UTC