Re: meta information

Daniel W. Connolly (connolly@hal.com)
Wed, 01 Jun 1994 15:56:02 -0500


In message <9406012051.AA10575@hal.com>, Martijn Koster writes:
>
>> If you get to the point where you expect other
>> folks to understand the meaning of these idioms, just propose
>> new tags:
>> <KEYWORDS>a,b,c,</keywords>
>> <description>lkjsdlfkjsldf... </description>
>
>Well, if you do that and your browser doesn't understand these tags
>the text in between ends up in your document, which is not where
>you want it.

So you're saying current browsers are broken. So what's new?
We can decide (a) we need to fix them, or (b) we can never
have non-empty elements in the HEAD.

I was working under assumption (a). If you choose (b), you
can still write:

<KEYWORDS words="a,b,c">
<description text="alsdkfjlkj sldfkj sldf">

Dan