Re: Proposed W3C Spec Conventions

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