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: ui/components/global-navigation/index.docs.jsx
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -74,16 +74,14 @@ export default (
74
74
<ComponentDocs>
75
75
<h2className={pf('site-text-heading--label')}>1.0. Building the Navigation Bar</h2>
76
76
<NavigationBarshowSections/>
77
-
<p>The navigation bar is composed of a wrapper and 2 required and 1 optional region:</p>
78
-
79
-
<ul>
80
-
<li><strong>Primary,</strong> which contains the App Launcher and App Name</li>
81
-
<li><strong>Secondary,</strong> which contains the App Items, for navigating within the current app</li>
82
-
<li>And optionally, <strong>Tertiary,</strong> which includes Actions, for triggering actions specific to the current app.</li>
83
-
</ul>
84
-
77
+
<p>The navigation bar is composed of a wrapper and 2 required and 1 optional region:</p>
78
+
<ul>
79
+
<li><strong>Primary,</strong> which contains the App Launcher and App Name</li>
80
+
<li><strong>Secondary,</strong> which contains the App Items, for navigating within the current app</li>
81
+
<li>And optionally, <strong>Tertiary,</strong> which includes Actions, for triggering actions specific to the current app.</li>
82
+
</ul>
85
83
<p>The markup should follow the order listed above for proper keyboard interaction set by the 508 compliance standards.
86
-
Each included region inside the wrapper of <CodeClassclassName="context-bar"/> needs the appropriate ordering class name, e.g. <CodeClassclassName="slds-context-bar__primary"/>.
84
+
Each included region inside the wrapper of <CodeClassclassName="context-bar"/> needs the appropriate ordering class name, e.g. <CodeClassclassName="slds-context-bar__primary"/>. </p>
87
85
88
86
<h2className={pf('site-text-heading--label')}>1.1. Items on the Navigation Bar</h2>
0 commit comments