Re: [w3c/editing] Address VK spec review comments. (#317)

@snianu commented on this pull request.



> @@ -107,6 +106,17 @@ <h2>The <dfn>VirtualKeyboard</dfn> Interface</h2>
                 attribute EventHandler ongeometrychange;
             };
         </pre>
+        <p>
+            The {{VirtualKeyboard}} object has an associated:
+        </p>
+        <dfn>boundingRect</dfn>
+        <p>
+            A {{DOMRect}}, initially has zero values.
+        </p>
+        <dfn>overlaysContent</dfn>
+        <p>
+            A boolean, initially `false`. When this attribute is set to `true`, a user agent MUST NOT resize its layout viewport or <a href="https://wicg.github.io/visual-viewport/#dom-visualviewport">visual viewport</a>.

Done.

-- 
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/317#discussion_r678713063

Received on Wednesday, 28 July 2021 23:15:36 UTC