- From: Dominique Meeùs <dominique@d-meeus.be>
- Date: Wed, 11 Nov 2009 15:10:28 +0100
- To: Amaya list <www-amaya@w3.org>
Received on Wednesday, 11 November 2009 14:11:03 UTC
Attached is a «revolutionary» example of the white space bug (Amaya 11.3 pre, sep 9 2009 binary under Ubuntu 9.10). I have had it already in relation to a <a href> or a <!-- comment --> tag. Here with an innocent <em>. Maybe it could be with just any html tag. Of course there is a lot of CSS implied here (of which I suppose "text-align: justify;" is relevant): <body xml:lang="fr-be" lang="fr-be"> html { direction: ltr; } body { direction: ltr; background-color: #fafafa; font-size: 16px; font-family: serif; margin: 16px; } .firstalinea { margin-top: 0px; margin-bottom: 0px; text-align: justify; } blockquote { border-left: 3px double #320000; margin-left: 30px; padding-left: 10px; border-right: 3px double #320000; padding-right: 10px; font-size: 15px; color: #280500; }
Received on Wednesday, 11 November 2009 14:11:03 UTC