- From: Kristof Zelechovski <giecrilj@stegny.2a.pl>
- Date: Sat, 23 Aug 2008 13:31:32 +0200
- To: "'Ben Adida'" <ben@adida.net>
- Cc: "'Ian Hickson'" <ian@hixie.ch>, "'Bonner, Matt'" <matt.bonner@hp.com>, "'Dan Brickley'" <danbri@danbri.org>, "'Tab Atkins Jr.'" <jackalmage@gmail.com>, "'Henri Sivonen'" <hsivonen@iki.fi>, <www-archive@w3.org>
<h3 property="dc:creator">Ben Adida</h3> reads "The value of *the* property of this h3 is dc:creator", meaning that the element in question has exactly one property with this funny name. However, a H3 element has various properties, like "id" of "class", so this is obviously wrong. If you want to say "The creator of this document is Ben Adida", you can encode it in the following way: <META NAME=CREATOR VALUE="Ben Adida" > Chris -----Original Message----- From: Ben Adida [mailto:ben@adida.net] Sent: Saturday, August 23, 2008 1:54 AM To: Kristof Zelechovski Cc: 'Ian Hickson'; 'Bonner, Matt'; 'Dan Brickley'; 'Tab Atkins Jr.'; 'Henri Sivonen'; www-archive@w3.org Subject: Re: [whatwg] Creative Commons Rights Expression Language Kristof Zelechovski wrote: > You can use XSLT or custom JavaScript to extract the relevant description > out of the data script into the HTML as you wish. That's not very realistic. I would need XSLT and/or JavaScript instead of just: <h3 property="dc:creator">Ben Adida</h3> ? -Ben
Received on Saturday, 23 August 2008 11:45:17 UTC