- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 04:25:19 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:25:51 UTC
kenchris commented on this pull request. > + </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>", issue a + developer warning that the type is unsupported and + return <code>undefined</code>. + </li> + <li>Return <code>"classic"</code>. + </li> + </ol> + </li> + <li>If <a>Trim</a>(value) is the empty string, then: + <ol> + <li>Issue a developer warning that the type is unsupported. That is how it works for Link element. What do you think @jungkees ? -- 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/507
Received on Wednesday, 28 December 2016 12:25:51 UTC