From a9a0f959dbe92d1ae7b1ddcce33730f7f00359c4 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Fri, 10 Jun 2016 19:56:13 +0900 Subject: [PATCH] Fix #494: Fix the retargeting algorithm --- spec/shadow/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 00c55ba9..6d5d9de8 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -908,7 +908,8 @@

Event target Retargeting

in from-descendants-to-ancestors order:
  1. - If ANCESTOR's root is BASE's shadow-including inclusive ancestor, return ANCESTOR. + If ANCESTOR's root is not a shadow root or ANCESTOR's root is + BASE's shadow-including inclusive ancestor, return ANCESTOR.