- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 17 Feb 2010 20:36:53 +0000 (UTC)
- To: Doug Schepers <schepers@w3.org>
- Cc: Anne van Kesteren <annevk@opera.com>, Spec Prod <spec-prod@w3.org>, Geoffrey Sneddon <gsneddon@opera.com>
On Wed, 17 Feb 2010, Doug Schepers wrote: > > Is this all of them? > [[ > dom-InterfaceName-attributeOrMethodName > event-eventname > elementname > attr-elementname-attributename > dom-elementname-attributeOrMethodName > concept-word > InterfaceName > ]] and just use the whole string for long algorithm names. > What's the example usage here? Like, for @bar of <foo>, is this right? > > <a href="#foo-element" title="foo"><code class="element">foo</code></a> In the source (before running anolis) this would just be: <code>foo</code> ...because the title="" can be omitted if it matches the element's textContent. > <a href="#bar-attribute" title="attr-foo-bar><code class="attr">bar</code></a> This would just be: <code title="attr-foo-bar">bar</code> Anolis takes care of making all the cross-references (<a>s). -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 17 February 2010 20:37:22 UTC