Re: Added support for direct input in WebIDL checker

On Fri, 11 Dec 2009, Dominique Hazael-Massieux wrote:
> Le vendredi 11 décembre 2009 à 13:12 +0000, Ian Hickson a écrit :
> > > As you may know, I have set up an on-line tool to check the correctness 
> > > of WebIDL fragments embedded in HTML documents: 
> > > http://www.w3.org/2009/07/webidl-check (based on Aplix’s widlproc)
> > 
> > I was adding this to my pipeline earlier but I noticed that some of the 
> > IDL blocks seem to be getting missed. Any idea why?
> > 
> > For example:
> > http://www.w3.org/2009/07/webidl-check?doc=http://www.whatwg.org/specs/web-apps/current-work/complete.html&input=&output=html
> > ...doesn't list "HTMLFormControlsCollection".
> 
> The link above currently lists an error in "interface
> HTMLCollection" (sounds like your cat might have had a stab at editing
> that IDL), which stops listing the detailed interfaces.

Er, oops. Fixed.


> I assume that the problem you’re reporting was that
> HTMLFormControlsCollection didn’t appear in the list of extracted IDLs.

Right.


> If so, I think the code that displays the extracted interfaces is
> somewhat buggy right now in the tool and might not correctly show them
> all (even if it correctly extracts and checks them); if that’s correct,
> I’ll look into fixing it once I get confirmation.

Cool, thanks.

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

Received on Friday, 11 December 2009 16:22:04 UTC