Re: [csswg-drafts] [css-inline] initial-letter appliance and inheritance

Not sure if this could be a problem:

```html
<div>
  <span style="initial-letter: 3">Foo</span>
  <p>Bar</p>
</div>
```

The `<span>` is wrapped inside an anonymous block container. I think it's not much clear whether anonymous block containers don't establish a containing block, or if they do but percentage resolution skips them. The former case would imply that `initial-letter` does not apply to the `<span>`.


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

Received on Friday, 25 May 2018 21:51:43 UTC