Sign in
mojo
/
mojo-tools
/
06caa3d9c9b81719657480a481a325a0c651bd83
/
.
/
sky
/
engine
/
core
/
html
/
HTMLAnchorElement.idl
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
;
};