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

Fully implement the "align descendants" rule for div. #7825

Merged
merged 2 commits into from Oct 8, 2015

Commits on Oct 2, 2015

  1. Fully implement the "align descendants" rule for div.

    This adds -servo-left and -servo-right to complement -servo-center.
    
    This intentionally doesn't try to address issue #7301.
    eefriedman committed Oct 2, 2015
  2. Make "align descendants" rule use parent's text-align.

    Flows never care about their own text-align, only the text-align of
    their parent; change the text-align flags to account for that.  Make the
    "align descendants" rule use the flags instead of the current node's style.
    
    Fixes #7301.
    eefriedman committed Oct 2, 2015
You can’t perform that action at this time.