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-4.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="attr-style-sharing-4-ref.html">
<style>
div::after {
content: attr(data-foo raw-string);
}
</style>
<div data-foo="x">
</div>
<div data-foo="y">
</div>