Re: [manifest] define URL Scope (closes #114) (#291)

> +        "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
> +        to is not in scope of the navigation scope, then the user agent MUST
> +        behave as if the application context is not <a>allowed to navigate</a>.

I'm hoping HTML spec will define that for us as part of the navigate algo. This whole section will go away once this get's fixed in HTML. 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/291/files#r22140101

Received on Saturday, 20 December 2014 05:47:13 UTC