Skip to content

a11y: Don't copy attribute names in attribute sets

Matthias Clasen requested to merge a11y-strdup into master

We only need these names when serializing a11y information for tests. And copying these strings is entirely unnecessary. So, just pass a callback instead.

Merge request reports