RESOLVED FIXED 157788
<form> in quirks mode should have margin-block-end: 1em
https://bugs.webkit.org/show_bug.cgi?id=157788
Summary <form> in quirks mode should have margin-block-end: 1em
Simon Pieters (:zcorpan)
Reported 2016-05-17 02:38:59 PDT
See https://github.com/whatwg/html/pull/1252 A form in quirks mode has a block-end margin in Gecko/Edge; bottom margin in WebKit/Chromium. <style>html { writing-mode: vertical-lr } </style> x<form id=form></form>y <script> w('marginRight ' + getComputedStyle(form).marginRight); w('marginBottom ' + getComputedStyle(form).marginBottom); </script> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4197 https://github.com/WebKit/webkit/blob/master/Source/WebCore/css/quirks.css#L53
Attachments
Patch (4.27 KB, patch)
2018-10-01 09:52 PDT, Simon Pieters (:zcorpan)
no flags
Simon Pieters (:zcorpan)
Comment 1 2018-10-01 09:52:33 PDT
Simon Pieters (:zcorpan)
Comment 2 2018-10-01 10:09:15 PDT
Simon Pieters (:zcorpan)
Comment 3 2018-10-01 10:28:32 PDT
I got the export script working now: https://github.com/web-platform-tests/wpt/pull/13293
WebKit Commit Bot
Comment 4 2018-10-01 11:08:44 PDT
Comment on attachment 351255 [details] Patch Clearing flags on attachment: 351255 Committed r236673: <https://trac.webkit.org/changeset/236673>
WebKit Commit Bot
Comment 5 2018-10-01 11:08:45 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2018-10-01 11:10:18 PDT
Note You need to log in before you can comment on or make changes to this bug.