Re: [manifest] Add theme_color member (closes #225) (#325)

> +          user agent MUST return the theme color to the <a>default theme
> +          color</a> when there are no <code>meta</code> elements that conform
> +          to [[!META-THEME-COLOR]] in a document, or the <a>top-level browsing
> +          context</a> is <a>navigated</a> to a URL that is <a>within scope</a>.
> +        </p>
> +        <p class="note">
> +          For all intents and purposes, the <a><code>theme_color</code></a>
> +          member is functionally equivalent to having a <a><code>meta</code>
> +          element</a> whose <a title="name attribute">name</a> attribute is
> +          <a><code>theme_color</code></a> in a [[!HTML]] document. In cases
> +          where no suitable theme can be derived from processing a manifest, a
> +          [[!META-THEME-COLOR]] can serve as a suitable fallback.
> +        </p>
> +        <p>
> +          The <dfn>steps for processing the <code>theme_color</code>
> +          member</dfn> is given by the following algorithm. The algorithm takes

"is" -> "are"?

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

Received on Friday, 6 March 2015 17:01:57 UTC