Notes on HTML 3.2
Published on Dec 6, 2020 (updated Oct 25, 2024), filed under development, html (feed). (Share this on Mastodon or Bluesky?)
Would it still be useful to read the HTMLÂ 3.2 specificationâfrom 1997?
I asked exactly that on Twitter the other day, and 44% of participants responded with that being âa waste.â
I myself wasnât sure, and so I read that specification again (quick tip: I found Online Converter to be practical to take a URL to convert it to a MOBI ebook).
There wasnât that much that I learned this time, but there still were a few nuggets to take away:
[
XMP
,LISTING
, andPLAINTEXT
] are obsolete tags for preformatted text that predate the introduction ofPRE
.Remember: The spec was largely written in 1996.
CENTER
was introduced by Netscape before they added support for the HTMLÂ 3.0DIV
element. It is retained in HTMLÂ 3.2 on account of its widespread deployment.As we noted in the HTTP Archiveâs Web Almanac, Google is still using
center
, and has been for 22 years (!).[
action
onform
] specifies a URL which is either used to post forms via email, e.g.action="mailto:fooÂ@bar.com"
, or used to invoke a server-side forms handler via HTTP[âŚ].I didnât know about the
mailto:
optionâyet it doesnât seem to work (anymore).The HTML 3.2 spec did bring up the option to use tables for layout:
[Tables] can be used to markup tabular material or for layout purposes.
It cautions about problems âwhen rending [sic] to speech or to text only user agentsââbut âcan be used for layout purposesâ is still there.
Finally, when you think of
font
elements, you may remember theface
attribute. Now, that, too, is an old attribute; but:FACE
is not part of HTMLÂ 3.2.Yet to find out about the history of
face
, we would need to see Sauron đ¤ˇââď¸
HTMLÂ 3.2, though a bit imprecise and with errors, offers a more grateful start into HTML than Living HTML. Even if you have already read (part of) an HTML spec, consider having a look at it. For its brevity and historic import itâs still worth it.
About Me
Iâm Jens (long: Jens Oliver Meiert), and Iâm a web developer, manager, and author. Iâve been working as a technical lead and engineering manager for companies youâve never heard of and companies you use every day, Iâm an occasional contributor to web standards (like HTML, CSS, WCAG), and I write and review books for OâReilly and Frontend Dogma.
I love trying things, not only in web development and engineering management, but also in other areas like philosophy. Here on meiert.com I share some of my experiences and views. (I value you being critical, interpreting charitably, and giving feedback.)