Skip to content

Commit 18669d9

Browse files
committed
small markup fix
1 parent 9d4075d commit 18669d9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,8 +2319,8 @@ <h3 id=the-documentlayout><span class=secno>4.2. </span>The <code><a
23192319
}</pre>
23202320

23212321
<p>The <dfn id=documentlayout-elementfrompoint
2322-
title=documentlayout-elementfrompoint>elementFromPoint(<var
2323-
title="">x</var>, <var title="">y</var>)</dfn> method <em
2322+
title=documentlayout-elementfrompoint><code>elementFromPoint(<var
2323+
title="">x</var>, <var title="">y</var>)</code></dfn> method <em
23242324
class=ct>must</em> return the element for the given position. The element
23252325
to be returned is determined through <span class=issue>hit testing</span>.
23262326
If either argument is negative or if there is no element under the given

cssom/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,12 +1906,12 @@ <h3>The <code>DocumentLayout</code> Interface</h3>
19061906
}</pre>
19071907

19081908
<p>The
1909-
<dfn id="documentlayout-elementfrompoint" title="documentlayout-elementfrompoint">elementFromPoint(<var title="">x</var>, <var title="">y</var>)</dfn>
1910-
method <em class="ct">must</em> return the element for the given position. The
1911-
element to be returned is determined through <span class="issue">hit
1912-
testing</span>. If either argument is negative or if there is no element under
1913-
the given position the method <em class="ct">must</em> return
1914-
<code>null</code>.</p>
1909+
<dfn id="documentlayout-elementfrompoint" title="documentlayout-elementfrompoint"><code>elementFromPoint(<var title="">x</var>,
1910+
<var title="">y</var>)</code></dfn> method <em class="ct">must</em> return the
1911+
element for the given position. The element to be returned is determined
1912+
through <span class="issue">hit testing</span>. If either argument is negative
1913+
or if there is no element under the given position the method
1914+
<em class="ct">must</em> return <code>null</code>.</p>
19151915

19161916

19171917
<h3>The <code>ElementLayout</code> Interface</h3>

0 commit comments

Comments
 (0)