[cssom-view] Apply transforms for ClientRect. <http://www.w3.org/mid/CAOp6jLYTCTYMwGVNSyvum7SbGfSsOh8GU59j5dRa+Z+CT1T7rw@mail.gmail.com>

Wed, 18 Sep 2013 14:51:53 +0200

author
Simon Pieters <simonp@opera.com>
date
Wed, 18 Sep 2013 14:51:53 +0200
changeset 9214
d6d6ed08b91a
parent 9213
92755512a865
child 9215
202bc4a6fe01

[cssom-view] Apply transforms for ClientRect. <http://www.w3.org/mid/CAOp6jLYTCTYMwGVNSyvum7SbGfSsOh8GU59j5dRa+Z+CT1T7rw@mail.gmail.com>

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	Wed Sep 18 14:09:57 2013 +0200
     1.2 +++ b/cssom-view/Overview.html	Wed Sep 18 14:51:53 2013 +0200
     1.3 @@ -966,7 +966,8 @@
     1.4    </ol>
     1.5   <li><p>If <a href="#caret-node">caret node</a> is a text entry widget that is a replaced element,
     1.6   and that is in the document, return a <code><a href="#clientrect">ClientRect</a></code> object for the caret
     1.7 - in the widget as represented by the <a href="#caret-offset">caret offset</a> value.
     1.8 + in the widget as represented by the <a href="#caret-offset">caret offset</a> value. The SVG transforms and CSS transforms that apply to the element and its ancestors are
     1.9 + applied. <a href="#refsSVG">[SVG]</a> <a href="#refsCSSTRANSFORMS">[CSSTRANSFORMS]</a>
    1.10   <li><p>Return null.
    1.11  </ol>
    1.12  
    1.13 @@ -1001,14 +1002,16 @@
    1.14   <li><p>If the element has an associated <a href="#svg-layout-box">SVG layout box</a> return a
    1.15   <code><a href="#clientrectlist">ClientRectList</a></code> object containing a single
    1.16   <code><a href="#clientrect">ClientRect</a></code> object that describes the bounding box of the
    1.17 - element as defined by the SVG specification.
    1.18 - <a href="#refsSVG">[SVG]</a></li>
    1.19 + element as defined by the SVG specification, applying the SVG transforms and CSS transforms that apply to the element and its ancestors.
    1.20 + <a href="#refsSVG">[SVG]</a> <a href="#refsCSSTRANSFORMS">[CSSTRANSFORMS]</a></li>
    1.21   <li>
    1.22    <p>Return a <code><a href="#clientrectlist">ClientRectList</a></code> object containing a list of
    1.23    <code><a href="#clientrect">ClientRect</a></code> objects in content order describing the border
    1.24    boxes (including those with a height or width of zero) with the
    1.25    following constraints:</p>
    1.26    <ul>
    1.27 +   <li><p>Apply the SVG transforms and CSS transforms that apply to the element and its ancestors. <a href="#refsSVG">[SVG]</a>
    1.28 +   <a href="#refsCSSTRANSFORMS">[CSSTRANSFORMS]</a>
    1.29     <li><p>If the element on which the method was invoked has a computed
    1.30     value for the 'display' property of 'table' or
    1.31     'inline-table' include both the table box and the caption
    1.32 @@ -1472,7 +1475,8 @@
    1.33   whole line box). The bounds of these <code><a href="#clientrect">ClientRect</a></code> objects are
    1.34   computed using font metrics; thus, for horizontal writing, the vertical
    1.35   dimension of each box is determined by the font ascent and descent, and
    1.36 - the horizontal dimension by the text advance width.</li>
    1.37 + the horizontal dimension by the text advance width. The SVG transforms and CSS transforms that apply to the ancestors are applied.
    1.38 + <a href="#refsSVG">[SVG]</a> <a href="#refsCSSTRANSFORMS">[CSSTRANSFORMS]</a></li>
    1.39  </ul>
    1.40  
    1.41  <p>The <dfn id="dom-range-getboundingclientrect" title="dom-Range-getBoundingClientRect"><code>getBoundingClientRect()</code></dfn> method, when invoked, must return the result of the following
    1.42 @@ -1697,6 +1701,9 @@
    1.43  <dt id="refsCSSOM">[CSSOM]
    1.44  <dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSS Object Model (CSSOM)</a></cite>, Simon Pieters and Glenn Adams. W3C.
    1.45  
    1.46 +<dt id="refsCSSTRANSFORMS">[CSSTRANSFORMS]
    1.47 +<dd><cite><a href="http://dev.w3.org/csswg/css-transforms/">CSS Transforms</a></cite>, Simon Fraser, Dean Jackson, Edward O'Connor et al.. W3C.
    1.48 +
    1.49  <dt id="refsCSSWRITINGMODES">[CSSWRITINGMODES]
    1.50  <dd><cite><a href="http://dev.w3.org/csswg/css-writing-modes/">CSS Writing Modes Module</a></cite>, Elika J. Etemad and Koji Ishii. W3C.
    1.51  
     2.1 --- a/cssom-view/Overview.src.html	Wed Sep 18 14:09:57 2013 +0200
     2.2 +++ b/cssom-view/Overview.src.html	Wed Sep 18 14:51:53 2013 +0200
     2.3 @@ -927,7 +927,8 @@
     2.4    </ol>
     2.5   <li><p>If <span>caret node</span> is a text entry widget that is a replaced element,
     2.6   and that is in the document, return a <code>ClientRect</code> object for the caret
     2.7 - in the widget as represented by the <span>caret offset</span> value.
     2.8 + in the widget as represented by the <span>caret offset</span> value. The SVG transforms and CSS transforms that apply to the element and its ancestors are
     2.9 + applied. <span data-anolis-ref>SVG</span> <span data-anolis-ref>CSSTRANSFORMS</span>
    2.10   <li><p>Return null.
    2.11  </ol>
    2.12  
    2.13 @@ -962,14 +963,16 @@
    2.14   <li><p>If the element has an associated <span>SVG layout box</span> return a
    2.15   <code>ClientRectList</code> object containing a single
    2.16   <code>ClientRect</code> object that describes the bounding box of the
    2.17 - element as defined by the SVG specification.
    2.18 - <span data-anolis-ref>SVG</span></li>
    2.19 + element as defined by the SVG specification, applying the SVG transforms and CSS transforms that apply to the element and its ancestors.
    2.20 + <span data-anolis-ref>SVG</span> <span data-anolis-ref>CSSTRANSFORMS</span></li>
    2.21   <li>
    2.22    <p>Return a <code>ClientRectList</code> object containing a list of
    2.23    <code>ClientRect</code> objects in content order describing the border
    2.24    boxes (including those with a height or width of zero) with the
    2.25    following constraints:</p>
    2.26    <ul>
    2.27 +   <li><p>Apply the SVG transforms and CSS transforms that apply to the element and its ancestors. <span data-anolis-ref>SVG</span>
    2.28 +   <span data-anolis-ref>CSSTRANSFORMS</span>
    2.29     <li><p>If the element on which the method was invoked has a computed
    2.30     value for the 'display' property of 'table' or
    2.31     'inline-table' include both the table box and the caption
    2.32 @@ -1433,7 +1436,8 @@
    2.33   whole line box). The bounds of these <code>ClientRect</code> objects are
    2.34   computed using font metrics; thus, for horizontal writing, the vertical
    2.35   dimension of each box is determined by the font ascent and descent, and
    2.36 - the horizontal dimension by the text advance width.</li>
    2.37 + the horizontal dimension by the text advance width. The SVG transforms and CSS transforms that apply to the ancestors are applied.
    2.38 + <span data-anolis-ref>SVG</span> <span data-anolis-ref>CSSTRANSFORMS</span></li>
    2.39  </ul>
    2.40  
    2.41  <p>The <dfn title=dom-Range-getBoundingClientRect><code>getBoundingClientRect()</code></dfn> method, when invoked, must return the result of the following

mercurial