Re: [csswg-drafts] [css-grid] Unintentional change to grid container baseline? (#3645)

Fwiw, it seems a bit inconsistent that we baseline-align with the "B" here, but not in the previous example:

```html
<style>
  .ib {
    display: inline-block;
    border: 1px solid;
  }
  .ib > div {
    height: 100px;
  }
</style>

A<div class="ib">
  <div></div>
  <div>B</div>
  <div></div>
</div>
```

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3645#issuecomment-462576948 using your GitHub account

Received on Tuesday, 12 February 2019 01:40:58 UTC