Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-style-attr/style-attr-cascade-006.xht - WPT Dashboard Interop Dashboard
<head>
<title>CSS: style attribute and 'inherit'</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="match" href="reference/ref-green.html" />
<style type="text/css">
body { color: green; }
div { color: red; }
</style>
</head>
<body>
<div style="color: inherit">This should be green.</div>
</body>
</html>