[cssom-view] Math is hard, let's go shopping. http://lists.w3.org/Archives/Public/www-style/2013Oct/0022.html

Tue, 01 Oct 2013 13:30:46 +0200

author
Simon Pieters <simonp@opera.com>
date
Tue, 01 Oct 2013 13:30:46 +0200
changeset 9310
533b2f3d29b7
parent 9309
3eb9884be51c
child 9311
e251bb56c58e

[cssom-view] Math is hard, let's go shopping. http://lists.w3.org/Archives/Public/www-style/2013Oct/0022.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	Tue Oct 01 11:36:28 2013 +0200
     1.2 +++ b/cssom-view/Overview.html	Tue Oct 01 13:30:46 2013 +0200
     1.3 @@ -1684,17 +1684,17 @@
     1.4  value.
     1.5  
     1.6  <p>The <dfn id="dom-domrect-top" title="dom-DOMRect-top"><code>top</code></dfn> attribute, on getting, must return min(<a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y
     1.7 +coordinate</a>, <a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y coordinate</a> + <a href="#concept-geometry-rectangle-height" title="concept-geometry-rectangle-height">height</a>).
     1.8 +
     1.9 +<p>The <dfn id="dom-domrect-right" title="dom-DOMRect-right"><code>right</code></dfn> attribute, on getting, must return max(<a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x
    1.10 +coordinate</a>, <a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x coordinate</a> - <a href="#concept-geometry-rectangle-width" title="concept-geometry-rectangle-width">width</a>).
    1.11 +
    1.12 +<p>The <dfn id="dom-domrect-bottom" title="dom-DOMRect-bottom"><code>bottom</code></dfn> attribute, on getting, must return max(<a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y
    1.13  coordinate</a>, <a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y coordinate</a> - <a href="#concept-geometry-rectangle-height" title="concept-geometry-rectangle-height">height</a>).
    1.14  
    1.15 -<p>The <dfn id="dom-domrect-right" title="dom-DOMRect-right"><code>right</code></dfn> attribute, on getting, must return max(<a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x
    1.16 +<p>The <dfn id="dom-domrect-left" title="dom-DOMRect-left"><code>left</code></dfn> attribute, on getting, must return min(<a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x
    1.17  coordinate</a>, <a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x coordinate</a> + <a href="#concept-geometry-rectangle-width" title="concept-geometry-rectangle-width">width</a>).
    1.18  
    1.19 -<p>The <dfn id="dom-domrect-bottom" title="dom-DOMRect-bottom"><code>bottom</code></dfn> attribute, on getting, must return max(<a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y
    1.20 -coordinate</a>, <a href="#concept-geometry-rectangle-y-coordinate" title="concept-geometry-rectangle-y-coordinate">y coordinate</a> + <a href="#concept-geometry-rectangle-height" title="concept-geometry-rectangle-height">height</a>).
    1.21 -
    1.22 -<p>The <dfn id="dom-domrect-left" title="dom-DOMRect-left"><code>left</code></dfn> attribute, on getting, must return min(<a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x
    1.23 -coordinate</a>, <a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x coordinate</a> - <a href="#concept-geometry-rectangle-width" title="concept-geometry-rectangle-width">width</a>).
    1.24 -
    1.25  <p>The <dfn id="dom-domrectreadonly-x" title="dom-DOMRectReadOnly-x"><code>x</code></dfn>, <dfn id="dom-domrectreadonly-y" title="dom-DOMRectReadOnly-y"><code>y</code></dfn>,
    1.26  <dfn id="dom-domrectreadonly-width" title="dom-DOMRectReadOnly-width"><code>width</code></dfn>, <dfn id="dom-domrectreadonly-height" title="dom-DOMRectReadOnly-height"><code>height</code></dfn>,
    1.27  <dfn id="dom-domrectreadonly-top" title="dom-DOMRectReadOnly-top"><code>top</code></dfn>, <dfn id="dom-domrectreadonly-right" title="dom-DOMRectReadOnly-right"><code>right</code></dfn>,
    1.28 @@ -1985,6 +1985,7 @@
    1.29  David Vest,
    1.30  Elliott Sprehn,
    1.31  Garrett Smith,
    1.32 +Henrik Andersson,
    1.33  Hallvord R. M. Steen,
    1.34  Kang-Hao Lu,
    1.35  Leif Arne Storset,
    1.36 @@ -2006,7 +2007,7 @@
    1.37  Tab Atkins,
    1.38  Tarquin Wilton-Jones,
    1.39  Thomas Moore, and
    1.40 -Xiaomei Ji<!-- should actually use real name here -->
    1.41 +Xiaomei Ji
    1.42  
    1.43  for their contributions to this document.</p>
    1.44  
     2.1 --- a/cssom-view/Overview.src.html	Tue Oct 01 11:36:28 2013 +0200
     2.2 +++ b/cssom-view/Overview.src.html	Tue Oct 01 13:30:46 2013 +0200
     2.3 @@ -1642,17 +1642,17 @@
     2.4  value.
     2.5  
     2.6  <p>The <dfn title=dom-DOMRect-top><code>top</code></dfn> attribute, on getting, must return min(<span title=concept-geometry-rectangle-y-coordinate>y
     2.7 +coordinate</span>, <span title=concept-geometry-rectangle-y-coordinate>y coordinate</span> + <span title=concept-geometry-rectangle-height>height</span>).
     2.8 +
     2.9 +<p>The <dfn title=dom-DOMRect-right><code>right</code></dfn> attribute, on getting, must return max(<span title=concept-geometry-rectangle-x-coordinate>x
    2.10 +coordinate</span>, <span title=concept-geometry-rectangle-x-coordinate>x coordinate</span> - <span title=concept-geometry-rectangle-width>width</span>).
    2.11 +
    2.12 +<p>The <dfn title=dom-DOMRect-bottom><code>bottom</code></dfn> attribute, on getting, must return max(<span title=concept-geometry-rectangle-y-coordinate>y
    2.13  coordinate</span>, <span title=concept-geometry-rectangle-y-coordinate>y coordinate</span> - <span title=concept-geometry-rectangle-height>height</span>).
    2.14  
    2.15 -<p>The <dfn title=dom-DOMRect-right><code>right</code></dfn> attribute, on getting, must return max(<span title=concept-geometry-rectangle-x-coordinate>x
    2.16 +<p>The <dfn title=dom-DOMRect-left><code>left</code></dfn> attribute, on getting, must return min(<span title=concept-geometry-rectangle-x-coordinate>x
    2.17  coordinate</span>, <span title=concept-geometry-rectangle-x-coordinate>x coordinate</span> + <span title=concept-geometry-rectangle-width>width</span>).
    2.18  
    2.19 -<p>The <dfn title=dom-DOMRect-bottom><code>bottom</code></dfn> attribute, on getting, must return max(<span title=concept-geometry-rectangle-y-coordinate>y
    2.20 -coordinate</span>, <span title=concept-geometry-rectangle-y-coordinate>y coordinate</span> + <span title=concept-geometry-rectangle-height>height</span>).
    2.21 -
    2.22 -<p>The <dfn title=dom-DOMRect-left><code>left</code></dfn> attribute, on getting, must return min(<span title=concept-geometry-rectangle-x-coordinate>x
    2.23 -coordinate</span>, <span title=concept-geometry-rectangle-x-coordinate>x coordinate</span> - <span title=concept-geometry-rectangle-width>width</span>).
    2.24 -
    2.25  <p>The <dfn title=dom-DOMRectReadOnly-x><code>x</code></dfn>, <dfn title=dom-DOMRectReadOnly-y><code>y</code></dfn>,
    2.26  <dfn title=dom-DOMRectReadOnly-width><code>width</code></dfn>, <dfn title=dom-DOMRectReadOnly-height><code>height</code></dfn>,
    2.27  <dfn title=dom-DOMRectReadOnly-top><code>top</code></dfn>, <dfn title=dom-DOMRectReadOnly-right><code>right</code></dfn>,
    2.28 @@ -1917,6 +1917,7 @@
    2.29  David Vest,
    2.30  Elliott Sprehn,
    2.31  Garrett Smith,
    2.32 +Henrik Andersson,
    2.33  Hallvord R. M. Steen,
    2.34  Kang-Hao Lu,
    2.35  Leif Arne Storset,
    2.36 @@ -1938,7 +1939,7 @@
    2.37  Tab Atkins,
    2.38  Tarquin Wilton-Jones,
    2.39  Thomas Moore, and
    2.40 -Xiaomei Ji<!-- should actually use real name here -->
    2.41 +Xiaomei Ji
    2.42  
    2.43  for their contributions to this document.</p>
    2.44  

mercurial