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

fix for anonymous boxes #1461

Merged
merged 5 commits into from
Jan 7, 2014
Merged

fix for anonymous boxes #1461

merged 5 commits into from
Jan 7, 2014

Conversation

ksh8281
Copy link
Contributor

@ksh8281 ksh8281 commented Jan 6, 2014

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/524

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@highfive
Copy link

highfive commented Jan 6, 2014

warning Warning warning

  • These commits modify layout code, but no reftests are modified. Please consider adding a reftest!
  • @ksh8281, please confirm that src/test/html/acid1.html and your favourite wikipedia page still render correctly!

nearest_ancestor_element.parent_node().expect("no nearest element?!");
}

if nearest_ancestor_element.style().get().Box.display == display::block {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this only for blocks? We have the same for inlines <span><em>foo</em> bar</span> and possibly other types of boxes

@SimonSapin
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants