- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Aug 2019 20:01:42 +0000
- To: public-css-archive@w3.org
Two ways to fix that bikeshed complaint: the immediate solution, and the correct solution (which is basically just as easy). ^_^ Immediate solution is to use `<span id>` instead of `<a name>`; any `<a>` without an `href` is assumed to be an autolink by Bikeshed. Theoretically I could rule out `<a name>` too, but that's a legacy feature anyway; you should use IDs instead. The correct solution is to rewrite the markdown heading into an `<h3>`, and use the `oldids` attribute. [docs](https://tabatkins.github.io/bikeshed/#id-gen) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/4179#issuecomment-519247758 using your GitHub account
Received on Wednesday, 7 August 2019 20:01:44 UTC