Re: [svg2] tabindex and defaults

Rik Cabanier:
> Should it be optional in the IDL for SVGElement then?

It’s an IDL attribute, not an argument to an IDL operation, so optional
doesn’t really make sense.  Do you mean nullable, where null would
indicate that the content attribute is missing?  If so, then no, I think
we should just behave the same as HTMLElement.tabIndex (and other SVG
attributes where we reflect content attributes that have lacuna values)
and have it be 0 or -1.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Tuesday, 1 April 2014 03:17:09 UTC