You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Auth spec uses and alert block (marked {: .alert} in the source) which appears with a yellow bar and background, see https://iiif.io/api/auth/1.0/ before "Introduction"
The Presentation spec uses note blocks (marked {: .note} in the source) which used to appear with a colored bar and background (was it green or yellow?). These blocks are currently not styled in way that makes their meaning clear or calls them out. See:
The IIIF specifications use warning blocks (marked
{: .warning}
in the source) which appear with a red bar and background, e.g. the "Incompatibility Warning" in https://iiif.io/api/presentation/3.0/#55-annotation-pageThe Auth spec uses and alert block (marked
{: .alert}
in the source) which appears with a yellow bar and background, see https://iiif.io/api/auth/1.0/ before "Introduction"The Presentation spec uses note blocks (marked
{: .note}
in the source) which used to appear with a colored bar and background (was it green or yellow?). These blocks are currently not styled in way that makes their meaning clear or calls them out. See:Possible solutions:
{: .note}
work again{: .alert}
The text was updated successfully, but these errors were encountered: