Fwd: Update from Media Annotations WG

Hi all, 

I just received feedback from the Media Annotations WG. [1] Renato and I were 
trying to convince them to integrate a link to policy information into their 
latest Draft[2]. Seeing what's coming back, I'm not sure whether this 
satisfies our needs and what we could suggest instead. What is the opinion of 
PLING? Should we accept there suggestion? If No, what should we suggest 
instead?

1.http://www.w3.org/2008/WebVideo/Annotations/
2.http://www.w3.org/TR/mediaont-10

Best, 

Rigo
----------  Forwarded Message  ----------

Subject: Update from Media Annotations WG
Date: Tuesday 27 April 2010
From: Joakim Söderberg <joakim.soderberg@ericsson.com>
To: "rigo@w3.org" <rigo@w3.org>

Dear Rigo,
During TPAC 2009 you gave us some feedback regard some of our core properties.

We have restructured it accordingly:

* replace "Policy" with "License" as it is called in the Ontology (or do it 
the other way roung)
* replace "policy" attribute with "value"
* add a "link" attribute (or something similar) with a link to the license 
text

interface License: MAObject {
  attribute DOMString value;
  attribute DOMString link;
  attribute DOMString organization;
  attribute DOMString type;
}

3.9.2.1 Attributes
link of type DOMString
This attribute holds a link to the license if it is externally available.
No exceptions.
organization of type DOMString
This attribute identifies the organization that issued the license.
No exceptions.
type of type DOMString
This attribute holds the actual type of the policy, which can be filtered on 
in the getProperty operation. Current possibilities are "license", "access", 
and "privacy".
No exceptions.
value of type DOMString
This attribute holds the description of the license.
No exceptions.
Example
image = document.getElementByTagName("image")[0];
policy = image.getProperty("policy");

/*Resulting in:
policy[0].value = "Attribution 2.5"
policy[0].organization = "http://creativecommons.org/licenses/by/2.5"
policy[0].type = "license"
*/

Q: Can you please provide us with an example of an illustrating link to an 
external license?

Many Thanks in advance
/Joakim Söderberg
Co-Chair MAWG





-------------------------------------------------------

Received on Wednesday, 28 April 2010 15:35:04 UTC