[css-pseudo] Distinguishing between active and inactive selections (issue 2)

Would it make sense to distinguish them by using the pseudo-class :inactive?

Example:
#example::selection {
  background-color: navy;
  color: white;
}

#example::selection:inactive {
  background-color: gray;
}

Sebastian

Received on Saturday, 17 January 2015 23:16:09 UTC