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

Unified Diff: core/html/HTMLAreaElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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 | « core/html/HTMLAppletElement.idl ('k') | core/html/HTMLAudioElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLAreaElement.idl
diff --git a/core/html/HTMLAreaElement.idl b/core/html/HTMLAreaElement.idl
index 471e5835a6ff3c1c4af1620814bd384d1734dd2e..89a51c469d10aae9045391abea760def1c00bae1 100644
--- a/core/html/HTMLAreaElement.idl
+++ b/core/html/HTMLAreaElement.idl
@@ -18,13 +18,20 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#the-area-element
+
interface HTMLAreaElement : HTMLElement {
[Reflect] attribute DOMString alt;
[Reflect] attribute DOMString coords;
- [Reflect] attribute boolean noHref;
- [Reflect] attribute DOMString ping;
[Reflect] attribute DOMString shape;
[Reflect] attribute DOMString target;
+ // FIXME: ping should be a DOMSettableTokenList.
+ [Reflect] attribute DOMString ping;
+ // FIXME: download, rel, relList, hreflang and type are missing.
+
+ // obsolete members
+ // https://html.spec.whatwg.org/#HTMLAreaElement-partial
+ [Reflect] attribute boolean noHref;
};
HTMLAreaElement implements URLUtils;
« no previous file with comments | « core/html/HTMLAppletElement.idl ('k') | core/html/HTMLAudioElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698