Re: [csswg-drafts] [css-text-decor] semantics of 'none' (#4188)

@frivoal if I read that right, you can only skip `objects` if they are atomic inlines; however if that is the case, then the text-decoration can be overridden anyway.

For example, setting:

```css
em { 
   text-decoration: none; 
   display: inline-block; 
}
```

causes the underline to be omitted from the `em`.

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

Received on Monday, 12 August 2019 14:41:25 UTC