Skip to content

Commit 130b02b

Browse files
committed
docs: update comparison table for menu list-style
1 parent 5782518 commit 130b02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/css-reset-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This table summarizes all relevant CSS reset recommendations from various source
5959
| **Lists** ||||
6060
| `ul, ol { list-style: none }` | 🚫 | [Elad Shechter][12], [Eric Meyer][11]*We keep list-style defaults* | |
6161
| `ul[role="list"], ol[role="list"] { list-style: none }` || [Andy Bell][2] | |
62-
| `menu { list-style: none }` | | [Tailwind][3] | |
62+
| `menu { list-style: none }` | | [Tailwind][3] | [MDN: menu element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu) |
6363
| **Tables** ||||
6464
| `table { border-collapse: collapse }` || [Andy Bell][2], [Tailwind][3], [Eric Meyer][11] | |
6565
| `table { border-spacing: 0 }` || [Eric Meyer][11] | |

0 commit comments

Comments
 (0)