Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: Ignore any icon with no recognised purpose. #741

Merged
merged 7 commits into from Dec 12, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -2518,11 +2518,11 @@ <h3>
When an <a>ImageResource</a> is used as an <dfn>icon</dfn>, a
developer can hint that the image is intended to serve some special
purpose in the context of the host OS (i.e., for better integration).
User agents SHOULD NOT use an icon other than for its stated purpose.
User agents SHOULD NOT use an icon other than for its stated <a>purpose</a>.
</p>
<p class="note">
For example, an icon with purpose <code>"badge"</code> may be used as
a <a data-lt="badge purpose">badge</a> or "pinned" icon that is
For example, an icon with purpose "<a>badge</a>" may be used as
a <a data-lt="badge purpose">badge</a> or "<a>pinned</a>" icon that is
visually distinct, in color or form, from an application's launch
icon. The user agent uses the value of the <a>purpose</a> member as a
hint to determine where and how an <a>ImageResource</a> is displayed.
Expand Down