Quick question about clones and parents

If I make Sprite1 for example, and he has a clone named Clone1, I know the parent of Clone1 is Sprite1. If Clone1 uses the create a clone of [myself V] to make Clone2, who is the parent of Clone2, Clone1 or Sprite1?

Since clones are technically sprites, then a clone of Clone1 with have Clone1 as the parent.

In version 10, if sprite1 created clone1 and clone1 created clone2, the parent of both clone1 and clone2 was sprite1.
(sorry for that)

However, in version 11, if sprite1 created clone1 and clone1 created clone2, the parent of clone1 is sprite1 and the parent of clone2 is clone1.

No, the behavior has always been the way it currently is. I just ran this script in every snap version (even snap 4), and it always reported false.