@domenic pointed out here that the show and hide event names may be too generic: whatwg/html#8221 (comment)
I feel bad using the generic event names "show" and "hide" for something pop-up specific? Like, if I do el.hidden = true, I would expect this to fire a hide event.
I couldn't find any discussion about these event names in the list of issues at the bottom of the explainer. Does anyone know how we decided on these names? Does anyone have any thoughts?
@domenic pointed out here that the
showandhideevent names may be too generic: whatwg/html#8221 (comment)I couldn't find any discussion about these event names in the list of issues at the bottom of the explainer. Does anyone know how we decided on these names? Does anyone have any thoughts?