Re: microformats, profiles, and taking back rel/class names [standardizedFieldValues-51]

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