/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//! `list` specified values.
usecrate::counter_style::{CounterStyle, CounterStyleParsingFlags}; usecrate::derives::*; usecrate::parser::{Parse, ParserContext}; use cssparser::{Parser, Token}; use style_traits::{ParseError, StyleParseErrorKind};
/// Convert from gecko keyword to list-style-type. /// /// This should only be used for mapping type attribute to list-style-type, and thus only /// values possible in that attribute is considered here. #[cfg(feature = "gecko")] pubfn from_gecko_keyword(value: u32) -> Self { usecrate::gecko_bindings::structs; usecrate::values::CustomIdent; let v8 = value as u8; if v8 == structs::ListStyle_None { returnSelf::none();
}
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 und die Messung sind noch experimentell.