]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Discourage usage of <a>s for disabled pagination items 20356/head
authorChris Rebert <code@chrisrebert.com>
Mon, 25 Jul 2016 14:51:14 +0000 (07:51 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 25 Jul 2016 15:01:01 +0000 (08:01 -0700)
Refs https://github.com/twbs/bootstrap/commit/a217db1923a552b53c7a0c005e69c598fbd1a98a#commitcomment-18275320
/fyi @patrickhlauke

[skip sauce]

docs/_includes/components/pagination.html

index 88cce2c9f5d2f5c149f025bd83e7d0bdb3f409da..8a47c8355e76a92275bdcf4674d73f1ea4b20d4a 100644 (file)
@@ -77,7 +77,7 @@
   </ul>
 </nav>
 {% endhighlight %}
-  <p>You can optionally swap out active or disabled anchors for <code>&lt;span&gt;</code>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.</p>
+  <p>We recommend that you swap out active or disabled anchors for <code>&lt;span&gt;</code>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.</p>
 {% highlight html %}
 <nav aria-label="...">
   <ul class="pagination">