You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might make sense to mention distinct elements sharing the same interface as a halfway solution, with the positive example of <video> and <audio> as instances of HTMLMediaElement.
<h1> to <h6> are examples of insufficient overloading.
@hober also mentioned that <legend>, <caption> and <figcaption> should have been the same element.
This is a followup to #502.
<video>
and<audio>
as instances ofHTMLMediaElement
.<h1>
to<h6>
are examples of insufficient overloading.<legend>
,<caption>
and<figcaption>
should have been the same element.<input type=checkbox switch>
is a positive example of overloading (see New principle: Avoid introducing mode errors #532)The text was updated successfully, but these errors were encountered: