Skip to content

css: Fix text-decoration-line support

Matthias Clasen requested to merge css-text-decoration into master

This property needs to be treated as flags, not as enum, since it should be possible to specify more than one value, e.g.

text-decoration-line: underline overline;

Tests included.

Fixes: #3621 (closed)

Merge request reports