@@ -2005,7 +2005,6 @@ interface ARIAMixin {
20052005 ariaChecked: string | null;
20062006 ariaColCount: string | null;
20072007 ariaColIndex: string | null;
2008- ariaColIndexText: string | null;
20092008 ariaColSpan: string | null;
20102009 ariaCurrent: string | null;
20112010 ariaDisabled: string | null;
@@ -2029,7 +2028,6 @@ interface ARIAMixin {
20292028 ariaRoleDescription: string | null;
20302029 ariaRowCount: string | null;
20312030 ariaRowIndex: string | null;
2032- ariaRowIndexText: string | null;
20332031 ariaRowSpan: string | null;
20342032 ariaSelected: string | null;
20352033 ariaSetSize: string | null;
@@ -3000,6 +2998,7 @@ interface CSSStyleDeclaration {
30002998 containerName: string;
30012999 containerType: string;
30023000 content: string;
3001+ contentVisibility: string;
30033002 counterIncrement: string;
30043003 counterReset: string;
30053004 counterSet: string;
@@ -3119,6 +3118,7 @@ interface CSSStyleDeclaration {
31193118 maskRepeat: string;
31203119 maskSize: string;
31213120 maskType: string;
3121+ mathStyle: string;
31223122 maxBlockSize: string;
31233123 maxHeight: string;
31243124 maxInlineSize: string;
@@ -3772,6 +3772,7 @@ declare var ClipboardEvent: {
37723772
37733773/** Available only in secure contexts. */
37743774interface ClipboardItem {
3775+ readonly presentationStyle: PresentationStyle;
37753776 readonly types: ReadonlyArray<string>;
37763777 getType(type: string): Promise<Blob>;
37773778}
0 commit comments