Skip to content

Commit

Permalink
fix: rename cellspacing files
Browse files Browse the repository at this point in the history
Personal preference. I’d prefer the files to have the same writing as the attributes themselves.
  • Loading branch information
hteumeuleu committed Aug 27, 2024
1 parent 6db4b12 commit 48dcb55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "cell-padding"
title: "cellpadding attribute"
description: "Represents the padding around the individual cells of the table"
category: html
last_test_date: "2024-05-01"
test_url: "/tests/html-cell-spacing.html"
test_url: "/tests/html-cellspacing.html"
test_results_url: "https://testi.at/proj/rlpatnzxf3eyce9oc3"
stats: {
apple-mail: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "cell-spacing"
title: "cellspacing attribute"
description: "Represents the spacing around the individual `<th>` and `<td>` elements"
category: html
last_test_date: "2024-05-01"
test_url: "/tests/html-cell-spacing.html"
test_url: "/tests/html-cellspacing.html"
test_results_url: "https://testi.at/proj/rlpatnzxf3eyce9oc3"
stats: {
apple-mail: {
Expand Down
6 changes: 3 additions & 3 deletions tests/html-cell-spacing.html → tests/html-cellspacing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head></head>
<head>
<meta charset="UTF-8" />
<title>cell-padding and cell-spacing</title>
<title>cellpadding and cellspacing</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="x-apple-disable-message-reformatting" />
Expand All @@ -23,7 +23,7 @@
.td { background-color: green; }
</style>

<h1 style="font-family:'mono';"> cell-padding and cell-spacing</h1>
<h1 style="font-family:'mono';"> cellpadding and cellspacing</h1>
<table style="background-color: lightgreen;" align="center" cellspacing="10" cellpadding="20">
<tbody>
<tr>
Expand Down Expand Up @@ -60,4 +60,4 @@ <h1 style="font-family:'mono';"> cell-padding and cell-spacing</h1>
</tbody>
</table>
</body>
</html>
</html>

0 comments on commit 48dcb55

Please sign in to comment.