Does CSS have a :blur selector (pseudo-class)?
问题 I know there is a :focus selector. I can\'t seem to find use of or documentation of a :blur selector. Is there one? 回答1: There is no :blur pseudo-class in CSS. The dynamic pseudo-classes, like other pseudo-classes and in fact all other selectors, represent states ; they do not represent events or transitions between states in terms of the document tree. To wit: the :focus pseudo-class represents an element that is in focus; it does not represent an element that has just received focus, nor