- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Apr 2017 19:42:21 +0000
- To: public-css-archive@w3.org
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