File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2890,8 +2890,9 @@ interface CSSStyleDeclaration {
28902890 textUnderlinePosition: string | null;
28912891 top: string | null;
28922892 touchAction: string;
2893- transform: string | null;
2894- transformOrigin: string | null;
2893+ transform: string;
2894+ transformBox: string;
2895+ transformOrigin: string;
28952896 transformStyle: string | null;
28962897 transition: string;
28972898 transitionDelay: string;
Original file line number Diff line number Diff line change 1+ partial interface CSSStyleDeclaration {
2+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transform;
3+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transformOrigin;
4+ [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString transformBox;
5+ };
Original file line number Diff line number Diff line change 4040 "url" : " https://www.w3.org/TR/css-transitions-1/" ,
4141 "title" : " CSS Transitions"
4242 },
43+ {
44+ "url" : " https://www.w3.org/TR/css-transforms-1/" ,
45+ "title" : " CSS Transforms"
46+ },
4347 {
4448 "url" : " https://www.w3.org/TR/css-will-change/" ,
4549 "title" : " CSS Will Change"
You can’t perform that action at this time.
0 commit comments