Re: SVGTransformList WebIDL

The SVGElement WebIDL should have both viewportElement and ownerSVGElement
be nullable.

"The nearest ancestor 'svg'
e<http://www.w3.org/TR/SVG2/struct.html#SVGElement>lement.
Null if the given element is the outermost svg element"
"The element which established the current viewport. Often, the nearest
ancestor 'svg' element. Null if the given element is the outermost svg
element."

On Thu, Dec 20, 2012 at 1:32 AM, Cameron McCormack <cam@mcc.id.au> wrote:

> On 20/12/12 5:10 PM, David Zbarsky wrote:
>
>> Should the following change be made to the WebIDL for SVGTransformList?
>>
>> -  SVGTransform consolidate();
>> +  SVGTransform? consolidate();
>>
>> The spec says consolidate returns "The resulting SVGTransform object
>> which becomes single item in the list. If the list was empty, then a
>> value of null is returned. "
>>
>
> Thanks, fixed.
>
>


-- 
Best Regards,
David Zbarsky

Received on Thursday, 20 December 2012 21:03:55 UTC