Skip to content

Commit

Permalink
document tagName in AboutDialog, see #592
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 9, 2020
1 parent 35bf62f commit db010b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ define( require => {
spacing: 5,
children: children,

// a11y
// a11y - accessible container for all AboutDialog content
tagName: 'div'
} );

Expand Down

0 comments on commit db010b0

Please sign in to comment.