- From: Nadya678 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Feb 2018 22:09:36 +0000
- To: public-css-archive@w3.org
@define selector textish
{
input[type="text"], input[type="mail"], input[type="url"]
}
and use of $textish
or
@custom-selector :--textish {
expansion: input[type="text"], input[type="mail"], input[type="url"]
}
**and problem is resolved also for `:cosmonautish`.**
We really do not need gallizions of :pseudocalsses. We do not remember them after a time.
--
GitHub Notification of comment by Nadya678
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2296#issuecomment-365079886 using your GitHub account
Received on Monday, 12 February 2018 22:09:43 UTC