You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cssom-view/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -906,7 +906,7 @@ The <dfn method for=Document>elementFromPoint(<var>x</var>, <var>y</var>)</dfn>
906
906
Note: The {{elementFromPoint()}} method does not necessarily return the top-most painted element. For
907
907
instance, an element can be excluded from being a target for hit testing by using the 'pointer-events' CSS property.
908
908
909
-
<p class=atrisk>
909
+
<p>
910
910
The <dfn method for=Document>elementsFromPoint(<var>x</var>, <var>y</var>)</dfn> method must follow these steps:
911
911
912
912
1. Let <var>sequence</var> be a new empty sequence.
@@ -969,7 +969,7 @@ specification and therefore the exact details of
969
969
are therefore too. Hit testing will hopefully be defined in a future
970
970
revision of CSS or HTML.
971
971
972
-
<p class=atrisk>The <dfn attribute for=Document>scrollingElement</dfn> attribute, on getting, must run these steps:
972
+
<p>The <dfn attribute for=Document>scrollingElement</dfn> attribute, on getting, must run these steps:
973
973
974
974
1. If the {{Document}} is in <a>quirks mode</a>, follow these substeps:
975
975
1. If <a>the HTML <code>body</code> element</a> exists, and it is not <a>potentially scrollable</a>, return <a>the HTML <code>body</code> element</a> and abort these steps.
0 commit comments