Skip to content

Commit 77a9aa4

Browse files
committed
[selectors-4] Delete also the :drop() pseudos in the summary table. #2257
1 parent 18b4e15 commit 77a9aa4

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

Diff for: selectors-4/Overview.bs

+2-21
Original file line numberDiff line numberDiff line change
@@ -316,26 +316,6 @@ Selectors Overview</h2>
316316
should be drawn for that element
317317
<td>[[#useraction-pseudos]]
318318
<td>4
319-
<tr>
320-
<td><code>E:drop</code>
321-
<td>an E element that can possibly receive a drop
322-
<td>[[#drag-pseudos]]
323-
<td>4
324-
<tr>
325-
<td><code>E:drop(active)</code>
326-
<td>an E element that is the current drop target for the item being dragged
327-
<td>[[#drag-pseudos]]
328-
<td>4
329-
<tr>
330-
<td><code>E:drop(valid)</code>
331-
<td>an E element that could receive the item currently being dragged
332-
<td>[[#drag-pseudos]]
333-
<td>4
334-
<tr>
335-
<td><code>E:drop(invalid)</code>
336-
<td>an E element that cannot receive the item currently being dragged, but could receive some other item
337-
<td>[[#drag-pseudos]]
338-
<td>4
339319
<tbody>
340320
<tr>
341321
<td><code>E:enabled<br>E:disabled</code>
@@ -3956,7 +3936,7 @@ Changes</h2>
39563936
<li>Changed <a>column combinator</a> from double slash to double pipe.
39573937
</ul>
39583938

3959-
Additions since <a href="https://www.w3.org/TR/css-cascade-3/">Level 3</a>:
3939+
Additions since <a href="https://www.w3.org/TR/selectors-3/">Level 3</a>:
39603940

39613941
<ul>
39623942
<li>Added '':dir()''.
@@ -3968,6 +3948,7 @@ Changes</h2>
39683948
<li>Added case-insensitive attribute-value matching.
39693949
</ul>
39703950

3951+
ISSUE: Update this list.
39713952

39723953
<h2 id="acknowledgements">
39733954
Acknowledgements</h2>

0 commit comments

Comments
 (0)