WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 213348
<details> ignores box-sizing: inherit
https://bugs.webkit.org/show_bug.cgi?id=213348
Summary
<details> ignores box-sizing: inherit
Bouke
Reported
2020-06-18 13:09:48 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-06-19 17:29:04 PDT
<
rdar://problem/64550428
>
Ahmad Saleem
Comment 2
2022-09-30 15:40:54 PDT
I changed the test case into following JSFiddle (just added HTML part in body tag): Link -
https://jsfiddle.net/h1k9f8sq/
In above, if I use inspector to see result of both, the computed value is "content-box" for both in Safari 16 but it is same case in Chrome Canary 108. Am I testing it wrong or this has changed? Appreciate if someone can comment. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug