[Bug 19393] Members table renders incorrectly in IE on CSS landing page

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19393

--- Comment #1 from Eliot Graff <eliotgra@microsoft.com> ---
>From a dev lead on the IE team:

"Turns out it’s a bug in IE; we do not see the forward slash as a linebreak
opportunity (where Firefox does), so each link renders as a single word and
pushes out the table contents. Chrome is actually similar here – when I checked
it last night I was on a Canary build – in the release Chrome they render the
same as we do."  

This might be won't fix in that case. HOWEVER, it looks as if there is a text
importation problem that is causing the extra lines, which, if we fix, may
alleviate this issue in IE and Chrome.

Each of the entries in the autogenerated table should be truncated to the last
element of the url path that's brought in. So, for example:

css/cssom/CSSStyleDeclaration/CSSStyleDeclaration
should be 
CSSStyleDeclaration

That, alone, may alleviate the need to extend the table past its normal width.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 10 October 2012 00:45:28 UTC