blob: 4ee6aaba60e51c4c320016431a3fd176c8866671 [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.
// Explainer at https://goo.gl/mJUNB5
[
RuntimeEnabled=InvisibleDOM
] interface ActivateInvisibleEvent : Event {
readonly attribute Element? activatedElement;
};