Re: [csswg-drafts] [css-ui] Be more precise about event dispatching of pointer events on the ellipsis

There is more to it than just whether the "..." generated content has pointer-events:none set to it or not. 

Edge's current behavior is explained as we simply do not render anything so when you click the ... or beyond the ... there is no element to meet your click, which is not interoperable. We _might_ want to rethink this. If we do, I prefer Firefox's behavior and I think it matches the spec more closely. In Chrome, spans that are displayed after the ... (in the padding) are able to get :hover so the "..." eating the click is more likely an oversight than an actual design choice.

![image](https://user-images.githubusercontent.com/364405/28479818-ee12b814-6e12-11e7-854b-2238342c6e7a.png) ![image](https://user-images.githubusercontent.com/364405/28479841-05cfdeaa-6e13-11e7-81bf-5999e5c3008f.png) ![image](https://user-images.githubusercontent.com/364405/28479855-168f6454-6e13-11e7-9380-edc354cef5ad.png)
> https://wptest.center/#/ysx1l1

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

Received on Friday, 21 July 2017 19:57:00 UTC