diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index 016dd038c817..db8728a87155 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -2769,16 +2769,18 @@ steps:
  1. Let doc be elt's node document.
  2. Let obj be elt. -
  3. If pseudoElt is as an - ASCII case-insensitive match for - either ":before" or "::before" let - obj be the ''::before'' pseudo-element of - elt. -
  4. If pseudoElt is as an - ASCII case-insensitive match for - either ":after" or "::after" let - obj be the ''::after'' pseudo-element of - elt. +
  5. If pseudoElt is provided, and it's not the empty string, then: +
      +
    1. If it is an ASCII case-insensitive match for a pseudo-element + that the UA supports, other than ''::slotted()'', let obj + be the given pseudo-element of elt. + Otherwise throw a {{TypeError}} exception. +
    + + Note: CSS2 pseudo-elements should match both the double and single-colon + versions. That is, both :before and ::before should + match above. +
  6. Return a live CSS declaration block with the following properties: