/* * Copyright (c) 2024, Sam Atkins * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include #include namespace Web::Animations { // https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-pseudo-element-parsing WebIDL::ExceptionOr> pseudo_element_parsing(JS::Realm&, Optional const&); }