Re: [csswg-drafts] [css-selectors] Selectors for “text-ish” and “button-ish” inputs

@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