/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"mozilla/dom/HTMLMarqueeElement.h" #include"nsGenericHTMLElement.h" #include"nsStyleConsts.h" #include"mozilla/AsyncEventDispatcher.h" #include"mozilla/dom/HTMLMarqueeElementBinding.h" #include"mozilla/dom/CustomEvent.h" // This is to pick up the definition of FunctionStringCallback: #include"mozilla/dom/DataTransferItemBinding.h" #include"mozilla/dom/ShadowRoot.h"
if (IsInComposedDoc()) {
AttachAndSetUAShadowRoot();
}
return rv;
}
void HTMLMarqueeElement::UnbindFromTree(UnbindContext& aContext) { if (IsInComposedDoc()) { // We don't want to unattach the shadow root because it used to // contain a <slot>.
NotifyUAWidgetTeardown(UnattachShadowRoot::No);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.