Manuel Collado wrote: > > Just a naive suggestion - base the inheritance decision on the 'display' > property value: > > - Boxes with 'display: block' (or equivalent) don't inherit decoration > - Boxes with 'display: inline' (or equivalent) do inherit decoration > > Inline equivalence means that all the text contents will be concatenated > as a single paragraph.
Even after implementing this, we would not be compliant with the CSS spec. However, implementing your suggestion would let us properly handle the vast majority of uses of the text-decoration property. Therefore we are going to do it. Thanks!

