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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>72700</bug_id>
          
          <creation_ts>2011-11-18 01:04:49 -0800</creation_ts>
          <short_desc>[CSS Shaders] The mesh attributes have no &quot;attached&quot; identifier in the computed style</short_desc>
          <delta_ts>2013-04-22 16:13:45 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>https://dvcs.w3.org/hg/FXTF/raw-file/tip/custom/index.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>71392</blocked>
    
    <blocked>71446</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexandru Chiculita">achicu</reporter>
          <assigned_to name="Michelangelo De Simone">michelangelo</assigned_to>
          <cc>jnetterfield</cc>
    
    <cc>krit</cc>
    
    <cc>michelangelo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>505586</commentid>
    <comment_count>0</comment_count>
    <who name="Alexandru Chiculita">achicu</who>
    <bug_when>2011-11-18 01:04:49 -0800</bug_when>
    <thetext>There&apos;s no &quot;attached&quot; identifier in the specification of the shaders. In order to be verbose when calculating the computed style we need an &quot;attached&quot; identifier. Verbose mode means that even if the default mode is &quot;attached&quot;, we will have an &quot;attached&quot; identifier in the output of the computed style.

Adding this bug to make sure an &quot;attached&quot; mode is added to the spec, OR remove the comment in the code saying that the computed style will not contain any &quot;attached&quot; identifier.

example:
-webkit-filter: custom(url(vertex), 10) 
should compute to 
-webkit-filter: custom(url(vertex) none, 10 10 attached)

Currently, we cannot compute to the string with &quot;attached&quot;, because accordingly to the spec it is not a valid syntax.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>752934</commentid>
    <comment_count>1</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2012-10-28 03:42:23 -0700</bug_when>
    <thetext>I am a bit confused. Do you mix up computed values and computed style in the description? The computed value should have attached. The computed style shouldn&apos;t, if you didn&apos;t specify it. Even it the computed value has it :P</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>879501</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2013-04-22 16:13:45 -0700</bug_when>
    <thetext>Spoke with achicu on IRC. This part of CSSComputedStyleDeclaration is deprecated now and will be removed soon after finishing the new syntax for custom(). Closing this bug as invalid.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>