Tiny MCE editor stripping xlink:href parameter from SVG USE tag

[*]

Unfortunately the colon is a TinyMCE control character

Forces the attribute to the specified value. For example, ‘border:0’

…hence the switch to xlink=href. The only apparent solution is the wildcard use[*]

Use the control character ? which “separates attribute verification values” i.e. use[xlink?href]

[*]

Leave a Comment