Re: [csswg-drafts] [css-align] Rules for align/justify-self on static position of absolutely-positioned boxes need more detail

Testcase showing the staticpos anchor in an inline context:

```html
<!DOCTYPE html>
<span>text <img src="https://www.xanthir.com/pony"> <span class=abspos>abspos</span> text</span>
<style>
img {
 vertical-align: middle;
}
.abspos {
 position: absolute;
 border: thin solid;
}
</style>
```

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

Received on Wednesday, 13 June 2018 22:54:42 UTC