[webkit-dev] Why is HTMLHtmlElement.manifest exposed to the DOM?

Darin Adler darin at apple.com
Tue Dec 3 08:44:06 PST 2013


On Tue, Dec 3, 2013 at 1:04 PM, Peter Beverloo <peter at chromium.org> wrote:

> The HTMLHtmlElement.manifest property indeed doesn't seem to be defined anywhere.  It was added by Darin Adler a few years ago http://src.chromium.org/viewvc/blink?view=revision&revision=66327

Reading the change log it seems clear that exposing this attribute to the DOM was unintentional. The change log mentions marking the manifest attribute URL, but not creating the manifest attribute. The patch was supposed to correct the reflection of content attributes, not expose additional attributes.

I believe it should be removed.

— Darin


More information about the webkit-dev mailing list