Skip to content

Commit

Permalink
Proper naming in the PDOM
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Mar 3, 2023
1 parent 6256d42 commit e12c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/BodyNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class BodyNode extends ShadedSphereNode {

tagName: 'div',
focusable: true,
innerContent: 'Body',
innerContent: 'Body ' + ( body.index + 1 ),
ariaRole: 'application'
}, providedOptions );

Expand Down

0 comments on commit e12c7d0

Please sign in to comment.