>> Why should the behavior be different with non-drop-down select elements?
The difference in behaviour is something that the other browsers _do_ seem to agree upon. When the <option> elements are inline (with the multiple attribute, or size attribute set to > 1), it seems from my testing that all browsers seem to fire events for mouseover, mousedown, keyup, keydown, etc. It's only the dropdown case that seems to be special for each browser - likely due to the fact that the spec is vague for that case. On 2015-10-16 10:20 AM, Ehsan Akhgari wrote: > On 2015-10-15 5:00 PM, Mike Conley wrote: >> Note that this should not affect Gecko’s behaviour when the <select> is >> displayed “inline” (for example, when the <select> has a “multiple” >> attribute, or a “size” attribute with a value greater than 1). I'm only >> concerned with the dropdown case. > > Why should the behavior be different with non-drop-down select elements? > _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform