<?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>18003</bug_id>
          
          <creation_ts>2012-07-18 07:59:50 +0000</creation_ts>
          <short_desc>Change use of &quot;relevant namespace object&quot; term re workers</short_desc>
          <delta_ts>2012-09-14 16:58:25 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>Web Workers (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#dedicated-workers-and-the-dedicatedworkerglobalscope-interface</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>art.barstow</cc>
    
    <cc>cam</cc>
    
    <cc>erika.doyle</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>public-webapps</cc>
    
    <cc>silviapfeiffer1</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>70467</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-07-18 07:59:50 +0000</bug_when>
    <thetext>This was was cloned from bug 15158 as part of operation convergence.
Originally filed: 2011-12-12 23:32:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2011-12-12 23:32:12 +0000 
--------------------------------------------------------------------------------
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#dedicated-workers-and-the-dedicatedworkerglobalscope-interface
Complete: http://www.whatwg.org/c#dedicated-workers-and-the-dedicatedworkerglobalscope-interface

Comment:
Now that the &quot;relevant namespace object&quot; term has gone from Web IDL (since
modules have been removed) some text around here needs to be rewritten. You
probably want to refer to you don&apos;t need to mention the ECMAScript global
object specifically, but instead you might want to refer to Web IDL&apos;s
#dfn-expose, which can be used to control which interfaces are exposed in a
particular ECMAScript global environment. Just say &quot;ECMAScript global
environments for dedicated workers must not _expose_ the
SharedWorkerGlobalScope interface.&quot; and vice versa. I think that should be
sufficient.

Posted from: 150.101.156.250
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0a1) Gecko/20111209 Firefox/11.0a1
================================================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73832</commentid>
    <comment_count>1</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2012-09-14 05:03:20 +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: Accepted
   Change Description:
https://github.com/w3c/html/commit/f0fda0889db7175d9e4818fb6580606398941e64
   Rationale: accepted WHATWG fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73896</commentid>
    <comment_count>2</comment_count>
    <who name="Arthur Barstow">art.barstow</who>
    <bug_when>2012-09-14 11:29:47 +0000</bug_when>
    <thetext>Silvia - I don&apos;t see a new checkin in the Workers spec&apos;s CVS repository &lt;http://dev.w3.org/cvsweb/html5/workers/Overview.html&gt;. 

Was this bug fixed in some previous revision?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73916</commentid>
    <comment_count>3</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2012-09-14 12:37:23 +0000</bug_when>
    <thetext>Oops, I&apos;m sorry I got this mixed up as a bug of the HTML spec. Instead, it&apos;s
part of the WebAppsWG. It has been applied by Ian in
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15158 , so you might want to
check if that text has been pulled into the W3C spec.

Sorry for the confusion (again).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73931</commentid>
    <comment_count>4</comment_count>
    <who name="Arthur Barstow">art.barstow</who>
    <bug_when>2012-09-14 16:58:25 +0000</bug_when>
    <thetext>I checked the CVS log and this bug was fixed in r1.338 (9-Aug-2012) &lt;http://dev.w3.org/cvsweb/html5/workers/Overview.html.diff?r1=1.337;r2=1.338;f=h&gt; (aka r/7226) so I&apos;m changing it back to fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>