[Webkit-unassigned] [Bug 157788] New: <form> in quirks mode should have margin-block-end: 1em

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 02:38:59 PDT 2016


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

            Bug ID: 157788
           Summary: <form> in quirks mode should have margin-block-end:
                    1em
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com
                CC: simon.fraser at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160517/87423e02/attachment.html>


More information about the webkit-unassigned mailing list