- From: Marcos Caceres <notifications@github.com>
- Date: Fri, 19 Dec 2014 21:48:50 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Message-ID: <w3c/manifest/pull/291/r22140108@github.com>
> + component of <var>B</var> (see URL spec <a href= > + "https://github.com/webspecs/url/issues/20">issue 20</a> regarding > + "subsumes"). > + </li> > + </ul> > + <div class="issue" title="🐒 Monkey patch"> > + <p> > + Enforcing the navigation scope depends on [[!HTML]]'s navigate > + algorithm. As such, the following algorithm monkey patches [[!HTML]]. > + <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27653">Bug > + 27653</a> has been filed to address this. > + </p> > + </div> > + <p> > + The user agent MUST navigate the application context as per [[!HTML]]'s > + navigate algorithm with exceptions enabled. If the URL being navigated "Exceptions enabled" is defined in HTML (have another commit that does all the cross references). I means that trying to, say, set `window.location.href`, will throw. So will other APIs that can cause the page to navigate out of scope. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/291/files#r22140108
Received on Saturday, 20 December 2014 05:49:16 UTC