Re: [csswg-drafts] [css-display] How does block inside inline affect the box tree, exactly?

By the way, saying that the block generates a box inside the inline one explains the propagation of `text-decoration`, i.e. "block" is underlined in this example:

```html
<span style="text-decoration: underline">inline <div>block</div> inline</span>
```

This doesn't make sense if you only consider the fragment tree, but can make sense in the box one.

Gecko is able to do it properly despite having no box tree notion. So couldn't it use the same approach to handle the "very minor details"? I don't think implementations will be forced to add new implementation concepts.

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

Received on Wednesday, 21 March 2018 00:32:33 UTC