<?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>14213</bug_id>
          
          <creation_ts>2011-09-19 08:34:00 +0000</creation_ts>
          <short_desc>missing transitive dependencies - NodeIterator, Range, TreeWalker</short_desc>
          <delta_ts>2011-12-02 17:43:25 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Glenn Adams">glenn</reporter>
          <assigned_to>contributor</assigned_to>
          <cc>annevk</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>56981</commentid>
    <comment_count>0</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2011-09-19 08:34:00 +0000</bug_when>
    <thetext>2.2.2 states &quot;Implementations must support DOM Core...&quot; and lists Document as one of the required interfaces;

the Document interface defines the following methods:

createNodeIterator
createRange
createTreeWalker

which return NodeIterator, Range, TreeWalker

therefore, by transitive closure, these three types are also dependencies that should be listed in 2.2.2, that is,  unless the support for Document is qualified to allow exclusion of these methods in a compliant implementation (thereby breaking the dependency)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56982</commentid>
    <comment_count>1</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-09-19 08:38:56 +0000</bug_when>
    <thetext>Why would you need to mention the implicit dependencies explicitly? Then you might as well copy the whole specification.

&quot;Ooh, Node depends on implementing clodeNode which depends on the clone algorithm, which depends on... Lets copy all!&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56984</commentid>
    <comment_count>2</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2011-09-19 09:26:37 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Why would you need to mention the implicit dependencies explicitly? Then you
&gt; might as well copy the whole specification.
&gt; 
&gt; &quot;Ooh, Node depends on implementing clodeNode which depends on the clone
&gt; algorithm, which depends on... Lets copy all!&quot;

because determining whether an implementation is compliant or not means knowing what interfaces are mandatory or not; as defined, it is ambiguous what is mandatory in an HTML5 UA; are these three interfaces mandatory or not? including Document as mandatory would seem to imply they are, but then they are not listed in 2.2.2 which makes one question the former</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57117</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-09-21 21:05:16 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: If we were to explicitly list the transitive closure of all the dependencies, we&apos;d end up referencing specs like the electrical grid, screws, motherboard design specs, wifi... That way lies madness.

If a reader wants to follow the references, they can follow them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57136</commentid>
    <comment_count>4</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2011-09-21 23:22:12 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
&gt; satisfied with this response, please change the state of this bug to CLOSED. If
&gt; you have additional information and would like the editor to reconsider, please
&gt; reopen this bug. If you would like to escalate the issue to the full HTML
&gt; Working Group, please add the TrackerRequest keyword to this bug, and suggest
&gt; title and text for the tracker issue; or you may create a tracker issue
&gt; yourself, if you are able to do so. For more details, see this document:
&gt;    http://dev.w3.org/html5/decision-policy/decision-policy.html
&gt; 
&gt; Status: Rejected
&gt; Change Description: no spec change
&gt; Rationale: If we were to explicitly list the transitive closure of all the
&gt; dependencies, we&apos;d end up referencing specs like the electrical grid, screws,
&gt; motherboard design specs, wifi... That way lies madness.
&gt; 
&gt; If a reader wants to follow the references, they can follow them.

in that case, please add a general comment in 2.2.2 that indicates the intention not to list type dependencies that obtain solely from indirect inclusion via transitive closure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60796</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-12-02 17:43:25 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: I don&apos;t even know what that means; I cannot tell what problem it fixes, or what readers could possibly be confused by not having such a statement.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>