This one slipped through the cracks, but there's a test and fix now.
Static attributes were added as a perf enhancement, because every attribute was getting its own fragment, which causes a bunch of extra allocation for something that's just going to end up rendering the same string it already knows.
This one slipped through the cracks, but there's a test and fix now.
Static attributes were added as a perf enhancement, because every attribute was getting its own fragment, which causes a bunch of extra allocation for something that's just going to end up rendering the same string it already knows.