Re: [svgwg] Use <dfn> for definitions (#417)

Everybody stand back. I know Regular Expressions.

[![The XKCD comic that features that famous line. It involves someone swinging in on a rope to solve a dastardly mystery with a few lines of perl.](https://imgs.xkcd.com/comics/regular_expressions.png)](https://xkcd.com/208/)

I've replaced all `<dt>` elements with an `id` starting with "Term", moving the ID to a `dfn` element inside the `dt`. A total of 31 changes in _conform.html_, _struct.html_, and _text.html_. I haven't broken the SVG build. Hopefully, I've fixed the CSS/Bikeshed builds.

I haven't added any alternate linking terms — e.g., for where the SVG definitions use multiple `<dt>` elements with only one `id` on the first term. If there is anything else you want to link to that isn't being picked up by Bikeshed, please file a PR with the necessary fix.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/417#issuecomment-493610575 using your GitHub account

Received on Friday, 17 May 2019 21:54:46 UTC