-
Notifications
You must be signed in to change notification settings - Fork 57
Description should be short abstract of resource #1242
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
Comments
Or as a convention in the UI, not in the spec. Otherwise, we're drifting into semantics in the metadata, which I'm firmly against. |
Mainly 👍 on this. Are there discovery use cases where it is useful to have a separate description? So similar to the way that the major search engines use the meta description in the search result snippet having a description available for that kind of use could be nice. If that were through a flag on the metadata pair that would be fine. |
Or ... a |
I don't see any real point in |
Eds' Proposal: Description should be an abstract or summary of the resource only, and not displayed at the same time as the metadata properties. Thus the display algorithm would be Splitting the clarification of |
Alternate proposal for consideration: Deprecate |
My earlier suggestion was that the new |
@mikeapp No? In a different context, perhaps, but you would never show the thumbnail and the image in the same place in the same context. (I'm assuming that a image selector at the bottom, or the navigation pane on the left, of whatever sort of UI convention we're talking about is a different context, where it would be appropriate to either show the description or the thumbnail.) |
This is done according to the issue: http://prezi3.iiif.io/api/presentation/3.0/#description But noting the Textual thumbnail alternative. Perhaps we should split that out to a separate issue? Otherwise, how to decide? |
Re:
The current description text would live with other long texts, which at the moment would be in the |
To argue against a textual thumbnail: Currently thumbnails are external resources, and the property could be documented in the linking section rather than technical. They are dereferenced and pulled in to be rendered by the browser. For language-bearing content, they require the newly added If description was a textual thumbnail, we would have added an exception where the text content is reified into a resource instead of being the value of a property. The {
"metadata": [
{"label": [{"en": "Summary"}], "value": [{"en": "Summary here"}]}
],
"thumbnail": [
{"type": "Text", "value": "Summary here", "language": "en"}
]
} I think this is more confusing than retaining a property, though renaming from Proposal: Rename |
Referencing #1288 (comment), description as alt text. |
I like the idea of a |
👍 to |
Also 👍 |
Discussion on 11/22 Call: Approved |
Just thinking how this would work with a non English language manifest. Would it look like:
and if so how would a client be able to treat this differently to any other metadata field? Particularly if its used as an altText? |
Your example is correct. It would treat it like other metadata fields, but need additional logic if "Welsh Summary here" is long. It wouldn't be used for the alt text ... that might be |
Sorry I'm still a little confused. So is it a question of whether you get rid of an identifiable |
The suggestion here is to remove the Long-form prose descriptions can comfortably be published in The new |
Closed by #1326 |
Original: We don't really need
description
as there's no limit on the number of characters that can go into ametadata
value. It would also allow for setting thelabel
to something else, and for it to be appropriately internationalized. At the moment it's impossible to override the client providedlabel
. The use case for keepingdescription
separate is if it should be presented in a different discursive block of text, compared to the more fielded values inmetadata
. This could be a flag on themetadata
"pair" instead?2017-09-29: See #1242 (comment) for updated issue
The text was updated successfully, but these errors were encountered: