From: dglazkov@chromium.org Date: Sat, 9 Apr 2011 22:24:02 +0000 (+0000) Subject: 2011-04-09 Dimitri Glazkov X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=6a8dc397a8e9411f254ce698698cf034455f450a 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 --- 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