Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<title>CSS Pseudo-Elements Test: ::target-text empty author rule should not suppress default colors</title>
<link rel="match" href="target-text-011-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
.ahem { font-family: Ahem; }
::target-text {}
</style>
<p class="ahem">match me</p>
<script>
window.location.hash = "#:~:text=match%20me";
</script>