- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Fri, 19 Dec 2014 06:16:20 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 19 December 2014 14:17:16 UTC
> + <li>If <var>scope URL</var> is not <a href= > + "http://www.whatwg.org/specs/web-apps/current-work/#same-origin">same > + origin</a> as <var>origin URL</var>: > + <ol> > + <li> > + <a>Issue a developer warning</a> that the <code>scope</code> > + needs to be <a href= > + "http://www.whatwg.org/specs/web-apps/current-work/#same-origin"> > + same-origin</a> as <code>Document</code> of the <a>application > + context</a>. > + </li> > + <li>Return <code>undefined</code>. > + </li> > + </ol> > + </li> > + <li>If <var>start URL</var> is not <a>in scope</a> of scope URL: s/in/within? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/291/files#r22106101
Received on Friday, 19 December 2014 14:17:16 UTC