<?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>27703</bug_id>
          
          <creation_ts>2014-12-26 18:50:41 +0000</creation_ts>
          <short_desc>Navigator member should be DOMString</short_desc>
          <delta_ts>2015-12-07 03:34:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>IndieUI</product>
          <component>IndieUI: User Context</component>
          <version>Future</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="Rainer Schuster">rainer.schuster</reporter>
          <assigned_to name="James Craig">jcraig</assigned_to>
          
          
          <qa_contact name="Michael Cooper">cooper</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>116690</commentid>
    <comment_count>0</comment_count>
    <who name="Rainer Schuster">rainer.schuster</who>
    <bug_when>2014-12-26 18:50:41 +0000</bug_when>
    <thetext>Instead of

partial interface Navigator {
 DOMstring? userSetting (DOMString key);
 void addUserSettingListener (DOMString key, UserSettingListener callback);
 void removeUserSettingListener (DOMString key, UserSettingListener callback);
};

it should be

partial interface Navigator {
 DOMString? userSetting (DOMString key);
 void addUserSettingListener (DOMString key, UserSettingListener callback);
 void removeUserSettingListener (DOMString key, UserSettingListener callback);
};

The first &quot;s&quot; in the first DOMString is lowercase but should be uppercase.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>124375</commentid>
    <comment_count>1</comment_count>
    <who name="James Craig">jcraig</who>
    <bug_when>2015-12-07 03:34:59 +0000</bug_when>
    <thetext>Closing IndieUI bugs since the project ended.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>