Re: [csswg-drafts] CSS pseudo-selector for h1-h6?

Peanut gallery here.  :heading seems ultra specific.  Maybe we would 
be better served by a tag selector?  Something like 

```css
/h[0-6]/ {
   font-weight: bold;
}
```

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

Received on Monday, 6 February 2017 17:34:20 UTC