Skip to content
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 ability to specify inline style policies #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2017

  1. Implement style policies for handling inline styles

    Style policies allow inline styles ("style" attributes on HTML elements) to be processed, either using regular expressions or matching against a list of allowed values (enum).
    pauln committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    79d45f4 View commit details
    Browse the repository at this point in the history
  2. Add a test for AllowStyles

    Adds a test for AllowStyles which covers Matching, MatchingEnum, OnElements and Globally.
    pauln committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    2cc53c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fe88a8 View commit details
    Browse the repository at this point in the history