@pygmalionjs/pygmalion 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5899,6 +5899,12 @@ const zd = [
|
|
|
5899
5899
|
"border-top-right-radius",
|
|
5900
5900
|
"border-bottom-right-radius",
|
|
5901
5901
|
"border-bottom-left-radius",
|
|
5902
|
+
// Native tables otherwise fall back to the browser's two-pixel cell spacing
|
|
5903
|
+
// after import. One missing property expands every row and column, so even a
|
|
5904
|
+
// compact variant matrix accumulates visible reconstruction drift.
|
|
5905
|
+
"border-collapse",
|
|
5906
|
+
"border-spacing",
|
|
5907
|
+
"table-layout",
|
|
5902
5908
|
"box-shadow",
|
|
5903
5909
|
"opacity",
|
|
5904
5910
|
// SVG gradient stops often receive their paint through CSS variables in an
|