Scott Rossillo
Scott Rossillo
Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x] Make sure the PR doesn't introduce...
HTML5 allows the use of `data-foo`, `data-foo-bar`, etc to specify information on elements. These are relatively harmless and should only contain text. Currently, each data- attribute needs to be specified...
XML is allowed to contain mixed types (types with elements and text nodes), for example: ``` Dear Mr.John Smith. Your order 1032 will be shipped on 2001-07-13 Thank you for...