From fd8f4ef59c117d52a10c0ac7af1913761af56ef3 Mon Sep 17 00:00:00 2001 From: Matt Scheurich Date: Sat, 18 Nov 2017 17:54:49 +0100 Subject: [PATCH] reworded some text to be more illustrative --- test/visual/tabs/tabs-target.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/visual/tabs/tabs-target.html b/test/visual/tabs/tabs-target.html index 4b6c968bf..bf1ce7f71 100644 --- a/test/visual/tabs/tabs-target.html +++ b/test/visual/tabs/tabs-target.html @@ -29,20 +29,20 @@

This panel's ID is panel1.

Its related tab link has a href of https://foundation.zurb.com and a data-tabs-target of panel1.

-

When JavaScript is enabled, clicking its tab link should show this panel.

-

When JavaScript is disabled, clicking its tab link should navigate to https://foundation.zurb.com.

+

When JavaScript is enabled, clicking Tab 1 should show this panel.

+

When JavaScript is disabled, clicking Tab 1 should navigate to https://foundation.zurb.com.

This panel's ID is panel2.

Its related tab link has a href of https://foundation.zurb.com/sites/docs/tabs.html and a data-tabs-target of panel2.

-

When JavaScript is enabled, clicking its tab link should show this panel.

-

When JavaScript is disabled, clicking its tab link should navigate to https://foundation.zurb.com/sites/docs/tabs.html.

+

When JavaScript is enabled, clicking Tab 2 should show this panel.

+

When JavaScript is disabled, clicking Tab 2 should navigate to https://foundation.zurb.com/sites/docs/tabs.html.

This panel's ID is panel3.

Its related tab link has a href of #panel4 and a data-tabs-target of panel3.

-

When JavaScript is enabled, clicking its tab link should show panel 3.

-

When JavaScript is disabled, clicking its tab link should show panel 4 via the ID anchor link.

+

When JavaScript is enabled, clicking Tab 3 should show panel 3.

+

When JavaScript is disabled, clicking Tab 3 should show panel 4 via the ID anchor link.

This panel's ID is panel4.

-- 2.47.2