On Sun, Nov 9, 2008 at 8:10 PM, Eduard Pascual <span dir="ltr"><<a href="mailto:herenvardo@gmail.com">herenvardo@gmail.com</a>></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'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 "4.3.1 The script element", on the algorythm<br>
labeled "Running a script", step 6, the text for the first "condition"<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't expect everyone reading the spec to be used to<br>
look at scrambled text.<br>
</blockquote></div><br>That's not an FF bug, it's a styling bug.  That line has class="XXX", which gives it a bit of padding, a fat red border, and 1em of margin on top and bottom.  However, inline elements ignore margins, so the border just overlaps the surrounding line boxes instead.  Ian should change his styling to make sure that any element which receives classes "XXX" or "big-issue" are display: block.<br>
<br>~TJ<br>