From ac70a46b88e34f201276ae8a22a23b3d4cf33fea Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Tue, 1 Mar 2016 18:28:46 +0900 Subject: [PATCH] [Fix #389] Clarify Window is not shown for the purpose of the explanation --- spec/shadow/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 55571147..5e2c98f8 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -801,7 +801,7 @@

Event Paths Example

Let's re-use the same composed tree of component trees used in the flattening example section. Suppose that an event is dispatched on node I. The event path will be:

- [I, H, O, T, S, R, N, J, C, A] (Window is omitted) + [I, H, O, T, S, R, N, J, C, A] (For the purpose of the explanation, Window is not shown here. The actual event path contains Window.)