Should I use single colons (:) or double colons (::) for before, after, first-letter and first-line pseudo-elements?
问题 From MDN: The :: notation was introduced in CSS 3 in order to establish a discrimination between pseudo-classes and pseudo-elements. Browsers also accept the notation : introduced in CSS 2. If the notation : will always be accepted by CSS3 browsers, should I use it because it works on old and new browsers? Or should I use both of them, : for old browsers and :: for new ones, because the notation : won\'t be always accepted? Note : I think my question isn\'t a duplicate isn\'t a duplicate of