RESOLVED REMIND 68392
align attribute should not do anything on most elements
https://bugs.webkit.org/show_bug.cgi?id=68392
Summary align attribute should not do anything on most elements
Aryeh Gregor
Reported 2011-09-19 14:43:33 PDT
Test case: data:text/html,<!doctype html> <quasit style="display:block" align=right>Test</quasit> In IE9 and Firefox 8.0a2, the word "Test" is left-aligned. In Chrome 15 dev and Opera 11.50, it's right-aligned. The HTML specification says that align should only work on certain elements, like IE/Gecko: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html I don't know what the exact list should be, though. I didn't test what elements IE/Gecko respect it on.
Attachments
Brent Fulgham
Comment 1 2022-07-12 15:22:33 PDT
Safari and Chrome match behavior here.
Note You need to log in before you can comment on or make changes to this bug.