/* -*- 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/. */
/* A content node that keeps track of an index in the parent's `content` * property value, used for url() values in the content of a ::before or ::after
* pseudo-element. */
class GeneratedImageContent final : public nsGenericHTMLElement { public: static already_AddRefed<GeneratedImageContent> Create(Document&,
uint32_t aContentIndex); // An image created from 'list-style-image' for a ::marker pseudo. static already_AddRefed<GeneratedImageContent> CreateForListStyleImage(
Document&);
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.