Re: [csswg-drafts] [css-display] Should anonymous boxes always inherit through the box tree?

Wouldn't it be unfortunate if 
```
<hgroup>
  <h1>Introduction</h1>
  <p>...
</hgroup>
```
```
h1::before { content: "Chapter " counter(h1) ": "; }
```
would result in "Chapter 1: " and "Introduction" having different colors?

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

Received on Wednesday, 19 April 2017 19:42:28 UTC