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

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

Issue 12163006: Added Area Element class doc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 89087ea78dcce4d6570073e8a86a7bf6fedc6eb9..cbc8a7dae1bdb0849f31919bcba8cd05b7951686 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -159,6 +159,20 @@
]
}
},
+ "HTMLAreaElement": {
+ "comment": [
+ "/**",
+ " * DOM Area Element, which links regions of an image map with a hyperlink.",
+ " *",
+ " * The element can also define an uninteractive region of the map.",
+ " *",
+ " * See also:",
+ " *",
+ " * * [<area>](https://developer.mozilla.org/en-US/docs/HTML/Element/area)",
+ " * on MDN.",
+ " */"
+ ]
+ },
"HTMLCanvasElement": {
"members": {
"height": [
« no previous file with comments | « 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