Native Styles should remove the default padding/list style from <menu> to match <ol> and <ul> #2436
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
@claviska Based on MDN, if Fully agree on the example you've shown and developers being likely to go with a flex layout, but that seems to strengthen the case for removing the user agent's padding and list styles, as that would inhibit the layout (MDN's example does exactly that). I can't personally think of a scenario where someone would want the padding or list styling, given that |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
<menu>is a semantic variant of<ul>and<ol>available since 2015.I noticed that Native Styles (and presumably the others) do not remove this padding or adjust the list marker.
Beta Was this translation helpful? Give feedback.
All reactions