]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
reworded some text to be more illustrative 10615/head
authorMatt Scheurich <matt@lvl99.com>
Sat, 18 Nov 2017 16:54:49 +0000 (17:54 +0100)
committerMatt Scheurich <matt@lvl99.com>
Sat, 18 Nov 2017 16:54:49 +0000 (17:54 +0100)
test/visual/tabs/tabs-target.html

index 4b6c968bf12d8ec6d01fe3e2c3b103f570b9b3b3..bf1ce7f71067a4f3a0b6179e6f2a77bc79b30284 100644 (file)
       <div class="tabs-panel is-active" id="panel1">
         <p>This panel's ID is <code>panel1</code>.</p>
         <p>Its related tab link has a <code>href</code> of <code>https://foundation.zurb.com</code> and a <code>data-tabs-target</code> of <code>panel1</code>.</p>
-        <p>When JavaScript is <strong>enabled</strong>, clicking its tab link should show this panel.</p>
-        <p>When JavaScript is <strong>disabled</strong>, clicking its tab link should navigate to <code>https://foundation.zurb.com</code>.</p>
+        <p>When JavaScript is <strong>enabled</strong>, clicking Tab 1 should show this panel.</p>
+        <p>When JavaScript is <strong>disabled</strong>, clicking Tab 1 should navigate to <code>https://foundation.zurb.com</code>.</p>
       </div>
       <div class="tabs-panel" id="panel2">
         <p>This panel's ID is <code>panel2</code>.</p>
         <p>Its related tab link has a <code>href</code> of <code>https://foundation.zurb.com/sites/docs/tabs.html</code> and a <code>data-tabs-target</code> of <code>panel2</code>.</p>
-        <p>When JavaScript is <strong>enabled</strong>, clicking its tab link should show this panel.</p>
-        <p>When JavaScript is <strong>disabled</strong>, clicking its tab link should navigate to <code>https://foundation.zurb.com/sites/docs/tabs.html</code>.</p>
+        <p>When JavaScript is <strong>enabled</strong>, clicking Tab 2 should show this panel.</p>
+        <p>When JavaScript is <strong>disabled</strong>, clicking Tab 2 should navigate to <code>https://foundation.zurb.com/sites/docs/tabs.html</code>.</p>
       </div>
       <div class="tabs-panel" id="panel3">
         <p>This panel's ID is <code>panel3</code>.</p>
         <p>Its related tab link has a <code>href</code> of <code>#panel4</code> and a <code>data-tabs-target</code> of <code>panel3</code>.</p>
-        <p>When JavaScript is <strong>enabled</strong>, clicking its tab link should show panel 3.</p>
-        <p>When JavaScript is <strong>disabled</strong>, clicking its tab link should show panel 4 via the ID anchor link.</p>
+        <p>When JavaScript is <strong>enabled</strong>, clicking Tab 3 should show panel 3.</p>
+        <p>When JavaScript is <strong>disabled</strong>, clicking Tab 3 should show panel 4 via the ID anchor link.</p>
       </div>
       <div class="tabs-panel" id="panel4">
         <p>This panel's ID is <code>panel4</code>.</p>