|
6 | 6 | <script src='https://www.w3.org/Tools/respec/respec-w3c' defer class='remove'>script>
|
7 | 7 | <script class='remove'>
|
8 | 8 | var respecConfig = {
|
9 |
| - github: "w3c/virtual-keyboard" |
10 |
| - ,specStatus: "ED" |
| 9 | + github: { |
| 10 | + repoURL: "w3c/virtual-keyboard", |
| 11 | + branch: "main", |
| 12 | + },specStatus: "ED" |
11 | 13 | ,shortName: "virtual-keyboard"
|
12 | 14 | ,editors: [{ name: "Anupam Snigdha",
|
13 | 15 |
|
@@ -166,13 +168,13 @@ The VirtualKeyboard Interface
|
166 | 168 | ol>
|
167 | 169 | li>
|
168 | 170 | ol>
|
169 |
| - dd> |
170 | 171 | <p class="note">
|
171 | 172 | Platform heuristics may impose additional restrictions on VK {{VirtualKeyboard/show()}} and {{VirtualKeyboard/hide()}}. e.g., on Windows the pointer type MUST be touch or pen.
|
172 | 173 | p>
|
173 | 174 | <p class="note">
|
174 | 175 | A few people have <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/415">expressed concernsa> around {{VirtualKeyboard/show()}} and {{VirtualKeyboard/hide()}} methods not being promise-based, but we believe it is a better design for web developers to use {{VirtualKeyboard/ongeometrychange}} event since it is fired when VK visibility changes, making the return values unnecessary.
|
175 | 176 | p>
|
| 177 | + dd> |
176 | 178 | <dt>
|
177 | 179 | <p>{{VirtualKeyboard/overlaysContent}}p>
|
178 | 180 | dt>
|
@@ -282,22 +284,22 @@ Keyboard inset variables
|
282 | 284 | <th>Value
|
283 | 285 | <tr>
|
284 | 286 | <td><dfn>keyboard-inset-topdfn>
|
285 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 287 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
286 | 288 | <tr>
|
287 | 289 | <td><dfn>keyboard-inset-rightdfn>
|
288 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 290 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
289 | 291 | <tr>
|
290 | 292 | <td><dfn>keyboard-inset-bottomdfn>
|
291 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 293 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
292 | 294 | <tr>
|
293 | 295 | <td><dfn>keyboard-inset-leftdfn>
|
294 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 296 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
295 | 297 | <tr>
|
296 | 298 | <td><dfn>keyboard-inset-widthdfn>
|
297 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 299 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
298 | 300 | <tr>
|
299 | 301 | <td><dfn>keyboard-inset-heightdfn>
|
300 |
| - <td><a href="https://drafts.csswg.org/css-values-3/#length-valuehttps://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
| 302 | + <td><a href="https://drafts.csswg.org/css-values-3/#length-value"> lengtha> |
301 | 303 | table>
|
302 | 304 |
|
303 | 305 | <p>The keyboard insets are six <a href="https://drafts.csswg.org/css-env-1/#environment">environment variablesa> that define a rectangle by
|
|
0 commit comments