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

Unified Diff: tools/dom/docs/docs.json

Issue 63883006: Fill in blanks for Event docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index bb143f68f75fd86fa9c3933148e7aaf93d3d5aa7..447fa51cf34d9938e5c000fbd9f76994bc4e4740 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -1447,6 +1447,62 @@
]
}
},
+ "Event": {
+ "members": {
+ "AT_TARGET": [
+ "/**",
+ " * This event is being handled by the event target.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Target phase] (http://www.w3.org/TR/DOM-Level-3-Events/#target-phase)",
+ " * from W3C.",
+ " */"
+ ],
+ "BUBBLING_PHASE": [
+ "/**",
+ " * This event is bubbling up through the target's ancestors.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Bubble phase] (http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)",
+ " * from W3C.",
+ " */"
+ ],
+ "CAPTURING_PHASE": [
+ "/**",
+ " * This event is propagating through the target's ancestors, starting from the",
+ " * document.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Bubble phase] (http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)",
+ " * from W3C.",
+ " */"
+ ],
+ "clipboardData": [
+ "/**",
+ " * Access to the system's clipboard data during copy, cut, and paste events.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [clipboardData specification]",
+ " * (http://www.w3.org/TR/clipboard-apis/#attributes) from W3C.",
+ " */"
+ ],
+ "path": [
+ "/**",
+ " * This event's path, taking into account shadow DOM.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Shadow DOM extensions to Event]",
+ " * (http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event) from",
+ " * W3C.",
+ " */"
+ ]
+ }
+ },
"EventSource": {
"members": {
"errorEvent": [
« sdk/lib/html/dart2js/html_dart2js.dart ('K') | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698