Re: [csswg-drafts] [css-grid-1] Spec doesn't seem to discuss baseline-alignment + auto-margins. (#5923)

```html
abc <div style="display: inline-grid; border: solid; grid-template-columns: auto auto">
  <small style="align-self: baseline;">baseline</small>
  <big style="font-size: 20px; align-self: baseline; margin-top: auto">baseline</big>
</div>
```
has baseline alignment in Firefox but not in Chromium.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 3 February 2021 19:50:05 UTC