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

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
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 89087ea78dcce4d6570073e8a86a7bf6fedc6eb9..becc1fe6a57535c217cf74ad6d4e0afaaf712303 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 Element](https://developer.mozilla.org/en-US/docs/HTML/Element/area)",
+ " * from MDN.",
+ " */"
+ ]
+ },
"HTMLCanvasElement": {
"members": {
"height": [
« sdk/lib/html/dartium/html_dartium.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