- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 25 Aug 2016 05:36:37 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 25 August 2016 12:37:18 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> It is JSON, why don't we do an array.... remembering viewport meta, devs might not get this right, ie... double space, comma, semi colon etc -- 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#r76233964
Received on Thursday, 25 August 2016 12:37:18 UTC