Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

[XHTML2] meta attribute

From: Jeroen Budts <jbudts@mail.be>
Date: Thu, 31 Jul 2003 22:11:57 +0200 (GMT+02:00)
Message-ID: <375637680.1059682317343.JavaMail.Administrator@pumbaa>
To: www-html@w3.org

I propose a new attribute: the meta attribute, which has the type IDREF (or maybe IDREFS?). It makes a reference to some meta data specific to that part of the page. Here is an example:

<html xmlns="http://www.w3.org/2002/06/xhtml2 " xml:lang="nl-be">
  <head>
    <!-- the following is meta data about the entire page -->
    <meta name="author">Jeroen Budts</meta>
    <!-- and the following only about the quote -->
    <meta id="AndyQuote">
      <meta name="author">Andy Warhol</meta>
      <meta name="DC.Language">en-us</meta>
      <meta name="DC.Title">THE Philosophy of Andy Warhol</meta>
      <meta name="chapter">4 - Beauty</meta>
      <meta name="page">71</meta>
    </meta>
  </head>

  <body>
    <p>
      Het volgende citaat vind ik best wel leuk:
      <blockquote xml:lang="en-us" meta="#AndyQuote">
        The most beautiful thing in Tokyo is McDonald's.
        The most beautiful thing in Stockholm is McDonald's.
        The most beautiful thing in Florence is McDonald's.
        Pecking and Moscow don't have anything beautiful yet.
      </blockquote>
    </p>
  </body>
</html>

In this way we would be able to give a lot more information about parts of a webpage.

Kind Regards,
Jeroen

----------
<Greetz
  from='Jeroen Budts'
  e-mail='jeroen@lightyear.be'
  url='www.lightyear.be'
/>
-----------------------------------------------------
Mail.be, WebMail and Virtual Office
http://www.mail.be 
Received on Thursday, 31 July 2003 16:12:44 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.