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: Dishonor display: -moz-box if -webkit-box was specified before #18867

Merged
merged 2 commits into from
Oct 14, 2017

Commits on Oct 14, 2017

  1. style: Be clearer about whether a declaration comes from parsing or not.

    This introduces DeclarationSource, to see if a declaration has been parsed or
    set from CSSOM in a declaration block.
    
    The Servo_DeclarationBlock_SetFoo and similar callers are changed to
    DeclarationSource::CssOm because their semantics are more CSSOM-y, but it
    shouldn't matter since they should all be checked before hand with
    Servo_DeclarationBlock_PropertyIsSet.
    emilio committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    25c303e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d694a4 View commit details
    Browse the repository at this point in the history