@@ -2137,7 +2137,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2137,7 +2137,7 @@ For example, <code><section></code> should be wrapped as inline.
<inputclass="btn"type="button"value="Input">
<inputclass="btn"type="button"value="Input">
<inputclass="btn"type="submit"value="Submit">
<inputclass="btn"type="submit"value="Submit">
{% endhighlight %}
{% endhighlight %}
<p>As a best practice, <strong>we highly recommend matching using the <code><button<</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
<p>As a best practice, <strong>we highly recommend matching using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
</div>
</div>
...
@@ -2561,6 +2561,11 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2561,6 +2561,11 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<pclass="alert alert-info">
<strong>Heads up!</strong>
Using icons without any additional content means the icons are not represented to screen reader users.