From ab94fe71889fc0e27798dc153c80f996eb3fcd1a Mon Sep 17 00:00:00 2001 From: janiceshiu Date: Wed, 8 Jan 2020 17:04:50 +0800 Subject: [PATCH 1/2] update redirected links to point to their final locations --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 123fc1f..03b7043 100644 --- a/index.html +++ b/index.html @@ -810,7 +810,7 @@

When the pointer is locked 'wheel' events should be sent to the pointer lock target element just as 'mousemove' events are. There is a naming conflict with .deltaX/Y/Z as defined in + "https://w3c.github.io/uievents/#events-wheelevents"> DOM 3 'wheel' event.

@@ -861,8 +861,8 @@

desktop platforms (Windows, Mac OS X, Linux) to bound the cursor to a specific rectangle, and prototypes have not yet been developed to demonstrate building that behavior by e.g. invisible - windows with Xlib + "https://tronche.com/gui/x/xlib/window/attributes/">invisible + windows with Xlib or manual cursor movement on Mac. Unaccelerated Delta values have been proposed to be accessed by reading raw Human Interface Device (HID) data. E.g. WM_INPUT messages on Windows, and USB device APIs on From 9e4eb878d547c7b9fd3b7b9e553a591adf3b126a Mon Sep 17 00:00:00 2001 From: janiceshiu Date: Wed, 8 Jan 2020 17:06:08 +0800 Subject: [PATCH 2/2] run tidy html5 on the spec --- index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 03b7043..980cc6d 100644 --- a/index.html +++ b/index.html @@ -810,8 +810,8 @@

When the pointer is locked 'wheel' events should be sent to the pointer lock target element just as 'mousemove' events are. There is a naming conflict with .deltaX/Y/Z as defined in - DOM 3 'wheel' event. + "https://w3c.github.io/uievents/#events-wheelevents">DOM 3 'wheel' + event.

@@ -862,13 +862,14 @@

specific rectangle, and prototypes have not yet been developed to demonstrate building that behavior by e.g. invisible - windows with Xlib - or manual cursor movement on Mac. Unaccelerated Delta values have - been proposed to be accessed by reading raw Human Interface Device - (HID) data. E.g. WM_INPUT messages on Windows, and USB device APIs on - Mac OS X / Linux. The challenge here is interpreting and normalizing - the units to some consistent and specifiable scale. Also, most APIs - considered to date are limited to USB devices. + windows with Xlib or manual cursor + movement on Mac. Unaccelerated Delta values have been proposed to be + accessed by reading raw Human Interface Device (HID) data. E.g. + WM_INPUT messages on Windows, and USB device APIs on Mac OS X / + Linux. The challenge here is interpreting and normalizing the units + to some consistent and specifiable scale. Also, most APIs considered + to date are limited to USB devices.

It would be reasonable to consider adding these capabilities in the @@ -956,7 +957,8 @@

Acknowledgments

- Many thanks to lots of people who made contributions to the discussions of this specification: + Many thanks to lots of people who made contributions to the discussions + of this specification:

  • Adam Barth