diff --git a/documentation/projects/proposals/rekognition_data/20240510-implementation_plan_machine_generated_tags_frontend.md b/documentation/projects/proposals/rekognition_data/20240510-implementation_plan_machine_generated_tags_frontend.md index 40ba8bb397f..3258eb80226 100644 --- a/documentation/projects/proposals/rekognition_data/20240510-implementation_plan_machine_generated_tags_frontend.md +++ b/documentation/projects/proposals/rekognition_data/20240510-implementation_plan_machine_generated_tags_frontend.md @@ -131,17 +131,17 @@ There are several options of displaying these properties. 3. Display generated tags in sections by provider so that we don't duplicate the tag provider on each tag. Then, on each tag, display the accuracy. - The first option is the simplest to implement, however, it fails to provide - the fullest information to the users. The second option provides the accuracy - and provider information to the user, however it is not very accessible. - Different browsers and screen readers treat the tooltips differently. We have - enough room on the page to display this data in full, using the third option: - labelling all the tags generated by a single provider with a "by provider" - heading, and adding the accuracy to the tag's inner content. This way, the - user will see the provider and the accuracy of the tag without any additional - actions. As a bonus, if a tag is generated by multiple providers, the user - will see that different providers generate the same tag, and will be able to - see the difference in accuracy between the providers. +The first option is the simplest to implement, however, it fails to provide +the fullest information to the users. The second option provides the accuracy +and provider information to the user, however it is not very accessible. +Different browsers and screen readers treat the tooltips differently. We have +enough room on the page to display this data in full, using the third option: +labelling all the tags generated by a single provider with a "by provider" +heading, and adding the accuracy to the tag's inner content. This way, the +user will see the provider and the accuracy of the tag without any additional +actions. As a bonus, if a tag is generated by multiple providers, the user +will see that different providers generate the same tag, and will be able to +see the difference in accuracy between the providers. ## Design