From: Matt Scheurich Date: Sat, 18 Nov 2017 16:54:49 +0000 (+0100) Subject: reworded some text to be more illustrative X-Git-Tag: v6.6.0~3^2~332^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10615%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git reworded some text to be more illustrative --- 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.