From: Chris Rebert Date: Mon, 25 Jul 2016 14:51:14 +0000 (-0700) Subject: Discourage usage of s for disabled pagination items X-Git-Tag: v3.3.7~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc3bba1cb73509aadc6761cb929c83c1856443f;p=thirdparty%2Fbootstrap.git Discourage usage of s for disabled pagination items Refs https://github.com/twbs/bootstrap/commit/a217db1923a552b53c7a0c005e69c598fbd1a98a#commitcomment-18275320 /fyi @patrickhlauke [skip sauce] --- diff --git a/docs/_includes/components/pagination.html b/docs/_includes/components/pagination.html index 88cce2c9f5..8a47c8355e 100644 --- a/docs/_includes/components/pagination.html +++ b/docs/_includes/components/pagination.html @@ -77,7 +77,7 @@ {% endhighlight %} -

You can optionally swap out active or disabled anchors for <span>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.

+

We recommend that you swap out active or disabled anchors for <span>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.

{% highlight html %}