New requirement - Simplifying Meta Data Profile

Hi,
In response to Dan's previous email, I would like to start this new thread
which is about new feature requirement (i think)

If you look at the current Meta data profiles:

<META name="author" content="John Doe">
<META name="copyright" content="&copy; 1997 Acme Corp.">
<META name="keywords" content="corporate,guidelines,cataloging">
<META name="date" content="1994-11-06T08:49:37+00:00">

I feel this can be simplified to make code writing more pleasurable:

<META author="John Doe" copyright="&copy; 1997 Acme Corp."
keywords="corporate,guidelines,cataloging"
date="1994-11-06T08:49:37+00:00">

Any thoughts on this?

cheers
// sajid

Received on Wednesday, 14 March 2007 20:11:02 UTC