- Issue created by @Ilyna
For accessibility compliance, the description should be wrapped in a
(paragraph) tag rather than a
conveys semantic meaning and improves support for screen readers and keyboard navigation. According to the W3C WAI Page Structure guideline, ‘Use the paragraph element (
) to mark up paragraphs of text … The consistent styling of paragraphs improves text readability’.
So we need to add a
tag around the description.
Active
2.0
Code