- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 13 Jun 2017 00:23:35 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 June 2017 07:24:24 UTC
marcoscaceres commented on this pull request. > + </p> + <ol> + <li>Let <var>value</var> be the result of calling the + <a>[[\GetOwnProperty]]</a> internal method of <var>manifest</var> + with argument "<code>iarc_rating_id</code>". + </li> + <li>If <a>Type</a>(<var>value</var>) is not "string": + <ol> + <li>If <a>Type</a>(<var>value</var>) is not "undefined", <a>issue + a developer warning</a> that the type is not supported. + </li> + <li>Return <code>undefined</code>. + </li> + </ol> + </li> + <li>Otherwise, <a>Trim</a>(<var>value</var>) and return the result. No, let's allow both. Prefer not to fiddle with the value as it could change the meaning. -- 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/567#discussion_r121599905
Received on Tuesday, 13 June 2017 07:24:24 UTC