Skip to content

Commit 78de4bc

Browse files
author
tsheiner
committed
whitespace
1 parent 71411fe commit 78de4bc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ui/components/global-navigation/index.docs.jsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ export default (
7575
<h2 className={pf('site-text-heading--label')}>1.0. Building the Navigation Bar</h2>
7676
<NavigationBar showSections />
7777
<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>
83-
<p>The markup should follow the order listed above for proper keyboard interaction set by the 508 compliance standards.
84-
Each included region inside the wrapper of <CodeClass className="context-bar" /> needs the appropriate ordering class name, e.g. <CodeClass className="slds-context-bar__primary" />. </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>
83+
<p>The markup should follow the order listed above for proper keyboard interaction set by the 508 compliance standards. Each included region inside the wrapper of <CodeClass className="context-bar" /> needs the appropriate ordering class name, e.g. <CodeClass className="slds-context-bar__primary" />. </p>
8584

8685
<h2 className={pf('site-text-heading--label')}>1.1. Items on the Navigation Bar</h2>
8786
<NavigationBar showItems />

0 commit comments

Comments
 (0)