Re: [w3c/editing] VirtualKeyboardAPI spec draft (#309)

@gked commented on this pull request.



> +          ,   wgURI: "https://www.w3.org/2019/webapps/"
+          ,   wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status"
+          ,   edDraftURI:   "http://w3c.github.io/editing/docs/virtualKeyboard/"
+          , xref: ["WebIDL"
+          , "DOM"
+          , "HTML"
+          , "geometry"]
+        };
+    </script>
+    <script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
+</head>
+
+<body>
+    <section id='abstract'>
+        <p>
+            The {{VirtualKeyboard}} API provides web developers a more granular control of on-screen keyboard (virtual keyboard or VK). The API also provides information about VK geometry, such as rect occlusion and gives ability to opt-out from resizing of the visual viewport in the browser.

updated

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/309#discussion_r661887442

Received on Thursday, 1 July 2021 00:12:01 UTC