blob: 048861096524f366548764e41255b61a7f185b29 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
interface HTMLAnchorElement : HTMLElement {
attribute ScalarValueString href;
};