[Webkit-unassigned] [Bug 213348] New: <details> ignores box-sizing: inherit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 18 13:09:48 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213348
Bug ID: 213348
Summary: <details> ignores box-sizing: inherit
Product: WebKit
Version: Safari 13
Hardware: Macintosh
OS: macOS 10.15
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bouke at haarsma.eu
Given this CSS:
body { box-sizing: border-box }
* { box-sizing: inherit }
And given the following CSS:
<details>
<summary>System Information</summary>
<p>macOS</p>
</details>
Expected behaviour:
The expected box-sizing of the <summary> and <p> elements is border-box.
Actual behaviour:
The box-sizing property is content-box for both.
--
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/20200618/cbc50102/attachment.htm>
More information about the webkit-unassigned
mailing list