diff --git a/assets/images/icons/not_allowed.png b/assets/images/icons/no.png similarity index 100% rename from assets/images/icons/not_allowed.png rename to assets/images/icons/no.png diff --git a/assets/images/icons/recommended.png b/assets/images/icons/partial.png similarity index 100% rename from assets/images/icons/recommended.png rename to assets/images/icons/partial.png diff --git a/assets/images/icons/required.png b/assets/images/icons/yes.png similarity index 100% rename from assets/images/icons/required.png rename to assets/images/icons/yes.png diff --git a/recipe/matrix.md b/recipe/matrix.md index 0f9842dc1..4b0f27a80 100644 --- a/recipe/matrix.md +++ b/recipe/matrix.md @@ -43,7 +43,7 @@ Currently [Mirador 3](https://projectmirador.org/), the [Universal Viewer](https ## Viewer Matrix -The possible values for viewer support are YES - , NO - or Partial - ![Partial][PARTIAL]. Click on the recipe name to see links to supporting viewers' behaviour with the recipe manifest. This will allow you to see whether it achieves the required function in the way you expect. +The possible values for viewer support are Yes - ![Yes][YES]{:title="Yes"}, No - ![No][NO]{:title="No"} or Partial - ![Partial][PARTIAL]{:title="Partial"}. Click on the recipe name to see links to supporting viewers' behaviour with the recipe manifest. This will allow you to see whether it achieves the required function in the way you expect. {% for topic in page.topics %} {% if topic.key %} {% assign topic_key = topic.key %} @@ -59,9 +59,9 @@ The possible values for viewer support are YES - - Recipe + Recipe {% for viewer in page.viewers %} - {{ viewer }} + {{ viewer }} {% endfor %} {% for recipe in sorted %} @@ -72,17 +72,17 @@ The possible values for viewer support are YES - {% if current.id == viewer %} {% if current.support == "full" %} - Yes + Yes {% else if current.support == "partial" %} - Partial + Partial {% else %} - Yes + Yes {% endif %} {% else %} {% if recipe.viewers contains viewer %} - Yes + Yes {% else %} - ![No][NO] + No {% endif %} {% endif %} @@ -92,6 +92,6 @@ The possible values for viewer support are YES -