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