Skip to content

Guidance for deciding which of multiple logos to use #1777

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

Closed
zimeon opened this issue Feb 11, 2019 · 4 comments
Closed

Guidance for deciding which of multiple logos to use #1777

zimeon opened this issue Feb 11, 2019 · 4 comments

Comments

@zimeon
Copy link
Member

zimeon commented Feb 11, 2019

If there are multiple logos available, how should the client decide which to display?

See #1760 for discussion of allowing multiple logo property values in the Image and Presentation APIs in order to support with logos with text in different languages or other variants. See also IIIF/trc#3 for discussion of the need for guidance about how the client should select which logo to display.

@sdellis
Copy link

sdellis commented Feb 12, 2019

The client can't decide which to display without adding additional properties, particularly properties like lightness, color, and aspect-ratio.

If my client is using a "dark theme", then it should display a logo that has a "light" value. Value or tone are the terms used in the Elements of Design. The lightness of the image also has implications for Accessibility and the ability to provide proper contrast between the logo and the background it rests on. Sometimes it's preferable to show a white or black logo, rather than one with color. Most institutions have guidelines around logo use that should be consulted.

Similarly, shape can be used to decide on an appropriate logo version. For designs in which a square/circular shape is preferred, the client might select an aspect ratio of 1:1 over one that is 1:2.

Finally, a text version should be provided for screen readers so that all users are aware of the content and purpose of the image.

Hope this helps.

@azaroth42
Copy link
Member

azaroth42 commented Feb 12, 2019

Thanks @sdellis! Aspect ratio is already possible via height and width. Language is possible via language. The light/dark is a common case but does not have a solution in the current set of properties. If there is an external solution we can point to, we should do so, in my opinion. If we have to invent something, then it can be prototyped in an extension and merged for 3.1.

For text, the logo can have a label and a summary, but as per #1288 we do not have a solution specifically for alt text.

@tomcrane
Copy link
Contributor

tomcrane commented Apr 15, 2019

2019-04-15 Eds agree that spec for logo should instruct the client to pick one using the available properties, and that mechanisms for choosing belong in cookbook recipes which may involve extensions (e.g., as light/dark theme).

@zimeon
Copy link
Member Author

zimeon commented Apr 16, 2019

Merged #1806

@zimeon zimeon closed this as completed Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants