[pointerevents] Same table style for CSS touch-action property?

saschanaz has just created a new issue for https://github.com/w3c/pointerevents:

== Same table style for CSS touch-action property? ==
It's harder to programmatically detect CSS property definitions in this spec than in CSSWG specs.

Comparing with [CSS Transitions](https://www.w3.org/TR/css-transitions-1/#transition-property-property) for example:

![image](https://user-images.githubusercontent.com/3396686/39566829-d69ebc98-4ef7-11e8-80c4-03381e4337fa.png)

We can use `dfn.css[data-dfn-type=property]` or `.propdef dfn` to get CSS property definitions in those spec, but currently in Pointer Events:

![image](https://user-images.githubusercontent.com/3396686/39567109-d8dbcbb2-4ef8-11e8-94bd-bed3ce32a398.png)

1. This is too general
2. It doesn't support `dfn` links

How about using the CSSWG style to define `touch-action`?

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/254 using your GitHub account

Received on Thursday, 3 May 2018 08:41:47 UTC