File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4600,6 +4600,7 @@ interface CSSStyleDeclaration {
4600
4600
shapeMargin: string;
4601
4601
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
4602
4602
shapeOutside: string;
4603
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
4603
4604
shapeRendering: string;
4604
4605
stopColor: string;
4605
4606
stopOpacity: string;
@@ -4619,6 +4620,7 @@ interface CSSStyleDeclaration {
4619
4620
textAlign: string;
4620
4621
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align-last) */
4621
4622
textAlignLast: string;
4623
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
4622
4624
textAnchor: string;
4623
4625
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
4624
4626
textCombineUpright: string;
You can’t perform that action at this time.
0 commit comments