[svgwg] Use <dfn> for definitions

fantasai has just created a new issue for https://github.com/w3c/svgwg:

== Use <dfn> for definitions ==
Cross-linking to SVG terms is broken because y'all aren't using `<dfn>`.  E.g. Terms in https://www.w3.org/TR/SVG2/render.html#Definitions can't be linked to with Bikeshed.

Please mark up all your terms with `<dfn>`, even if they're in a `<dt>`. (Because `<dt>` isn't always a term being defined, we don't index `<dt>`; defining instances of a term need to use the defining instance tag, `<dfn>`.) Note you'll also need to move the ID from the `<dt>` to the `<dfn>` so that it's correctly associated.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/417 using your GitHub account

Received on Friday, 20 April 2018 21:02:43 UTC