[6273] in www-talk@info.cern.ch
What's the standard for non-standard extensions?
daemon@ATHENA.MIT.EDU (Kee Hinckley)
Fri Oct 21 01:19:10 1994
Date: Fri, 21 Oct 1994 06:15:29 +0100
Errors-To: postmaster@www0.cern.ch
Errors-To: postmaster@www0.cern.ch
Reply-To: nazgul@wraith.utopia.com
From: Kee Hinckley <nazgul@wraith.utopia.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
I'm generating pages in which I want to store meta information of
interest to my HTML editing tools and to some of my server applications.
I currently do something like:
<!-- metainfo --> html code <!- /metainfo -->
That obviously works, but is it necessary?
Is it legit for me to do something like this?
<UImetainfo> html code </UImetainfo>
That simplifies my parsing code, makes other tools available to
me, etc. But of course it's non-standard. Also, these aren't
extensions that I would anticipate being of any use to anyone
else.
Comments?