[Webkit-unassigned] [Bug 172718] New: legend should only create a block formatting context if it is the "rendered legend"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 30 08:24:34 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172718
Bug ID: 172718
Summary: legend should only create a block formatting context
if it is the "rendered legend"
Product: WebKit
Version: Safari Technology Preview
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: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
<legend> in WebKit avoids floats but otherwise does not create a block formatting context (like in Chromium). This is weird, and not a behavior supported by CSS, and is not interoperable with Gecko or EdgeHTML. The proposal is to make only the "rendered legend" (https://html.spec.whatwg.org/#rendered-legend ) create an actual block formatting context, to make <legend> in general have less magic.
This issue in Chromium:
https://bugs.chromium.org/p/chromium/issues/detail?id=727378
Discussion:
https://github.com/whatwg/html/issues/2519
Proposed spec change:
https://github.com/whatwg/html/pull/2718
In-progress CL for Chromium:
https://chromium-review.googlesource.com/c/512824/
web-platform-tests: none yet
Please raise any concerns in https://github.com/whatwg/html/issues/2519
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170530/f4cf79b1/attachment.html>
More information about the webkit-unassigned
mailing list