blob: 6afc98787d78fbba4b88ad46c115277b6c2a3278 [file] [log] [blame]
// Copyright 2017 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.
// https://html.spec.whatwg.org/C/#the-data-element
[
Exposed=Window,
HTMLConstructor
] interface HTMLDataElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString value;
};