Sign in
◑
Theme
mojo
/
mojo-tools
/
9a7c8c0629983ca7f05fc06b9049a9b40d8948f5
/
.
/
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
;
};