Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOutline shows incorrectly #20866
Open
Outline shows incorrectly #20866
Labels
Comments
|
Simplified test case <style>
code {
outline: .4em solid red;
outline-offset: .4em;
}
</style>
<code>
<span>
<span>link</span>
<span>href</span>
</span>
</code>Simplified test case without <style>
code {
outline: .4em solid red;
}
</style>
<code>
<span>
<span>link</span>
<span>href</span>
</span>
</code> |
|
servo/components/layout/display_list/builder.rs Lines 638 to 646 in 11edbfc |
|
Still reproducable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



URL: http://prismjs.com/
Scroll to the
Basic Usagesection and check the red outline in the code blockIn Firefox Nightly:

In Servo:

Note: Servo is built from 4e6b100
Tested in
macOS 10.12.6