- From: Wesley Walter Anton Oliver via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Jan 2025 17:32:49 +0000
- To: public-css-archive@w3.org
wesleyolis has just created a new issue for https://github.com/w3c/csswg-drafts: == Feature: CSS Alias named selector sets == **Proposal** The ability to define an alias name, which represents a set of CSS selectors, which can then easily be used and where the CSS selectors would have had to have been written out in full. This would reduce the overhead of having to repeat oneself a lot for similar selector sets combinations and slight specializations. Where a % sign is used or some other symbol or no symbol to represent a selector set, it doesn't matter,its the behaviour and functionality that we would be looking for. i.e, Example: ```.css %cssAliasNameTest #someid, #someotherId, div > span.testclass %cssAliasNameTest div.neasteditem, div.someotherrandomdiv { background-colour:#blue; } ``` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11454 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 7 January 2025 17:32:50 UTC