From 0f100685f39793193ce315d20a09bc70fbf845e7 Mon Sep 17 00:00:00 2001 From: Nico Ekkart Date: Sun, 17 Mar 2024 11:01:00 +0100 Subject: [PATCH] docs: aria-selected true in Tabs HATEOS example The `aria-selected` attribute should be set to true in the first tab for consistency with the class `selected` being set. --- www/content/examples/tabs-hateoas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/examples/tabs-hateoas.md b/www/content/examples/tabs-hateoas.md index 9b21f95b9..3dc6169b9 100644 --- a/www/content/examples/tabs-hateoas.md +++ b/www/content/examples/tabs-hateoas.md @@ -16,7 +16,7 @@ Subsequent tab pages display all tabs and highlight the selected one accordingly ```html
- +