Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<!-- Test: fieldset undergoes constraint validation.
It should be affected by :valid pseudo-class. -->
<style>
fieldset:valid { display: none; }
</style>
<body>
<fieldset>
</fieldset>
</body>
</html>