- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 01 Sep 2016 01:16:11 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 1 September 2016 08:16:51 UTC
> + <li>Let <var>value</var> be the result of calling the > + <a>[[\GetOwnProperty]]</a> internal method of <var>image</var> > + passing " <code>purpose</code>" as the argument. > + </li> > + <li>Let <var>type</var> be <a>Type</a>(<var>value</var>). > + </li> > + <li>If <var>type</var> is not "string", then: > + <ol> > + <li>If <var>type</var> is not "<code>undefined</code>", <a>issue > + a developer warning</a> that the type is unsupported. > + </li> > + <li>Return <code>undefined</code>. > + </li> > + </ol> > + </li> > + <li>Let <var>keywords</var> be the result of <a>splitting</a> yeah, you are probably right. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/493/files/c33d8ca424da40f2d7144c5cdfac6f7ba35ed689#r77131389
Received on Thursday, 1 September 2016 08:16:51 UTC