list-style-type as content being ignored #1206
Labels
feature
New feature that should be supported
good first issue
Issues that can be quite easily solved by Python developers with a good CSS background
Milestone
With CSS3 introducing content being set as list-style-type, this is being ignored by Weasyprint:
CSS:
ul {list-style-type: '-';} ul ul {list-style-type: '+';}
Console error:
WARNING: Ignored
list-style-type:\"-\"
at **, invalid value.WARNING: Ignored
list-style-type:\"+\"
at **, invalid value.The text was updated successfully, but these errors were encountered: