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

Border lines of inline element are not painted now #857

Closed
june0cho opened this issue Sep 2, 2013 · 1 comment
Closed

Border lines of inline element are not painted now #857

june0cho opened this issue Sep 2, 2013 · 1 comment

Comments

@june0cho
Copy link
Contributor

@june0cho june0cho commented Sep 2, 2013

1. <p style="border: 2px solid red;">test</p>
2. <span style="border: 2px solid red;">test</span>
3. <span style="border: 2px solid red;">test <span style="border: 2px solid black;">test</span> test</span>

In example 1, border lines of block element are painted well. But, in 2 and 3, border lines of inline element are not painted.

@jdm jdm added the A-layout/inline label Apr 18, 2014
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Mention installing html5lib to run the tests in the README.md
@glennw
Copy link
Member

@glennw glennw commented Oct 22, 2014

Inline borders work now

@glennw glennw closed this Oct 22, 2014
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
3 participants
You can’t perform that action at this time.