Closed zepumph closed 5 years ago
Thanks for these suggestions! I just implemented and pushed these changes for this issue, along with #168 and #169. Do you want to review to confirm that these are changed as you'd imagined @zepumph?
I moved the tagName to the options, since that is most idiomatic to phet code and it wasn't totally obvious that that was a setter for the supertype when lumped in with the local storage of passed in parameters.
Your changes look good. Closing
I noticed that is just a container Node, but the
MolarityBeakerDescriptionNode
itself doesn't have any PDOM content. Perhaps try getting rid ofbeakerDescriptionList
in exchange for calls tothis
instead.