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

`list-style-image` grabs width/height attributes off the element #6649

Open
Ms2ger opened this issue Jul 17, 2015 · 0 comments
Open

`list-style-image` grabs width/height attributes off the element #6649

Ms2ger opened this issue Jul 17, 2015 · 0 comments

Comments

@Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Jul 17, 2015

That shouldn't happen. The issue is in (using) ImageFragmentInfo::new().

<!DOCTYPE html>
<style>
li {
  list-style-image: url("list.png")
}
</style>
<ol>
  <li>AAA<br>AAA<br>AAA
  <li width=50 height=50>BBB<br>BBB<br>BBB
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.