| <!doctype html> | |
| <link rel=help href="https://github.com/w3c/csswg-drafts/issues/11494#issuecomment-2628447227"> | |
| <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> |