-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add border-style keywords #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add these into ACCEPTABLE_CSS_KEYWORDS in alphabetical order?
@tarcisiozf Thank you for submitting this! Looks great, just had one request which was to follow the convention of listing attributes and keywords in alphabetical order. |
@tarcisiozf Just wanted to check if you are open to making the change I requested? |
@flavorjones sorry for taking so long to answer, I'll do the requested changes. |
@flavorjones done, did I miss anything else? |
Looks good, thank you! Merging. |
I've shipped loofah v2.6.0 with this change in it, and credited you in the CHANGELOG. Thank you! |
Hi, I'm having some issues when trying to sanitize elements with border-style. I've added the missing keywords following the spec: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style