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

Css3 parser tryout #286

Closed
wants to merge 9 commits into from
Closed

Css3 parser tryout #286

wants to merge 9 commits into from

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    1098c09 View commit details
    Browse the repository at this point in the history
  2. up

    jaytaph committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7c3e97d View commit details
    Browse the repository at this point in the history
  3. getting ready

    jaytaph committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    583ff11 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    244f417 View commit details
    Browse the repository at this point in the history
  2. tmp

    jaytaph committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d379a53 View commit details
    Browse the repository at this point in the history
  3. Using componentvalues as nom element

    Instead of filtering out componentvalues that are not tokens, we use all
    component values. This means that the Span does not contain just tokens,
    but componentvalues. This allows us to detect functions etc.
    jaytaph committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3c80f98 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. tmp commit - pre owned span

    jaytaph committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    4971e43 View commit details
    Browse the repository at this point in the history
  2. tmp commit'

    jaytaph committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    ad9fc36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8233f1 View commit details
    Browse the repository at this point in the history