From e12c7d0e932614222dced2a288bad24c6871256e Mon Sep 17 00:00:00 2001 From: AgustinVallejo Date: Fri, 3 Mar 2023 15:47:36 -0500 Subject: [PATCH] Proper naming in the PDOM --- js/view/BodyNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/view/BodyNode.ts b/js/view/BodyNode.ts index c2b14a5..05f338f 100644 --- a/js/view/BodyNode.ts +++ b/js/view/BodyNode.ts @@ -88,7 +88,7 @@ export default class BodyNode extends ShadedSphereNode { tagName: 'div', focusable: true, - innerContent: 'Body', + innerContent: 'Body ' + ( body.index + 1 ), ariaRole: 'application' }, providedOptions );