Sign in
mojo
/
mojo
/
9c7118389a5a330d2f0b71dc503242a2f2062805
/
.
/
sky
/
engine
/
core
/
html
/
HTMLAnchorElement.idl
blob: 048861096524f366548764e41255b61a7f185b29 [
file
]
// 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
;
};