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

Aulx.CSS constructor, CSS State Machine, and much more. #5

Merged
merged 14 commits into from
Aug 15, 2013

Commits on Jul 28, 2013

  1. Configuration menu
    Copy the full SHA
    44bf8cd View commit details
    Browse the repository at this point in the history
  2. oops. Used ES6 by mistake

    grssam committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    bc01f5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107bbd7 View commit details
    Browse the repository at this point in the history
  4. CSS State machine - Stage 1

    grssam committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    d13b6d5 View commit details
    Browse the repository at this point in the history
  5. fix slice comparison

    grssam committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    514781b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. Add an intensive map of CSS property value map obtained from firefox.

    This removes aural CSS property names. They are not supported by any
    browser anyways.
    grssam committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    9279eeb View commit details
    Browse the repository at this point in the history
  2. Add the Aulx.CSS constructor.

    Next step. Fix up any regressions caused till now.
    grssam committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    5d49822 View commit details
    Browse the repository at this point in the history
  3. Everything works. CSS completion. JS completion.

    Also removed two useless and confusing files.
    grssam committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    3c9c82a View commit details
    Browse the repository at this point in the history
  4. Fix existing CSS test.

    Need to add more test regarding STATE machine.
    grssam committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    5bd4b58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66fcfb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. CSS Value autocompletion support.

    with tests !
    grssam committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    90975fa View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2013

  1. Selectors support in the state machine.

    Had to remove white space stripping as there was no way to distinguish
    selectors like "a.class" from "a .class".
    grssam committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    e23cde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82192e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27557f4 View commit details
    Browse the repository at this point in the history