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

style: Add infrastructure to support lazy pseudo-elements #10934

Merged
merged 8 commits into from May 4, 2016

Commits on May 3, 2016

  1. style: Support lazy pseudo-elements

    These can't be supported in Servo as of right now, because I'm not
    totally sure the accesses that should be done in layout would be
    thread-safe.
    
    It can be revisited later though.
    emilio committed May 3, 2016
  2. docs: Add style overview.

    emilio committed May 3, 2016
  3. docs: Ammend the lazy pseudo-element section to be clearer

    Thanks to Simon for the feedback :)
    emilio committed May 3, 2016
  4. geckolib: Implement Servo_GetComputedValuesForPseudoElement

    emilio committed May 3, 2016
You can’t perform that action at this time.