@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
22 lines (20 loc) • 472 B
HTML
<html>
<head>
<title>Hidden Elements</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/dummy.css" />
<style>
:root {}
</style>
<script src="assets/dummy.js"></script>
<noscript>
[hidden] {display: block}
</noscript>
</head>
<body>
<h1>Heading 1</h1>
<p hidden>Hidden text if noscript</p>
<template></template>
</body>
</html>