CSS parser, selector, cascade, and computed-style core maintained for Milky2018/svg
moon add Milky2018/cssfn apply_property_direct(style : Style, property : String, value : String, ctx : ComputeContext) -> Stylefn cascade_element(element : Element, stylesheets : Array[Stylesheet], inline_style : Array[Declaration]) -> CascadedValuesfn cascade_element_indexed(element : Element, stylesheets : Array[IndexedStylesheet], inline_style : Array[Declaration], media_env : MediaEnvironment?) -> CascadedValuesfn cascade_element_with_media(element : Element, stylesheets : Array[Stylesheet], inline_style : Array[Declaration], media_env : MediaEnvironment?) -> CascadedValuesfn cascade_element_with_media_and_validator(element : Element, stylesheets : Array[Stylesheet], inline_style : Array[Declaration], media_env : MediaEnvironment?, declaration_is_valid : (String, PropertyValue) -> Bool) -> CascadedValuesfn cascade_element_with_media_forced_and_validator(element : Element, stylesheets : Array[Stylesheet], inline_style : Array[Declaration], media_env : MediaEnvironment?, forced : ForcedPseudoStates, declaration_is_valid : (String, PropertyValue) -> Bool) -> CascadedValuesfn compute_style_with_vars(cascaded : CascadedValues, ctx : ComputeContext) -> (Style, Map[String, String])fn matches_selector_list_with_shadow_context(element : Element, selector_list : SelectorList, context : ShadowContext?) -> Boolfn matches_selector_with_shadow_context(element : Element, selector : ComplexSelector, context : ShadowContext?) -> BoolCSS parser, selector, cascade, and computed-style core maintained for Milky2018/svg