- From: Karl Dubost <karl@w3.org>
- Date: Wed, 18 Jul 2007 07:15:10 +0900
- To: Dan Connolly <connolly@w3.org>
- Cc: www-tag <www-tag@w3.org>
Le 18 juil. 2007 à 02:20, Harry Halpin a écrit :
> Why not instead of
>
> <div class2="http://example.org/human-resources/employee">
>
> just do
>
> <div class="employee" profile="http://example.org/human-resources/">
>
> Or, at least keep the option of @profile in the header so one doesn't
> have to write @profiles for every div element.
With http://software.hixie.ch/utilities/js/live-dom-viewer/
Results for Camino (Gecko Engine)
# DOCTYPE: html
# HTML
* HEAD
o TITLE
+ #text: boo
* BODY
o #text:
o DIV profile="http://example.org/human-resources/"
class="employee"
+ #text:
o #text:
Results for Safari (WebKit). Almost the same.
# DOCTYPE: html
# HTML
* HEAD
o TITLE
+ #text: boo
* BODY
o #text:
o DIV profile="http://example.org/human-resources/"
class="employee"
+ #text:
I wonder what are the results for IE
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
QA Weblog - http://www.w3.org/QA/
*** Be Strict To Be Cool ***
Received on Tuesday, 17 July 2007 22:15:23 UTC