[Webkit-unassigned] [Bug 62774] Alternate text is cut-off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 10:59:01 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62774





--- Comment #3 from Maciej Stachowiak <mjs at apple.com>  2011-06-16 10:59:02 PST ---
I don't think we ever cut the text off, I think it is always missing if it would be cut off.

Here is a test case that illustrates Safari's behavior in various cases, it is instructive to compare to Firefox:

<img src=nonexistent.jpg alt="Some fancy alt text goes here."><br>
<img height=100 width=400 src=nonexistent.jpg alt="Some fancy alt text goes here."><br>
<img height=100 width=100 src=nonexistent.jpg alt="Some fancy alt text goes here."><br>
<img height=50 width=50 src=nonexistent.jpg alt="Some fancy alt text goes here."><br>


<img alt="Some fancy alt text goes here."><br>
<img height=100 width=400 src=nonexistent.jpg alt="Some fancy alt text goes here."><br>
<img height=100 width=100 alt="Some fancy alt text goes here."><br>
<img height=50 width=50 alt="Some fancy alt text goes here."><br>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list