File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4600,6 +4600,7 @@ interface CSSStyleDeclaration {
46004600 shapeMargin: string;
46014601 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
46024602 shapeOutside: string;
4603+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
46034604 shapeRendering: string;
46044605 stopColor: string;
46054606 stopOpacity: string;
@@ -4619,6 +4620,7 @@ interface CSSStyleDeclaration {
46194620 textAlign: string;
46204621 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align-last) */
46214622 textAlignLast: string;
4623+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
46224624 textAnchor: string;
46234625 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
46244626 textCombineUpright: string;
You can’t perform that action at this time.
0 commit comments