- From: Stanimir Stamenkov <stanio@myrealbox.com>
- Date: Tue, 07 Nov 2006 19:03:48 +0200
- To: "www-amaya.w3.org" <www-amaya@w3.org>
An "invalid value" error is reported when a 'line-height' declaration does not end with a semicolon, like: .test { line-height: 2 } If I terminate the declaration with a semicolon, no error is reported: .test { line-height: 2; } I haven't observed such error reported for other property declarations, like: .test { margin: 0 } As far as I'm aware declaration as the first one is o.k. and there should be no error. -- Stanimir
Received on Tuesday, 7 November 2006 17:04:06 UTC