- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Tue, 03 Oct 2017 07:59:15 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2017 07:59:37 UTC
kenchris commented on this pull request. > </h2> + <pre class="idl"> + dictionary WebAppManifest { + TextDirectionType? dir; Because you don't have to have these declared in your manifest, they are optional. I was looking for optional in the web idl spec, but I see your point that they are all optional because of them being in a dict. This means that I will have to change most of the algorithms again though :) -- 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/613#discussion_r142334378
Received on Tuesday, 3 October 2017 07:59:37 UTC