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 accountReceived on Wednesday, 15 February 2017 07:46:07 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:08 UTC