|
25 | 25 |
|
26 | 26 | <h1>CSSOM View Module</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 24 June 2013</h2> |
| 28 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 25 June 2013</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 |
|
@@ -92,7 +92,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
92 | 92 | can be found in the <a href="http://www.w3.org/TR/">W3C technical reports |
93 | 93 | index at http://www.w3.org/TR/.</a></em> |
94 | 94 |
|
95 | | -<p>This is the 24 June 2013 Editor's Draft of CSSOM View. Please send |
| 95 | +<p>This is the 25 June 2013 Editor's Draft of CSSOM View. Please send |
96 | 96 | comments to |
97 | 97 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a> |
98 | 98 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
@@ -729,14 +729,15 @@ <h2 id="extensions-to-the-document-interface"><span class="secno">6 </span>Exten |
729 | 729 | <a href="#viewport">viewport</a> associated with the document, the method must return null.</p> |
730 | 730 |
|
731 | 731 | <p class="note">The <code title="dom-Document-elementFromPoint"><a href="#dom-document-elementfrompoint">elementFromPoint()</a></code> method does not necessarily return the top-most painted element. For |
732 | | -instnace, an element can be excluded from being a target for hit testing by using the 'pointer-events' CSS property. |
| 732 | +instance, an element can be excluded from being a target for hit testing by using the 'pointer-events' CSS property. |
733 | 733 |
|
734 | 734 | <p class="atrisk">The <dfn id="dom-document-elementsfrompoint" title="dom-Document-elementsFromPoint"><code>elementsFromPoint(<var>x</var>, <var>y</var>)</code></dfn> method must return a sequence of |
735 | 735 | elements at coordinates <var>x</var>,<var>y</var> in the <a href="#viewport">viewport</a>. The sequence to be returned is sorted by paint order, with the first element as |
736 | | -the topmost in the order. If either argument is negative, <var>x</var> is greater than the <a href="#viewport">viewport</a> width excluding the size of a rendered scroll |
737 | | -bar (if any), or <var>y</var> is greater than the <a href="#viewport">viewport</a> height excluding the size of a rendered scroll bar (if any), the method must return an |
738 | | -empty sequence. If there is no element at the given position the method must return a sequence containing the root element, if any, or an empty sequence |
739 | | -otherwise. If there is no <a href="#viewport">viewport</a> associated with the document, the method must return an empty sequence. |
| 736 | +the topmost in the order. Elements that would not be a target for hit testing at coordinates <var>x</var>,<var>y</var> even if nothing was overlapping it must |
| 737 | +not be included in the list. If either argument is negative, <var>x</var> is greater than the <a href="#viewport">viewport</a> width excluding the size of a rendered |
| 738 | +scroll bar (if any), or <var>y</var> is greater than the <a href="#viewport">viewport</a> height excluding the size of a rendered scroll bar (if any), the method must |
| 739 | +return an empty sequence. If there is no element at the given position the method must return a sequence containing the root element, if any, or an empty |
| 740 | +sequence otherwise. If there is no <a href="#viewport">viewport</a> associated with the document, the method must return an empty sequence. |
740 | 741 |
|
741 | 742 | <p>The <dfn id="dom-document-caretpositionfrompoint" title="dom-Document-caretPositionFromPoint"><code>caretPositionFromPoint(<var>x</var>, <var>y</var>)</code></dfn> method must return the |
742 | 743 | result of running these steps:</p> |
|
0 commit comments