Re: html 4 name=name
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 16 Jan 2020, Ralf Schlatterbeck wrote: > Now my question: Is this expected to work with HTML 4 or is this a bug? > Should we have an explicit list of attribute names that use the short > form? Or a blacklist? The form attribute="attribute" for boolean attributes is fully valid HTML4 and HTML5. See <https://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3.4.2> and <https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes>. So I suggest reverting the previous change. -- Joseph S. Myers [email protected]