Closed Bug 588358 Opened 14 years ago Closed 7 years ago

Google RDFa example does not work

Categories

(Mozilla Labs :: Operator, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: beciragic, Assigned: mkaply)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Build Identifier: 

This is an example of the google v:Event RDFa example. It does not recognize it in the debug mode. Is there something wrong with the code bellow or is it regarding operator?


<div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> 
  <a href="http://www.example.com/events/spinaltap" rel="v:url" 
     property="v:summary">Spinal Tap</a> 
  <img src="spinal_tap.jpg" rel="v:photo" /> 
  <span property="v:description">After their highly-publicized search for a new drummer, 
  Spinal Tap kicks off their latest comeback tour with a San Francisco show. </span>

  When: 
  <span property="v:startDate" content="2009-10-15T19:00-08:00">Oct 15, 7:00PM</span>—
  <span property="v:endDate" content="2009-10-15T21:00-08:00">9:00PM</span>

  Where: 
  <span rel="v:location">
    <span typeof="v:Organization">
      <span property="v:name">Warfield Theatre</span>,
      <span rel="v:address">
        <span typeof="v:Address">
          <span property="v:street-address">982 Market St</span>, 
          <span property="v:locality">San Francisco</span>, 
          <span property="v:region">CA</span>
        </span>
      </span>

      <span rel="v:geo">
        <span typeof="v:Geo">
          <span property="v:latitude" content="37.774929" ></span>
          <span property="v:longitude" content="-122.419416" ></span>
        </span>
      </span>
    </span>   
  </span>

  Category: <span property="v:eventType">Concert</span>
</div>


Reproducible: Always
Operator isn't supported anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.