Re: [pointerevents] Enable direct pen and touch to have different touch-action behavior

> I'm just worried about its future.

Sure, I am just saying that that is tangential to this issue

> Sorry, I don't get. Having element background property set to red and blue doesn't make it having red and blue at the same time.

That's exactly my point. If someone sets conflicting pointer-action values, we have known ways of handling the conflicts - source order.

> On the whole document then because @media query are global (unless shadow dom?) to the document (just correction, not that I disagree here).

The media block activates when the input type is either pointer 0 or an active pointer on the document. the specific pointer-action, like all CSS properties, apply on a per selector basis



> On May 9, 2017, at 4:48 PM, Arthur Stolyar <notifications@github.com> wrote:
> 
> its solving a completely different problem.
> 
> I didn't mean it solves this problem. I mean that pointer-type media query could be started used instead of pointer media query and the idea of pointer media query was to abstract types from concrete, like touch. But yes, pointer media query is unrelated to the problem in this issue. I'm just worried about its future.
> 
> thats not a problem? you can do that today
> 
> Sorry, I don't get. Having element background property set to red and blue doesn't make it having red and blue at the same time. Same with pointer-type. I doubt that someone will be scrolling and drawing at the same time though.
> 
> they apply based on state of the element.
> 
> On the whole document then because @media query are global (unless shadow dom?) to the document (just correction, not that I disagree here).
> 
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or mute the thread.
> 


-- 
GitHub Notification of comment by patrickkettner
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/203#issuecomment-300334645 using your GitHub account

Received on Tuesday, 9 May 2017 23:57:47 UTC