Added Float64Array type and reference to Typed-Array spec

Sat, 09 Mar 2013 06:51:24 -0800

author
Dirk Schulze <dschulze@adobe.com>
date
Sat, 09 Mar 2013 06:51:24 -0800
changeset 730
35f523801990
parent 729
faeda8c03e8f
child 731
fd09b94a3a4d

Added Float64Array type and reference to Typed-Array spec

filters/Filters.src.html file | annotate | diff | comparison | revisions
filters/index.html file | annotate | diff | comparison | revisions
matrix/ChangeLog file | annotate | diff | comparison | revisions
matrix/index.html file | annotate | diff | comparison | revisions
     1.1 --- a/filters/Filters.src.html	Fri Mar 08 19:06:14 2013 -0800
     1.2 +++ b/filters/Filters.src.html	Sat Mar 09 06:51:24 2013 -0800
     1.3 @@ -3313,7 +3313,7 @@
     1.4  </div>
     1.5  
     1.6  <div class="example">
     1.7 -<p>The followinf example illustrates how images are placed relative
     1.8 +<p>The following example illustrates how images are placed relative
     1.9  to an object. From left to right:</p>
    1.10  <ul>
    1.11   <li>
    1.12 @@ -5758,13 +5758,10 @@
    1.13  </ul>
    1.14  
    1.15  <p>
    1.16 -  For content that falls under this restriction, it should not be rendered into
    1.17 -  the input image. For example, a filter effect that is applying to a cross-origin
    1.18 -  'iframe' element would receive a completely blank input image.
    1.19 +  For content that falls under this restriction, the filter has no affect. For example, a filter effect that is applying to a cross-origin
    1.20 +  'iframe' element does not have any affect on this element.
    1.21  </p>
    1.22  
    1.23 -<div class="issue" id="issue-cors">It might be better to specify that if a CORS violation is attempted, then the filter is disabled (instead of running the filter with an empty canvas).</div>
    1.24 -
    1.25  <h2 id="DOMInterfaces">DOM interfaces</h2>
    1.26  
    1.27  <h3 id="InterfaceSVGFilterElement">Interface SVGFilterElement</h3>
     2.1 --- a/filters/index.html	Fri Mar 08 19:06:14 2013 -0800
     2.2 +++ b/filters/index.html	Sat Mar 09 06:51:24 2013 -0800
     2.3 @@ -11,7 +11,7 @@
     2.4     rel=dcterms.rights>
     2.5    <meta content="Filter Effects 1.0" name=dcterms.title>
     2.6    <meta content=text name=dcterms.type>
     2.7 -  <meta content=2013-03-08 name=dcterms.issued>
     2.8 +  <meta content=2013-03-09 name=dcterms.issued>
     2.9    <meta content="Dean Jackson" name=dcterms.creator>
    2.10    <meta content="Erik Dahlström" name=dcterms.creator>
    2.11    <meta content="Dirk Schulze" name=dcterms.creator>
    2.12 @@ -35,14 +35,14 @@
    2.13  
    2.14     <h1>Filter Effects 1.0</h1>
    2.15  
    2.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 March 2013</h2>
    2.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 March 2013</h2>
    2.18  
    2.19     <dl>
    2.20      <dt>This version:
    2.21  
    2.22      <dd> <a
    2.23       href="http://dvcs.w3.org/hg/FXTF/raw-file/default/filters/index.html">http://dvcs.w3.org/hg/FXTF/raw-file/default/filters/index.html</a>
    2.24 -     <!--http://www.w3.org/TR/2013/WD-filter-effects-20130308/-->
    2.25 +     <!--http://www.w3.org/TR/2013/WD-filter-effects-20130309/-->
    2.26  
    2.27      <dt>Latest version:
    2.28  
    2.29 @@ -8081,7 +8081,7 @@
    2.30        </div>
    2.31  
    2.32        <div class=example>
    2.33 -       <p>The followinf example illustrates how images are placed relative to
    2.34 +       <p>The following example illustrates how images are placed relative to
    2.35          an object. From left to right:
    2.36  
    2.37         <ul>
    2.38 @@ -12670,14 +12670,10 @@
    2.39          href="http://www.w3.org/TR/SVG/struct.html#UseElement">&lt;use&gt;</a></span>
    2.40        </ul>
    2.41  
    2.42 -      <p> For content that falls under this restriction, it should not be
    2.43 -       rendered into the input image. For example, a filter effect that is
    2.44 -       applying to a cross-origin ‘<code class=property>iframe</code>’
    2.45 -       element would receive a completely blank input image.
    2.46 -
    2.47 -      <div class=issue id=issue-cors>It might be better to specify that if a
    2.48 -       CORS violation is attempted, then the filter is disabled (instead of
    2.49 -       running the filter with an empty canvas).</div>
    2.50 +      <p> For content that falls under this restriction, the filter has no
    2.51 +       affect. For example, a filter effect that is applying to a
    2.52 +       cross-origin ‘<code class=property>iframe</code>’ element does not
    2.53 +       have any affect on this element.
    2.54  
    2.55        <h2 id=DOMInterfaces><span class=secno>18. </span>DOM interfaces</h2>
    2.56  
     3.1 --- a/matrix/ChangeLog	Fri Mar 08 19:06:14 2013 -0800
     3.2 +++ b/matrix/ChangeLog	Sat Mar 09 06:51:24 2013 -0800
     3.3 @@ -1,3 +1,6 @@
     3.4 +2013-03-09  Dirk Schulze  <dschulze@adobe.com>
     3.5 +	Added Float64Array type and reference to Typed-Array spec.
     3.6 +
     3.7  2013-03-08  Dirk Schulze  <dschulze@adobe.com>
     3.8  	Update normative references.
     3.9  
     4.1 --- a/matrix/index.html	Fri Mar 08 19:06:14 2013 -0800
     4.2 +++ b/matrix/index.html	Sat Mar 09 06:51:24 2013 -0800
     4.3 @@ -114,7 +114,7 @@
     4.4          </dd>
     4.5          <dt>sequence&lt;double> quaternions</dt>
     4.6          <dd>
     4.7 -          Is an sequence of four double items representing the two quaternions for the rotation of the matrix.
     4.8 +          Is an sequence of four double items representing the quaternions for the rotation of the matrix.
     4.9          </dd>
    4.10        </dl>
    4.11  
    4.12 @@ -182,7 +182,16 @@
    4.13              <dl class='parameters'>
    4.14                <dt>Float32array array</dt>
    4.15                <dd>
    4.16 -                Create an identity matrix first. An array of 6 items sets the element values <code>a</code> to <code>f</code>. An array of 16 items sets the element values <code>m11</code> to <code>m44</code>.
    4.17 +                Create an identity matrix first. An Float32array [[!TYPED-ARRAYS]] of 6 items sets the element values <code>a</code> to <code>f</code>. An array of 16 items sets the element values <code>m11</code> to <code>m44</code>.
    4.18 +              </dd>
    4.19 +            </dl>
    4.20 +          </dd>
    4.21 +          <dt>Constructor()</dt>
    4.22 +          <dd>
    4.23 +            <dl class='parameters'>
    4.24 +              <dt>Float64array array</dt>
    4.25 +              <dd>
    4.26 +                Create an identity matrix first. An Float64array [[!TYPED-ARRAYS]] of 6 items sets the element values <code>a</code> to <code>f</code>. An array of 16 items sets the element values <code>m11</code> to <code>m44</code>.
    4.27                </dd>
    4.28              </dl>
    4.29            </dd>
    4.30 @@ -671,7 +680,11 @@
    4.31              </dd>
    4.32              <dt>Float32Array toFloat32Array()</dt>
    4.33              <dd>
    4.34 -              Returns the serialized elements of the current matrix in column-major order as Float32Array.
    4.35 +              Returns the serialized elements of the current matrix in column-major order as Float32Array [[!TYPED-ARRAYS]].
    4.36 +            </dd>
    4.37 +            <dt>Float64Array toFloat64Array()</dt>
    4.38 +            <dd>
    4.39 +              Returns the serialized elements of the current matrix in column-major order as Float64Array [[!TYPED-ARRAYS]].
    4.40              </dd>
    4.41              <dt>DecomposedMatrix decompose()</dt>
    4.42              <dd>

mercurial