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

Create a new infrastructure for presentational hints. #5857

Merged
merged 5 commits into from Apr 28, 2015

Commits on Apr 26, 2015

  1. Sort imports in element.rs.

    Ms2ger committed Apr 26, 2015
  2. Move bgcolor over to the new infrastructure.

    Note that I call is_htmltabledatacellelement in
    synthesize_presentational_hints_for_legacy_attributes, rather than
    is_htmltablecellelement (which was used in
    get_simple_color_attribute_for_layout), because that function was never called
    for th elements.
    Ms2ger committed Apr 26, 2015

Commits on Apr 27, 2015

  1. Avoid creating a vector in can_share_style_with.

    Ms2ger committed Apr 27, 2015
  2. Move the sink into util::vec.

    Ms2ger committed Apr 27, 2015
You can’t perform that action at this time.