This might not be the right place to ask this question, but I will ask anyway and somebody can move it if I have chosen the wrong place to post.
I have read about the various pseudo elements that can be used to style 'fake' elements that don't actually exist. I know that there are ones like ':before' and ':after'.
I also know that there are others that are used for specific elements, like ::input-placeholder
. Does anybody know of a reference that give details on all of the different pseudo elements, including those for specific elements?
I googled it and i can't find anything that does both the more 'generic' ones and the ones that are tied to a specific element.