blob: 82df9004a17d9b6f70fa3facc537a74da3783293 [file] [log] [blame]
// Copyright 2018 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://docs.google.com/document/d/1JO8puctCSpW-ZYGU8lF-h4FWRIDQNDVexzHoOQ2iQmY/edit?pli=1#heading=h.pjt9nhs3gu3k
[
Exposed=Window,
RuntimeEnabled=ElementInternals
]
interface ElementInternals {
// Attributes and operations for form-associated custom elements.
readonly attribute HTMLFormElement? form;
};