- From: Jukka K. Korpela <jukka.k.korpela@kolumbus.fi>
- Date: Fri, 17 Jun 2016 16:45:59 +0300
- To: public-html@w3.org
17.6.2016, 16:09, Steve Faulkner wrote: > > On 17 June 2016 at 13:42, Dr. Olaf Hoffmann <Dr.O.Hoffmann@gmx.de > <mailto:Dr.O.Hoffmann@gmx.de>> wrote: > > Do they really exist in HTML5 or is this a bug? > > > <plaintext> > https://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext > > <listing> > https://developer.mozilla.org/en-US/docs/Web/HTML/Element/listing > > neither is in HTML5, but some browsers support, thus the CSS More exactly, they have been deprecated/obsolete/nonconforming since the beginning of HTML (HTML 2.0), yet universally supported, though <listing> was not implemented quite the way it was specified. (I have not checked recently, so maybe some browser has dropped support, for some odd reason.) The two elements are mentioned as obsolete as https://www.w3.org/TR/html5/obsolete.html#non-conforming-features It’s hard to imagine why anyone would use them these days, but they may appear in old documents. Yet, documenting their “suggested” rendering is useful for implementers of new browsers who wish to avoid making some old documents rendered as a mess. -- Yucca, http://www.cs.tut.fi/~jkorpela/
Received on Friday, 17 June 2016 13:46:27 UTC