add comment explaining insertion location.

This commit is contained in:
Jonathan Dawson
2019-11-20 18:39:38 -06:00
parent 5c1f4b8f6d
commit ad86b01cc6

View File

@@ -269,6 +269,7 @@
this.parent.parentElement.insertBefore(fragment, this.parent);
break;
case (location.hostname == 'tv.apple.com'):
// insert after parent for correct stacking context
this.parent.getRootNode().host.prepend(fragment);
default: