There are a few references on the internet to ::-webkit-selection
, a WebKit-specific version of the ::selection
selector.
See e.g. http://www.quirksmode.org/css/selection.html (Edit: PPK has since removed ::-webkit-selection
from that page.)
However, I haven’t been able to get the example in the page above, or my own examples, to work in any WebKit-based browser. I’ve tried:
- Safari
- 1.0
- 1.2
- 2.0
- 3.0
- 4.0
- 5.0
- 5.1
- Chrome
The unprefixed ::selection
selector works in all of these browsers anyway, so it’s not really a problem. But I was wondering where the references to the WebKit-specific version of this selector had come from.
Has anyone ever used it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…