From ef24732d4fdb5abe4b2a14622c59ed67bbe12946 Mon Sep 17 00:00:00 2001 From: Kevin Shekleton Date: Wed, 1 Aug 2018 16:43:02 -0500 Subject: [PATCH] Relax source.icon requirements and instead suggest the desired image format. (#375) Fixes #284 --- docs/specification/1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/1.0.md b/docs/specification/1.0.md index e97843fb..4cc6f3fb 100644 --- a/docs/specification/1.0.md +++ b/docs/specification/1.0.md @@ -367,7 +367,7 @@ Field | Optionality | Type | Description ----- | ----- | ----- | -------- `label`| REQUIRED | *string* | A short, human-readable label to display for the source of the information displayed on this card. If a `url` is also specified, this may be the text for the hyperlink. `url` | OPTIONAL | *URL* | An optional absolute URL to load (via `GET`, in a browser context) when a user clicks on this link to learn more about the organization or data set that provided the information on this card. Note that this URL should not be used to supply a context-specific "drill-down" view of the information on this card. For that, use `link.url` instead. -`icon` | OPTIONAL | *URL* | An optional absolute URL to an icon for the source of this card. The icon returned by this URL should be in PNG format, an image size of 100x100 pixels, and must not include any transparent regions. +`icon` | OPTIONAL | *URL* | An absolute URL to an icon for the source of this card. The icon returned by this URL SHOULD be a 100x100 pixel PNG image without any transparent regions. #### Suggestion