Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: sky/specs/events.md

Issue 927613002: Specs: Drop @nonnull from dom.md, drop ChildNode from dom.md, drop TreeRoot from dom.md, other mino… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge Document, TreeScope, and ShadowRoot, to simplify this API Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/elements.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/events.md
diff --git a/sky/specs/events.md b/sky/specs/events.md
index 54d869603b6b8de5004d9c6f3f505afb1a40dfa2..a38680f4bf745b82a241e3c8e6bcfee7beed1108 100644
--- a/sky/specs/events.md
+++ b/sky/specs/events.md
@@ -131,6 +131,9 @@ abstract class Event<ReturnType> {
// TODO(ianh): abstract API for doing things at shadow tree boundaries
// TODO(ianh): do events get blocked at scope boundaries, e.g. focus events when both sides are in the scope?
// TODO(ianh): do events get retargetted, e.g. focus when leaving a custom element?
+ // e.g. sent from inside a shadow tree, when exiting the shadow tree, focus event should:
+ // - disappear if we're moving from one to another element
+ // - be targetted if it's going to another node in a different scope
}
class EventTarget {
« no previous file with comments | « sky/specs/elements.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698