Re: [csswg-drafts] CSS Regex Selector

The heading case could be solved with something like 
`https://drafts.csswg.org/css-extensions/#custom-selectors`

The section case could be solved with attribute selectors:
```css
section[id^="card-"] {
     padding: 10px;
     border-radius: 10px;
     background: white;
}
```

I think RegExp would only add a lot of complexity for everyone.

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

Received on Wednesday, 15 February 2017 07:46:07 UTC