A11y: add labels to previously unlabeled buttons, fix order

This commit is contained in:
Pieter Vander Vennet 2023-12-14 18:25:35 +01:00
parent 736ab13ceb
commit fdde0aaeb3
21 changed files with 287 additions and 86 deletions

View file

@ -4721,6 +4721,9 @@
},
"3": {
"then": "All dishes are vegan"
},
"4": {
"then": "Some dishes might be adapted to a vegan version if asked for"
}
},
"question": "Does this business serve vegan meals?"
@ -4738,6 +4741,9 @@
},
"3": {
"then": "All dishes are vegetarian"
},
"4": {
"then": "Some dishes might be adapted to a vegetarian version, but this should be demanded"
}
},
"question": "Does this restaurant have a vegetarian option?"
@ -5252,7 +5258,41 @@
}
},
"icons": {
"description": "A layer acting as library for icon-tagrenderings, especially to show as badge next to a POI"
"description": "A layer acting as library for icon-tagrenderings, especially to show as badge next to a POI",
"tagRenderings": {
"osmlink": {
"mappings": {
"1": {
"then": {
"special": {
"arialabel": "Open on openstreetmap.org"
}
}
}
},
"render": {
"special": {
"arialabel": "Open on openstreetmap.org"
}
}
},
"phonelink": {
"mappings": {
"0": {
"then": {
"special": {
"arialabel": "phone"
}
}
}
},
"render": {
"special": {
"arialabel": "phone"
}
}
}
}
},
"indoors": {
"description": "Basic indoor mapping: shows room outlines",

View file

@ -4190,6 +4190,9 @@
},
"3": {
"then": "Enkel veganistische opties zijn beschikbaar"
},
"4": {
"then": "Op vraag kan een veganistische variant van een gerecht gemaakt worden"
}
},
"question": "Heeft deze eetgelegenheid een veganistische optie?"
@ -4207,6 +4210,9 @@
},
"3": {
"then": "Enkel vegetarische opties zijn beschikbaar"
},
"4": {
"then": "Sommige gerechten kunnen op vraag vegetarisch gemaakt worden"
}
},
"question": "Heeft deze eetgelegenheid een vegetarische optie?"
@ -4654,6 +4660,42 @@
}
}
},
"icons": {
"tagRenderings": {
"osmlink": {
"mappings": {
"1": {
"then": {
"special": {
"arialabel": "Bekijk op openstreetmap.org"
}
}
}
},
"render": {
"special": {
"arialabel": "Bekijk op openstreetmap.org"
}
}
},
"phonelink": {
"mappings": {
"0": {
"then": {
"special": {
"arialabel": "Telefoneer"
}
}
}
},
"render": {
"special": {
"arialabel": "Telefoneer"
}
}
}
}
},
"indoors": {
"description": "Een basis voor indoor-navigatie: toont binnenruimtes",
"name": "Binnenruimtes",