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

layout: Implement `opacity` per CSS-COLOR § 3.2. #4036

Merged
merged 1 commit into from Dec 3, 2014

Commits on Dec 3, 2014

  1. layout: Implement `opacity` per CSS-COLOR § 3.2.

    This adds the infrastructure necessary to support stacking contexts that
    are not containing blocks for absolutely-positioned elements. Our
    infrastructure did not support that before. This minor revamp actually
    ended up simplifying the logic around display list building and
    stacking-relative position computation for absolutely-positioned flows,
    which was nice.
    pcwalton committed Dec 3, 2014
You can’t perform that action at this time.