Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 -----Event----- | 1 -----Event----- |
| 2 type: touchstart | 2 type: touchstart |
| 3 ----Touches---- | 3 ----Touches---- |
| 4 id: 0 | 4 id: 0 |
| 5 pageX: 100 | 5 pageX: 100 |
| 6 pageY: 200 | 6 pageY: 200 |
| 7 webkitRadiusX: 1 | 7 radiusX: 1 |
| 8 webkitRadiusY: 1 | 8 radiusY: 1 |
| 9 webkitRotationAngle: 0 | 9 rotationAngle: 0 |
| 10 webkitForce: 1 | 10 force: 1 |
| 11 -----Event----- | 11 -----Event----- |
| 12 type: touchmove | 12 type: touchmove |
| 13 ----Touches---- | 13 ----Touches---- |
| 14 id: 0 | 14 id: 0 |
| 15 pageX: 100 | 15 pageX: 100 |
| 16 pageY: 200 | 16 pageY: 200 |
| 17 webkitRadiusX: 1 | 17 radiusX: 1 |
| 18 webkitRadiusY: 1 | 18 radiusY: 1 |
| 19 webkitRotationAngle: 0 | 19 rotationAngle: 0 |
| 20 webkitForce: 1 | 20 force: 1 |
| 21 -----Event----- | 21 -----Event----- |
| 22 type: touchend | 22 type: touchend |
| 23 ----Touches---- | 23 ----Touches---- |
| 24 -----Event----- | 24 -----Event----- |
| 25 type: touchstart | 25 type: touchstart |
| 26 shiftKey | 26 shiftKey |
| 27 ----Touches---- | 27 ----Touches---- |
| 28 id: 0 | 28 id: 0 |
| 29 pageX: 20 | 29 pageX: 20 |
| 30 pageY: 30 | 30 pageY: 30 |
| 31 webkitRadiusX: 1 | 31 radiusX: 1 |
| 32 webkitRadiusY: 1 | 32 radiusY: 1 |
| 33 webkitRotationAngle: 0 | 33 rotationAngle: 0 |
| 34 webkitForce: 1 | 34 force: 1 |
| 35 id: 1 | 35 id: 1 |
| 36 pageX: 100 | 36 pageX: 100 |
| 37 pageY: 200 | 37 pageY: 200 |
| 38 webkitRadiusX: 5 | 38 radiusX: 5 |
| 39 webkitRadiusY: 6 | 39 radiusY: 6 |
| 40 webkitRotationAngle: 1 | 40 rotationAngle: 1 |
| 41 webkitForce: 0 | 41 force: 0 |
| 42 -----Event----- | 42 -----Event----- |
| 43 type: touchend | 43 type: touchend |
| 44 ----Touches---- | 44 ----Touches---- |
| 45 | 45 |
| OLD | NEW |