On Sun, Nov 9, 2008 at 8:10 PM, Eduard Pascual <span dir="ltr">&lt;<a href="mailto:herenvardo@gmail.com">herenvardo@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can&#39;t say for sure if this is an issue from the spec document<br>
itself, or just a rendering bug on my browser (FF 3.0.3), but here it<br>
goes:<br>
Within the section &quot;4.3.1 The script element&quot;, on the algorythm<br>
labeled &quot;Running a script&quot;, step 6, the text for the first &quot;condition&quot;<br>
shows overlapped, each line covering part of the text in the previous<br>
line. I have put a screenshot on<br>
<a href="http://herenvardo.googlepages.com/brokentext.png" target="_blank">http://herenvardo.googlepages.com/brokentext.png</a> just for case anyone<br>
wants to see it.<br>
So, unless it is actually a FF bug, I hope someone fixes it.<br>
Actually, I *can* read half-visible text like that, but even being<br>
used to do that it still takes some extra effort from my eyes and<br>
brain. And I wouldn&#39;t expect everyone reading the spec to be used to<br>
look at scrambled text.<br>
</blockquote></div><br>That&#39;s not an FF bug, it&#39;s a styling bug.&nbsp; That line has class=&quot;XXX&quot;, which gives it a bit of padding, a fat red border, and 1em of margin on top and bottom.&nbsp; However, inline elements ignore margins, so the border just overlaps the surrounding line boxes instead.&nbsp; Ian should change his styling to make sure that any element which receives classes &quot;XXX&quot; or &quot;big-issue&quot; are display: block.<br>
<br>~TJ<br>