From cdfda2f80b2abd8ec7d8021aab910ccc82271ade Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 12 Aug 2019 23:03:26 -0400 Subject: Implemented TABLESWITCH and LOOKUPSWITCH instructions. --- documentation/research/web_framework.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/research/web_framework.md') diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md index c0fc7c9b5..3c7d0220d 100644 --- a/documentation/research/web_framework.md +++ b/documentation/research/web_framework.md @@ -1,3 +1,7 @@ +# Input + +1. [High-performance input handling on the web](https://nolanlawson.com/2019/08/11/high-performance-input-handling-on-the-web/) + # Reference 1. https://github.com/daybrush/scenejs @@ -101,6 +105,7 @@ # Styling +1. [The importance of the CSS user-select property](https://www.malgol.com/the-importance-of-the-css-user-select-property/) 1. [Index fun](https://psuter.net/2019/07/07/z-index) 1. [Constraint layouts](https://blog.gtk.org/2019/07/02/constraint-layouts/) 1. https://every-layout.dev/ -- cgit v1.2.3