[Webkit-unassigned] [Bug 34133] iframe not aligned at center

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 07:31:12 PST 2010


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


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |vestbo at webkit.org




--- Comment #3 from Tor Arne Vestbø <vestbo at webkit.org>  2010-03-05 07:31:12 PST ---
The align attribute is deprecated in HTML4, see
http://www.w3.org/TR/REC-html40/present/graphics.html#h-15.1.2

If you set the doctype to strict IE8 will exhibit the same behavior as WebKit:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">

-- 
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