|
|
@ -781,7 +781,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
|
|
|
|
title?: string | undefined | null;
|
|
|
|
title?: string | undefined | null;
|
|
|
|
translate?: 'yes' | 'no' | '' | undefined | null;
|
|
|
|
translate?: 'yes' | 'no' | '' | undefined | null;
|
|
|
|
inert?: boolean | undefined | null;
|
|
|
|
inert?: boolean | undefined | null;
|
|
|
|
popover?: 'auto' | 'manual' | '' | undefined | null;
|
|
|
|
popover?: 'auto' | 'manual' | 'hint' | '' | undefined | null;
|
|
|
|
writingsuggestions?: Booleanish | undefined | null;
|
|
|
|
writingsuggestions?: Booleanish | undefined | null;
|
|
|
|
|
|
|
|
|
|
|
|
// Unknown
|
|
|
|
// Unknown
|
|
|
|