[Webkit-unassigned] [Bug 217378] CSS's `display: initial; ` causes `<div>` to render as `display: inline; `. Should be `display: block; `

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 22:35:16 PDT 2020


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

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
This is the correct behavior and matches all browsers. The initial value of 'display' property is 'inline'.

https://jsbin.com/lojahoj/4/edit?html,output

Use 'revert' if you want to get the user agent stylesheet value.

-- 
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/20201008/5368b894/attachment.htm>


More information about the webkit-unassigned mailing list