You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/menu.xml
+62-25Lines changed: 62 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,36 @@
5
5
Themeable menu with mouse and keyboard interactions for navigation.
6
6
</desc>
7
7
<longdesc>
8
-
<p>A menu can be created from any valid markup as long as the elements have a strict parent/child relationship. The most commonly used element is the unordered list (<code><ul></code>):</p>
8
+
<p>A menu can be created from any valid markup as long as the elements have a strict parent/child relationship. The most commonly used element is the unordered list (<code><ul></code>). Additionally, the contents of each menu item must be wrapped with a block-level DOM element. In the example below <code><div></code> elements are used as wrappers:</p>
0 commit comments