Skip to content
  • Matthias Clasen's avatar
    css: Fix text-decoration-line support · 1258fcaa
    Matthias Clasen authored
    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
    1258fcaa