Forum OpenACS Q&A: Looking for my missing HTML tag

Collapse
Posted by Lars Pind on
Hi All

I have a vague recollection of having seen a HTML tag, I believe recently added, which is used to explain things in your page.

For example, if you have a date like this:

01/04-2003

You could wrap it something like this:

<scrtgroup>
  <scrt title="Day">01</scrt>
  <scrt title="Month">04</scrt>
  <scrt title="Year">2003</scrt>
</scrtgroup>

Now, I can't remember the name of the tag, nor the exact syntax, but I believe it was something like that.

And basically, the user agent (aka browser) would render it like this:

Day Month Year
01 /  04 -2003

Does that ring a bell with anyone? I've looked at w3.org but been unable to find it again.

/Lars