- From: Nigel Megitt via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Aug 2019 14:41:22 +0000
- To: public-css-archive@w3.org
@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