Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="text-decoration-ref.html">
<body>
<style>
permission {
text-decoration: underline;
}
div {
text-decoration: underline;
}
</style>
<div>
<permission type="camera"></permission>
</div>
</body>
</html>