[cssom-view] Make DOMQuad.bounds live. http://lists.w3.org/Archives/Public/www-style/2013Sep/0773.html

Fri, 27 Sep 2013 10:53:08 +0200

author
Simon Pieters <simonp@opera.com>
date
Fri, 27 Sep 2013 10:53:08 +0200
changeset 9291
481af401d278
parent 9290
8427cef11984
child 9292
9fd4be79fd94

[cssom-view] Make DOMQuad.bounds live. http://lists.w3.org/Archives/Public/www-style/2013Sep/0773.html

cssom-view/Overview.html file | annotate | diff | comparison | revisions
cssom-view/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom-view/Overview.html	Thu Sep 26 23:28:57 2013 -0700
     1.2 +++ b/cssom-view/Overview.html	Fri Sep 27 10:53:08 2013 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5   <h1>CSSOM View Module</h1>
     1.6  
     1.7 - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 September 2013</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 September 2013</h2>
     1.9  
    1.10   <dl>
    1.11  
    1.12 @@ -83,7 +83,7 @@
    1.13  can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    1.14  index at http://www.w3.org/TR/.</a></em>
    1.15  
    1.16 -<p>This is the 26 September 2013 Editor's Draft of CSSOM View. Please send
    1.17 +<p>This is the 27 September 2013 Editor's Draft of CSSOM View. Please send
    1.18  comments to
    1.19  <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
    1.20  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    1.21 @@ -1793,6 +1793,10 @@
    1.22  
    1.23  <p>The <dfn id="dom-domquad-bounds" title="dom-DOMQuad-bounds"><code>bounds</code></dfn> attribute must return the <a href="#associated-bounding-rectangle">associated bounding rectangle</a>.
    1.24  
    1.25 +<p>The <a href="#associated-bounding-rectangle">associated bounding rectangle</a> is live; whenever the objects in <code title="dom-DOMQuad-p1"><a href="#dom-domquad-p1">p1</a></code>, <code title="dom-DOMQuad-p2"><a href="#dom-domquad-p2">p2</a></code>,
    1.26 +<code title="dom-DOMQuad-p3"><a href="#dom-domquad-p3">p3</a></code> or <code title="dom-DOMQuad-p4"><a href="#dom-domquad-p4">p4</a></code> are changed, the <a href="#associated-bounding-rectangle">associated bounding rectangle</a> must update its
    1.27 +attributes as appropriate to describe the new bounding box of the four points.
    1.28 +
    1.29  
    1.30  <h3 class="atrisk" id="the-geometryutils-interface"><span class="secno">11.5 </span>The <code title="">GeometryUtils</code> Interface</h3>
    1.31  
     2.1 --- a/cssom-view/Overview.src.html	Thu Sep 26 23:28:57 2013 -0700
     2.2 +++ b/cssom-view/Overview.src.html	Fri Sep 27 10:53:08 2013 +0200
     2.3 @@ -1751,6 +1751,10 @@
     2.4  
     2.5  <p>The <dfn title=dom-DOMQuad-bounds><code>bounds</code></dfn> attribute must return the <span>associated bounding rectangle</span>.
     2.6  
     2.7 +<p>The <span>associated bounding rectangle</span> is live; whenever the objects in <code title=dom-DOMQuad-p1>p1</code>, <code title=dom-DOMQuad-p2>p2</code>,
     2.8 +<code title=dom-DOMQuad-p3>p3</code> or <code title=dom-DOMQuad-p4>p4</code> are changed, the <span>associated bounding rectangle</span> must update its
     2.9 +attributes as appropriate to describe the new bounding box of the four points.
    2.10 +
    2.11  
    2.12  <h3 class=atrisk>The <code title>GeometryUtils</code> Interface</h3>
    2.13  

mercurial