ReSpec tip

Hi all,

I'm seeing a lot of the following in drafts I'm looking at these days:

  <a href='#foo-interface><code>Foo</code></a>

in order to link to an interface defined in WebIDL in the draft. That's madness! The following works just as well:

  <a>Foo</a>

It's much nicer, too :)

-- 
Robin Berjon - http://berjon.com/

Received on Wednesday, 6 April 2011 15:57:27 UTC