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

Treat url(<string>) as a normal functions, per spec change. #90

Merged
merged 2 commits into from Nov 5, 2015

Commits on Oct 9, 2015

  1. Treat url(<string>) as a normal functions, per spec change.

    Only unquoted URLs are special tokens now. Use `Parser::expect_url`.
    
    This is a [breaking-change]. The version number was incremented accordingly.
    
    This change will help with servo/servo#7767
    SimonSapin committed Oct 9, 2015

Commits on Oct 30, 2015

  1. Fix warning.

    SimonSapin committed Oct 30, 2015
You can’t perform that action at this time.