On Tue, Sep 11, 2012 at 1:23 AM, Simon Pieters <[email protected]> wrote: > ... > > The title element is required in HTML. What are the use cases for creating a > document without a title? >
It's not required for <iframe srcdoc> (or HTML in email, ...) so if you were building a document to then serialize to assign as a srcdoc you might want to omit it. - E
