/* This file contains proprietary software owned by Motorola Mobility, Inc.
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
*/ var Montage = require("montage").Montage, Component = require("ui/component").Component, NativeControl = require("ui/native-control").NativeControl; /** * The native control with binding support for the standard attributes */ var Anchor = exports.Anchor = Montage.create(NativeControl, { }); http://www.w3.org/TR/html5/text-level-semantics.html#the-a-element Anchor.addAttributes({ textContent: null, href: null, hreflang: null, media: null, rel: null, target: null, type: null });