|
1 | 1 | partial interface CSSStyleDeclaration {
|
2 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundColor; |
3 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundImage; |
4 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundRepeat; |
5 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundAttachment; |
6 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundPosition; |
7 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundClip; |
8 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundOrigin; |
9 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString backgroundSize; |
10 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString background; |
11 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTopColor; |
12 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderRightColor; |
13 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottomColor; |
14 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderLeftColor; |
15 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderColor; |
16 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTopStyle; |
17 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderRightStyle; |
18 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottomStyle; |
19 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderLeftStyle; |
20 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderStyle; |
21 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTopWidth; |
22 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderRightWidth; |
23 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottomWidth; |
24 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderLeftWidth; |
25 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderWidth; |
26 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTop; |
27 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderRight; |
28 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottom; |
29 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderLeft; |
30 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString border; |
31 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTopLeftRadius; |
32 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderTopRightRadius; |
33 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottomRightRadius; |
34 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderBottomLeftRadius; |
35 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderRadius; |
36 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImageSource; |
37 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImageSlice; |
38 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImageWidth; |
39 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImageOutset; |
40 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImageRepeat; |
41 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString borderImage; |
42 |
| - [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString boxShadow; |
| 2 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundColor; |
| 3 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundImage; |
| 4 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundRepeat; |
| 5 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundAttachment; |
| 6 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundPosition; |
| 7 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundClip; |
| 8 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundOrigin; |
| 9 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString backgroundSize; |
| 10 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString background; |
| 11 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTopColor; |
| 12 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderRightColor; |
| 13 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottomColor; |
| 14 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderLeftColor; |
| 15 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderColor; |
| 16 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTopStyle; |
| 17 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderRightStyle; |
| 18 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottomStyle; |
| 19 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderLeftStyle; |
| 20 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderStyle; |
| 21 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTopWidth; |
| 22 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderRightWidth; |
| 23 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottomWidth; |
| 24 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderLeftWidth; |
| 25 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderWidth; |
| 26 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTop; |
| 27 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderRight; |
| 28 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottom; |
| 29 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderLeft; |
| 30 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString border; |
| 31 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTopLeftRadius; |
| 32 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderTopRightRadius; |
| 33 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottomRightRadius; |
| 34 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderBottomLeftRadius; |
| 35 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderRadius; |
| 36 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImageSource; |
| 37 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImageSlice; |
| 38 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImageWidth; |
| 39 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImageOutset; |
| 40 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImageRepeat; |
| 41 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString borderImage; |
| 42 | + [CEReactions] attribute [LegacyNullToEmptyString] CSSOMString boxShadow; |
43 | 43 | };
|
0 commit comments