From 6a8dc397a8e9411f254ce698698cf034455f450a Mon Sep 17 00:00:00 2001 From: "dglazkov@chromium.org" Date: Sat, 9 Apr 2011 22:24:02 +0000 Subject: [PATCH] 2011-04-09 Dimitri Glazkov Reviewed by James Robinson. Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries. https://bugs.webkit.org/show_bug.cgi?id=58190 * misc/related-target-and-shadow-dom.svg: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@83382 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/ChangeLog | 9 ++++ .../misc/related-target-and-shadow-dom.svg | 49 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 Websites/webkit.org/misc/related-target-and-shadow-dom.svg diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index aebd25ce40d7..d45102b3447f 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,3 +1,12 @@ +2011-04-09 Dimitri Glazkov + + Reviewed by James Robinson. + + Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries. + https://bugs.webkit.org/show_bug.cgi?id=58190 + + * misc/related-target-and-shadow-dom.svg: Added. + 2011-04-06 David Levin Reviewed by Ojan Vafai. diff --git a/Websites/webkit.org/misc/related-target-and-shadow-dom.svg b/Websites/webkit.org/misc/related-target-and-shadow-dom.svg new file mode 100644 index 000000000000..1f84c49b2b1a --- /dev/null +++ b/Websites/webkit.org/misc/related-target-and-shadow-dom.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + shadow boundary + + + lowest common ancestor + target + + + + shadow boundary + + + + first divergent boundary + + + related target + + + + lowest common boundary + + + + shadow boundary + + + + + document + + \ No newline at end of file -- 2.36.0