Describe the bug
vue-safe-html does not parse style attribute that has rgba function in css. Even though style attribute is allowed.
To Reproduce
Steps to reproduce the behavior:
- Add to allowedTags
- Add style to allowedAttributes
- Try to parse "Text" with vue-safe-html
- Notice whole text would be removed instead as it is not able to handle rgba function in style.Expected behavior
- Try to parse "Text" with vue-safe-html. Notice this would work fine.
If and <style> is allowed it should work as expected.