Re: [whatwg] DOM4: createHTMLDocument argument

On Tue, Sep 11, 2012 at 1:23 AM, Simon Pieters <simonp@opera.com> 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

Received on Tuesday, 11 September 2012 08:30:15 UTC