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

Do not target comma's that are between quotes or parentheses #2650

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

Commits on Dec 27, 2021

  1. Do not target comma's that are between quotes or parantheses

    - Fixes a issue with the normalizer whereby the normalize would target
    comma's that are within quotes or parantheses. This broke CSS selectors
    that uses attribute selectors that e.g. specified a specifc rgba value
    which uses comma's as delimeter.
    - Added a test-cases to reflect this change.
    - `[style="color: rgb(0, 186, 124)"]` won't be normalized to
    `[style="color: rgb(0,\n 186,\n 124)"]`.
    Gusted committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    b6f8ca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. add newline and trigger ci

    iChenLei committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f03005e View commit details
    Browse the repository at this point in the history
  2. [skip ci] add newline

    iChenLei committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    435f06e View commit details
    Browse the repository at this point in the history