pub(super) fn extract_list_style_image(styled: &StyledNode<'_>) -> StringExpand description
list-style-image: url(...) を抽出。list-style-image 優先、無ければ list-style
ショートハンド中の url(...) トークンを拾う。未指定/none は空文字(従来通り
list-style-type のグリフを使う)。
pub(super) fn extract_list_style_image(styled: &StyledNode<'_>) -> Stringlist-style-image: url(...) を抽出。list-style-image 優先、無ければ list-style
ショートハンド中の url(...) トークンを拾う。未指定/none は空文字(従来通り
list-style-type のグリフを使う)。