Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement parsing and serialization of touch-action property #16372
Labels
Milestone
Comments
|
cc @emilio |
|
To which *.mako.rs should this property be added? I did not find one obviously correct. |
|
It should be in |
|
@canaltinova this might be the chart you were referring to https://public.etherpad-mozilla.org/p/aligning-style-structs |
|
@ferjm Ah yes, this is it. Thanks! |
|
@pyfisch Are you working on this? |
|
No, I just looked at it. |
bors-servo
added a commit
that referenced
this issue
May 2, 2017
Implement touch-action in stylo (fixes #16372) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16693) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
Gecko seems to support
none,auto,pan-x,pan-y, andmanipulation. We need to support them in stylo.