From 77a9aa49c7a334fade8ed567544155daf88c1aa8 Mon Sep 17 00:00:00 2001 From: fantasai Date: Wed, 14 Nov 2018 17:26:33 -0800 Subject: [PATCH] [selectors-4] Delete also the :drop() pseudos in the summary table. #2257 --- selectors-4/Overview.bs | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index fa4efd527954..5eda75cf4e98 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -316,26 +316,6 @@ Selectors Overview should be drawn for that element [[#useraction-pseudos]] 4 - - E:drop - an E element that can possibly receive a drop - [[#drag-pseudos]] - 4 - - E:drop(active) - an E element that is the current drop target for the item being dragged - [[#drag-pseudos]] - 4 - - E:drop(valid) - an E element that could receive the item currently being dragged - [[#drag-pseudos]] - 4 - - E:drop(invalid) - an E element that cannot receive the item currently being dragged, but could receive some other item - [[#drag-pseudos]] - 4 E:enabled
E:disabled
@@ -3956,7 +3936,7 @@ Changes
  • Changed column combinator from double slash to double pipe. - Additions since Level 3: + Additions since Level 3: + ISSUE: Update this list.

    Acknowledgements