When using `display: initial` on a DIV element, it causes the element to render as inline, when it should be rendering as block. This also happens when using the `all: initial` reset. (https://developer.mozilla.org/en-US/docs/Web/CSS/all) https://drafts.csswg.org/css-cascade/#initial-value
<rdar://problem/70079759>
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.