Skip to content

Commit

Permalink
[selectors-4] Delete also the :drop() pseudos in the summary table. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 15, 2018
1 parent 18b4e15 commit 77a9aa4
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -316,26 +316,6 @@ Selectors Overview</h2>
should be drawn for that element
<td>[[#useraction-pseudos]]
<td>4
<tr>
<td><code>E:drop</code>
<td>an E element that can possibly receive a drop
<td>[[#drag-pseudos]]
<td>4
<tr>
<td><code>E:drop(active)</code>
<td>an E element that is the current drop target for the item being dragged
<td>[[#drag-pseudos]]
<td>4
<tr>
<td><code>E:drop(valid)</code>
<td>an E element that could receive the item currently being dragged
<td>[[#drag-pseudos]]
<td>4
<tr>
<td><code>E:drop(invalid)</code>
<td>an E element that cannot receive the item currently being dragged, but could receive some other item
<td>[[#drag-pseudos]]
<td>4
<tbody>
<tr>
<td><code>E:enabled<br>E:disabled</code>
Expand Down Expand Up @@ -3956,7 +3936,7 @@ Changes</h2>
<li>Changed <a>column combinator</a> from double slash to double pipe.
</ul>

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

<ul>
<li>Added '':dir()''.
Expand All @@ -3968,6 +3948,7 @@ Changes</h2>
<li>Added case-insensitive attribute-value matching.
</ul>

ISSUE: Update this list.

<h2 id="acknowledgements">
Acknowledgements</h2>
Expand Down

0 comments on commit 77a9aa4

Please sign in to comment.