diff --git a/Gruntfile.js b/Gruntfile.js index dd0cc96009..7aad9b339a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,6 @@ module.exports = function(grunt) { }, jshint: { options: { - ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86 jshintrc: 'js/.jshintrc' }, gruntfile: { diff --git a/css.html b/css.html index e9fc41156f..e6d17d185c 100644 --- a/css.html +++ b/css.html @@ -1792,6 +1792,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.