diff --git a/docs/product/components/pagination.html b/docs/product/components/pagination.html index 7b96999548..ffd98c3695 100644 --- a/docs/product/components/pagination.html +++ b/docs/product/components/pagination.html @@ -29,14 +29,9 @@ {% header "h2", "Example" %} - - {% tip, "warning", "mb24" %} - Note: The recommended pagination component markup has been updated for better accessibility. Please update any existing implementations to the new markup. - {% endtip %} - {% highlight html %} - + @@ -87,7 +82,7 @@ {% endhighlight %} - + @@ -139,3 +134,80 @@ + + + {% header "h2", "Legacy example" %} + + {% tip, "warning", "mb24" %} + Note:The below markup has been deprecated due to insufficient accessibility. Please use the new markup above. + {% endtip %} + + +{% highlight html %} + + + page + 1 + + + page + 2 + + + page + 3 + + + page + 4 + + + page + 5 + + … + + page + 122386 + + + Next + page + + +{% endhighlight %} + + + + page + 1 + + + page + 2 + + + page + 3 + + + page + 4 + + + page + 5 + + … + + page + 122386 + + + Next + page + + + + +