<?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>14068</bug_id>
          
          <creation_ts>2011-09-07 20:11:01 +0000</creation_ts>
          <short_desc>Think about what to return for backColor/hiliteColor value if it winds up being fully transparent</short_desc>
          <delta_ts>2011-09-16 20:51:06 +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>HISTORICAL - HTML Editing APIs</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Aryeh Gregor">ayg</reporter>
          <assigned_to name="Aryeh Gregor">ayg</assigned_to>
          <cc>mike</cc>
    
    <cc>public-webapps</cc>
          
          <qa_contact name="HTML Editing APIs spec bugbot">sideshowbarker+html-editing-api</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>56492</commentid>
    <comment_count>0</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-09-07 20:11:01 +0000</bug_when>
    <thetext>Currently the spec says to return rgb(255, 255, 255).  Maybe we should return rgba(0, 0, 0, 0) instead.  Have to check what browsers do.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56868</commentid>
    <comment_count>1</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-09-15 21:28:45 +0000</bug_when>
    <thetext>IE10PP2: Returns gibberish (16777215)
Firefox 8.0a2: transparent
Chrome 15 dev: rgba(0, 0, 0, 0)
Opera 11.50: rgb(255, 255, 255)

So it looks like I match Opera here, of all things.  I think returning &quot;transparent&quot; as a special case instead of using rgb(a) syntax doesn&apos;t make sense, so I&apos;ll go with WebKit here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56913</commentid>
    <comment_count>2</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-09-16 20:51:06 +0000</bug_when>
    <thetext>https://dvcs.w3.org/hg/editing/rev/846e125a5e07</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>