We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a4678 commit 2d60cd3Copy full SHA for 2d60cd3
2 files changed
baselines/dom.generated.d.ts
100644
100755
@@ -5232,6 +5232,7 @@ interface ElementCSSInlineStyle {
5232
5233
interface ElementContentEditable {
5234
contentEditable: string;
5235
+ enterKeyHint: string;
5236
inputMode: string;
5237
readonly isContentEditable: boolean;
5238
}
inputfiles/removedTypes.json
@@ -15,13 +15,6 @@
15
16
17
},
18
- "ElementContentEditable": {
19
- "properties": {
20
- "property": {
21
- "enterKeyHint": null
22
- }
23
24
- },
25
"NavigatorID": {
26
"methods": {
27
"method": {
0 commit comments