Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
TypeScript Bot 2024-08-08 01:11:43 -07:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» GitHub
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 907f5dc340
ΠšΠΎΠΌΠΌΠΈΡ‚ 1d1d782f8d
НС Π½Π°ΠΉΠ΄Π΅Π½ ΠΊΠ»ΡŽΡ‡, ΡΠΎΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²ΡƒΡŽΡ‰ΠΈΠΉ Π΄Π°Π½Π½ΠΎΠΉ подписи
Π˜Π΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ ΠΊΠ»ΡŽΡ‡Π° GPG: B5690EEEBB952194
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 2 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 0 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

2
baselines/ts5.5/dom.generated.d.ts поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -4600,6 +4600,7 @@ interface CSSStyleDeclaration {
shapeMargin: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-outside) */
shapeOutside: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
shapeRendering: string;
stopColor: string;
stopOpacity: string;
@ -4619,6 +4620,7 @@ interface CSSStyleDeclaration {
textAlign: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align-last) */
textAlignLast: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
textAnchor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
textCombineUpright: string;