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.
::-webkit-input-placeholderis used to style the HTML5 input placeholder attribute in Webkit: css-tricks.com/snippets/css/style-placeholder-text.css_pseudo_elements.asp... really W3Schools? Oh wait, it's W3Schools.::input-placeholderis as you say an element-specific pseudo-element, I think it is somewhere in the HTML5 spec; I can't find it in any CSS module.