Re: Validator Dev Watch: fuzzy matching for unknown elements/attributes

On 02/16/2009 12:11 PM, olivier Thereaux wrote:
> Hello,
> 
> Part of my hacking last week on the markup validator involved setting up 
> "fuzzy matching" of unknown elements/attributes in order to have the 
> validator say:
> “Line 12, Column 14: there is no attribute "crass". Maybe you meant 
> "class" or "classid"?”
> 
> The code is ready for testing on our development instance:
> http://qa-dev.w3.org/wmvs/HEAD/
> [...]

Thanks. I noticed that something interesting was happening in the code
when my local validator failed because the String::Approx module was
missing. This happened after I updated a few hours ago.

Received on Monday, 16 February 2009 23:56:18 UTC