@@ -2005,7 +2005,6 @@ interface ARIAMixin {
2005
2005
ariaChecked: string | null;
2006
2006
ariaColCount: string | null;
2007
2007
ariaColIndex: string | null;
2008
- ariaColIndexText: string | null;
2009
2008
ariaColSpan: string | null;
2010
2009
ariaCurrent: string | null;
2011
2010
ariaDisabled: string | null;
@@ -2029,7 +2028,6 @@ interface ARIAMixin {
2029
2028
ariaRoleDescription: string | null;
2030
2029
ariaRowCount: string | null;
2031
2030
ariaRowIndex: string | null;
2032
- ariaRowIndexText: string | null;
2033
2031
ariaRowSpan: string | null;
2034
2032
ariaSelected: string | null;
2035
2033
ariaSetSize: string | null;
@@ -3000,6 +2998,7 @@ interface CSSStyleDeclaration {
3000
2998
containerName: string;
3001
2999
containerType: string;
3002
3000
content: string;
3001
+ contentVisibility: string;
3003
3002
counterIncrement: string;
3004
3003
counterReset: string;
3005
3004
counterSet: string;
@@ -3119,6 +3118,7 @@ interface CSSStyleDeclaration {
3119
3118
maskRepeat: string;
3120
3119
maskSize: string;
3121
3120
maskType: string;
3121
+ mathStyle: string;
3122
3122
maxBlockSize: string;
3123
3123
maxHeight: string;
3124
3124
maxInlineSize: string;
@@ -3772,6 +3772,7 @@ declare var ClipboardEvent: {
3772
3772
3773
3773
/** Available only in secure contexts. */
3774
3774
interface ClipboardItem {
3775
+ readonly presentationStyle: PresentationStyle;
3775
3776
readonly types: ReadonlyArray<string>;
3776
3777
getType(type: string): Promise<Blob>;
3777
3778
}
0 commit comments