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: selectors/Overview.bs
+70-5Lines changed: 70 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1410,7 +1410,7 @@ Type selectors and namespaces</h4>
1410
1410
namespace has been defined.
1411
1411
</div>
1412
1412
1413
-
<h3 id="universal-selector">
1413
+
<h3 id="the-universal-selector">
1414
1414
Universal selector </h3>
1415
1415
1416
1416
The <dfn export>universal selector</dfn>, written as a
@@ -2227,7 +2227,7 @@ The drag-and-drop pseudo-class '':drop'' and '':drop()''</h3>
2227
2227
For example, in HTML the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute"><code>dropzone</code></a> attribute
2228
2228
specified that an element is a drop target.
2229
2229
2230
-
The <dfn>:drop()</dfn> functional pseudo-class is identical to '':drop'',
2230
+
The <dfn id="selectordef-drop-function">:drop()</dfn> functional pseudo-class is identical to '':drop'',
2231
2231
but allows additional filters to be specified that can exclude some drop targets.
0 commit comments