Is xlink:href deprecated for svg <image>s?

Viewed 2414

According to MDN xlink:href, we should use href instead of xlink:href, but on the svg example page (which was last updated July 6, 2017), the attribute in the example is xlink:href.

Does it matter which attribute is used?

2 Answers

Yes, xlink:href will be dropped but for now I think the best long term option is to use both attributes together.

Related