<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25284</bug_id>
          
          <creation_ts>2014-04-07 11:13:13 +0000</creation_ts>
          <short_desc>Correct nullability for SVGSVGElement getIntersectionList and getEnclosureList</short_desc>
          <delta_ts>2014-04-07 11:13:13 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>SVG</product>
          <component>SVG Document Object Model (DOM)</component>
          <version>SVG 2.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>Test Suite</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nils Barth">nbarth+w3bugzilla</reporter>
          <assigned_to name="Doug Schepers">schepers</assigned_to>
          
          
          <qa_contact name="SVG Public List">www-svg</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>103467</commentid>
    <comment_count>0</comment_count>
    <who name="Nils Barth">nbarth+w3bugzilla</who>
    <bug_when>2014-04-07 11:13:13 +0000</bug_when>
    <thetext>In the SVG 2 spec at:
5.11.2. Interface SVGSVGElement
http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
in the definition of interface SVGSVGElement, the members:
  NodeList getIntersectionList(SVGRect rect, SVGElement referenceElement);
  NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement);
should instead read:
  NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement);
  NodeList getEnclosureList(SVGRect rect, SVGElement? referenceElement);
i.e., referenceElement should be *nullable* (SVGElement*?*) in getIntersectionList and getEnclosureList.

The prose specifically assumes that these are nullable, reading:
SVGElement referenceElement
If not null, ...

http://www.w3.org/TR/SVG2/struct.html#__svg__SVGSVGElement__getIntersectionList
http://www.w3.org/TR/SVG2/struct.html#__svg__SVGSVGElement__getEnclosureList</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>