Skip to content

Commit 4d106d9

Browse files
author
Simon Pieters
committed
1 parent 4d529e7 commit 4d106d9

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>CSSOM View Module</h1>
1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 September 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 September 2013</h2>
2020

2121
<dl>
2222

@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
8383
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
8484
index at http://www.w3.org/TR/.</a></em>
8585

86-
<p>This is the 26 September 2013 Editor's Draft of CSSOM View. Please send
86+
<p>This is the 27 September 2013 Editor's Draft of CSSOM View. Please send
8787
comments to
8888
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
8989
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -1793,6 +1793,10 @@ <h3 class="atrisk" id="the-domquad-interface"><span class="secno">11.4 </span>Th
17931793

17941794
<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>.
17951795

1796+
<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>,
1797+
<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
1798+
attributes as appropriate to describe the new bounding box of the four points.
1799+
17961800

17971801
<h3 class="atrisk" id="the-geometryutils-interface"><span class="secno">11.5 </span>The <code title="">GeometryUtils</code> Interface</h3>
17981802

cssom-view/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,10 @@ <h3 class=atrisk>The <code title>DOMQuad</code> Interface</h3>
17511751

17521752
<p>The <dfn title=dom-DOMQuad-bounds><code>bounds</code></dfn> attribute must return the <span>associated bounding rectangle</span>.
17531753

1754+
<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>,
1755+
<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
1756+
attributes as appropriate to describe the new bounding box of the four points.
1757+
17541758

17551759
<h3 class=atrisk>The <code title>GeometryUtils</code> Interface</h3>
17561760

0 commit comments

Comments
 (0)