[whatwg] microformats incompatible with WebApps 1.0 ?

Ian Hickson ian at hixie.ch
Mon Dec 11 16:24:27 PST 2006


On Tue, 12 Dec 2006, Karl Dubost wrote:
> Le 12 déc. 2006 à 07:19, Ian Hickson a écrit :
> > > I'm not sure what the solution to this problem is.
> > 
> > Me neither. Suggestions welcome.
> 
> For example for hcard, you could do:
> 
> <link rel="hcard" href="http://www.w3.org/2006/vcard/ns"/>
> <link rel="hcard" href="http://www.w3.org/2006/03/hcard"/>

I don't really understand how that would solve the problem; could you 
elaborate?


> I proposed to modify the link element as such:
> 
> ==================================
> 3.8.4. The link element
> 
> Metadata element.
> 
> Contexts in which this element may be used:
>     Where strictly inline-level content is allowed.
> ===================================
> 
> Rationale:
> So people can add it in a web form,  and then do in situ editing. Metadata can
> be near the content when needed.
> 
> I would also propose the same for the meta element.

Unfortunately in both cases we don't really have any choice; for back 
compat, <link> and <meta> elements that aren't in the <head> must be moved 
to the <head> by the parser.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


More information about the whatwg mailing list