diff --git a/css.html b/css.html index 58bdb2b55d..82cfa3b82e 100644 --- a/css.html +++ b/css.html @@ -1787,6 +1787,7 @@ For example, <section> should be wrapped as inline.

Cross-browser rendering

As a best practice, we highly recommend using the <button> element whenever possible to ensure matching cross-browser rendering.

+

Among other things, there's a Firefox bug that prevents us from setting the line-height of <input>-based buttons, causing them to not exactly match the height of other buttons on Firefox.