Re: [csswg-drafts] Proposal for a user interaction :drag pseudo-class (#11584)

@bramus while I agree that what you are asking for is useful, what made me think that this is about scrolling is that the example was all about setting overflow. The OP example was:
```css
.menu-bar:drag {
  overflow-x: auto; /* Enable horizontal scrolling while dragging */
}
```

I'm not sure how to make sense of why you would have draggable=true on the menu-bar element, and why that would control it's overflow-x property if it's about drag and drop.

-- 
GitHub Notification of comment by flackr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11584#issuecomment-3719810550 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 7 January 2026 16:54:33 UTC