diff --git a/_features/html-cell-spacing.md b/_features/html-cell-spacing.md
new file mode 100644
index 00000000..45ffff69
--- /dev/null
+++ b/_features/html-cell-spacing.md
@@ -0,0 +1,176 @@
+---
+title: "cell-spacing"
+description: "Represents the spacing around the individual `
` and ` | ` elements"
+category: html
+last_test_date: "2024-05-01"
+test_url: "/tests/html-cell-spacing.html"
+test_results_url: "https://testi.at/proj/rlpatnzxf3eyce9oc3"
+stats: {
+ apple-mail: {
+ macos: {
+ "2024-05":"y"
+ },
+ ios: {
+ "2024-05":"y"
+ }
+ },
+ gmail: {
+ desktop-webmail: {
+ "2024-05":"y"
+ },
+ ios: {
+ "2024-05":"y"
+ },
+ android: {
+ "2024-05":"y"
+ },
+ mobile-webmail: {
+ "2024-05":"y"
+ }
+ },
+ orange: {
+ desktop-webmail: {
+ "2024-05":"u",
+ "2024-05":"u"
+ },
+ ios: {
+ "2024-05":"u"
+ },
+ android: {
+ "2024-05":"u"
+ }
+ },
+ outlook: {
+ windows: {
+ "2013":"y",
+ "2016":"y",
+ "2019":"y",
+ "2021":"y"
+ },
+ windows-mail: {
+ "2024-05":"y"
+ },
+ macos: {
+ "2024-05":"y",
+ },
+ outlook-com: {
+ "2024-05":"y",
+ "2024-01":"y"
+ },
+ ios: {
+ "2024-05":"y"
+ },
+ android: {
+ "2024-05":"y"
+ }
+ },
+ yahoo: {
+ desktop-webmail: {
+ "2024-05":"y"
+ },
+ ios: {
+ "2024-05":"y"
+ },
+ android: {
+ "2024-05":"y"
+ }
+ },
+ aol: {
+ desktop-webmail: {
+ "2024-05":"y"
+ },
+ ios: {
+ "2024-05":"y"
+ },
+ android: {
+ "2024-05":"y"
+ }
+ },
+ samsung-email: {
+ android: {
+ "2024-05":"y"
+ }
+ },
+ sfr: {
+ desktop-webmail: {
+ "2024-05":"u"
+ },
+ ios: {
+ "2024-05":"u"
+ },
+ android: {
+ "2024-05":"u"
+ }
+ },
+ thunderbird: {
+ macos: {
+ "2024-05":"y"
+ }
+ },
+ protonmail: {
+ desktop-webmail: {
+ "2024-05":"u"
+ },
+ ios: {
+ "2024-05":"u"
+ },
+ android: {
+ "2024-05":"u"
+ }
+ },
+ hey: {
+ desktop-webmail: {
+ "2024-05":"u"
+ }
+ },
+ mail-ru: {
+ desktop-webmail: {
+ "2024-05":"y"
+ }
+ },
+ fastmail: {
+ desktop-webmail: {
+ "2024-05": "u"
+ }
+ },
+ laposte: {
+ desktop-webmail: {
+ "2024-05": "u"
+ }
+ },
+ gmx: {
+ desktop-webmail: {
+ "2024-05":"y",
+ },
+ ios: {
+ "2024-05":"u"
+ },
+ android: {
+ "2024-05":"u"
+ }
+ },
+ web-de: {
+ desktop-webmail: {
+ "2024-05":"y",
+ },
+ ios: {
+ "2024-05":"u"
+ },
+ android: {
+ "2024-05":"u"
+ }
+ },
+ ionos-1and1: {
+ desktop-webmail: {
+ "2024-05": "u"
+ },
+ android: {
+ "2024-05": "u"
+ }
+ }
+}
+links: {
+ "MDN: cell-spacing":"https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement/cellSpacing",
+ "Can I use: cell-spacing":"https://caniuse.com/?search=cell-spacing"
+}
+---
diff --git a/tests/html-cell-spacing.html b/tests/html-cell-spacing.html
new file mode 100644
index 00000000..c3bce94d
--- /dev/null
+++ b/tests/html-cell-spacing.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+ cell-padding and cell-spacing
+
+
+
+
+
+
+
+
+
+ cell-padding and cell-spacing
+
+
+
+ Random Text |
+ Random Text |
+ Random Text |
+ Random Text |
+
+
+ Random Text |
+ Random Text |
+ Random Text |
+ Random Text |
+
+
+
+
+
+
+
+
+
+ Random Text |
+ Random Text |
+ Random Text |
+ Random Text |
+
+
+ Random Text |
+ Random Text |
+ Random Text |
+ Random Text |
+
+
+
+
+
\ No newline at end of file
|