In studies of CSS selectors, we have seen the ::
selector at some point.
But I did not find specific reference on this keyword ::
isolated. That is, I just saw it being applied in selectors mostly related to pseudo-elements.
Example:
T::first-letter
But I do not understand what it means, and I do not understand if there is any pattern that identifies a possibility of using it.
Can you help raise the reference about this?