Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<link rel="author" title="Sam Davis Omekara Jr." href="mailto:samomekarajr@microsoft.com">
<style>
div {
width: 100px;
height: 100px;
background: green;
outline-width: 10px;
outline-style: solid;
outline-color: red;
}
</style>
<p>Outline width <strong>does not</strong> compute to 0 when outline-style is none.</p>
<div></div>