Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-values/attr-style-sharing-3.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-values-5/#attr-notation">
<link rel="match" href="attr-style-sharing-2-ref.html">
<style>
span {
background-color: attr(data-foo type(<color>));
}
</style>
<div>
<span data-foo="green">green</span>
</div>
<span>not green</span>