- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jun 2018 22:54:40 +0000
- To: public-css-archive@w3.org
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