<!doctype html> <link rel="match" href="reference/css-attr-ref.html" /> <style> .foo::before { content: attr(bar); } </style> <div class="foo" bar="Well, hello friends!"></div>