<!DOCTYPE html> <html> <head> <style> fieldset:valid { display: none; } </style> </head> <body> <fieldset id="fieldset"> <input required readonly> </fieldset> </body> </html>