Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CSSLint/parser-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c691e5c
Choose a base ref
...
head repository: CSSLint/parser-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f5cc19
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 5, 2016

  1. Use Matcher combinators to greatly simplify complex ValidationTypes.

    This allows concise description of complex ValidationTypes, using
    syntax parallel to that in the official CSS specification.  This
    patch just implements the mechanism; a follow-up patch uses it
    to simplify existing ValidationTypes.
    cscott committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    9d1557b View commit details
    Browse the repository at this point in the history
  2. Simplify ValidationTypes using Matcher framework.

    As a side-effect, we also pushed handling the `inherit` option out of
    most ValidationTypes and moved it into the specification in the
    Properties table.  I expect to refactor this further in the future to
    make handling of inherit/initial/unset automatic and implicit.
    cscott committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    4f5cc19 View commit details
    Browse the repository at this point in the history
Loading