task
stringlengths
12
101
input
stringlengths
5
5.87k
output
stringlengths
1
5.47k
options
sequence
pageTitle
stringlengths
0
151
outputColName
stringlengths
1
142
url
stringlengths
24
147
wdcFile
stringlengths
71
75
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] Playback has been paused. Fired after the pause method has returned. [Preconditions] paused is newly true. [Event name]
pause
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. [Preconditions] readyState is either DATA_UNAVAILABLE or CAN_SHOW_CURRENT_FRAME , and paused is false. Either seeking is true, or the current playback position is not contained in any of the ranges in buffered . It is possible for playback to stop for two other reasons without paused being false, but those two reasons do not fire this event: maybe playback ended , or playback stopped due to errors . [Event name]
waiting
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The seeking DOM attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event. [Event name]
seeking
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The seeking DOM attribute changed to false. [Event name]
seeked
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The current playback position changed in an interesting way, for example discontinuously. [Event name]
timeupdate
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] Playback has stopped because the end of the media resource was reached. [Preconditions] currentTime equals the effective end ; ended is true. [Event name]
ended
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The user agent cannot render the data at the current playback position because data for the current frame is not immediately available. [Preconditions] The readyState attribute is newly equal to DATA_UNAVAILABLE . [Event name]
dataunavailable
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The user agent cannot render the data after the current playback position because data for the next frame is not immediately available. [Preconditions] The readyState attribute is newly equal to CAN_SHOW_CURRENT_FRAME . [Event name]
canshowcurrentframe
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The user agent can resume playback of the media data , but estimates that if playback were to be started now, the media resource could not be rendered at the current playback rate up to its end without having to stop for further buffering of content. [Preconditions] The readyState attribute is newly equal to CAN_PLAY . [Event name]
canplay
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The user agent estimates that if playback were to be started now, the media resource could be rendered at the current playback rate all the way to its end without having to stop for further buffering. [Preconditions] The readyState attribute is newly equal to CAN_PLAY_THROUGH . [Event name]
canplaythrough
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] Either the defaultPlaybackRate or the playbackRate attribute has just been updated. [Event name]
ratechange
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] The duration attribute has just been updated. [Event name]
durationchange
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
20369d80_HTML_5__Event_name
[Interface] Event [Dispatched when...] Either the volume attribute or the muted attribute has changed. Fired after the relevant attribute's setter has returned. [Event name]
volumechange
[]
HTML 5
Event name
http://www.w3.org/TR/2008/WD-html5-20080610/diff/video.html
22/1438043062635.98_20150728002422-00043-ip-10-236-191-2_804870434_0.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party is the issuer of the policy statement [Comment] Must be supported. [Identifier]
assigner
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party is the recipient of the policy statement [Comment] Must be supported. [Identifier]
assignee
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party to be attributed [Comment] May be specified as part of the attribute action. [Identifier]
attributedParty
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party to obtain consent from [Comment] May be specified as part of the obtainConsent action. [Identifier]
consentingParty
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party to be informed of all uses [Comment] May be specified as part of the inform action. [Identifier]
informedParty
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party is the recipient of the compensation [Comment] May be specified as part of the compensate duty action. [Identifier]
compensatedParty
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
f3ca293a_abulary___ODRL_Community_Group___function__of_the_entity_Role_Identifier
[Semantics] The Party is the usage tracker [Comment] May be specified as part of the acceptTracking action. [Identifier]
trackingParty
[ [ "a", "s", "s", "i", "g", "n", "e", "r" ], [ "a", "s", "s", "i", "g", "n", "e", "e" ], [ "a", "t", "t", "r", "i", "b", "u", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "n", "s", "e", "n", "t", "i", "n", "g", "P", "a", "r", "t", "y" ], [ "i", "n", "f", "o", "r", "m", "e", "d", "P", "a", "r", "t", "y" ], [ "c", "o", "m", "p", "e", "n", "s", "a", "t", "e", "d", "P", "a", "r", "t", "y" ], [ "t", "r", "a", "c", "k", "i", "n", "g", "P", "a", "r", "t", "y" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=341
22/1438043062635.98_20150728002422-00059-ip-10-236-191-2_926958809_7.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] The Party is a single individual [Comment] Must be supported. [Identifier]
Individual
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] The Party represents a defined group with multiple individual members [Comment] Must be supported. [Identifier]
Group
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] All the collective individuals within a context [Comment] For example, may be used to indicate all the users of a specific social network the party is a member of. Note that “group” scope is also assumed. [Identifier]
All
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] All the first-level connections of the Party [Comment] For example, may be used to indicate all “friends” of the Party. Note that “group” scope is also assumed. [Identifier]
AllConnections
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] All the second-level connections of the Party [Comment] For example, may be used to indicate all “friends of friends” of the Party. Note that “group” scope is also assumed. [Identifier]
All2ndConnections
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
c2cc532e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Identifier
[Semantics] All the group connections of the Party [Comment] For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed. [Identifier]
AllGroups
[ [ "I", "n", "d", "i", "v", "i", "d", "u", "a", "l" ], [ "G", "r", "o", "u", "p" ], [ "A", "l", "l" ], [ "A", "l", "l", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "2", "n", "d", "C", "o", "n", "n", "e", "c", "t", "i", "o", "n", "s" ], [ "A", "l", "l", "G", "r", "o", "u", "p", "s" ] ]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Identifier
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_8.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications can create alarms, notifying users [Source] SysApps Charter [Requirement]
Alarm API
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps can add, remove and edit contacts [Source] SysApps Charter [Requirement]
Contacts API
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps can send, receive and view SMS [Source] SysApps Charter [Requirement]
Messaging API
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps can access the telephony capabilities of the underlyling platform: dial a number, pick up a call, route to voicemail, access the call log [Source] SysApps Charter [Requirement]
Telephony API
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps can create, manipulate and listen for low-level TCP and UDP connections [Source] SysApps Charter [Requirement]
Raw Sockets API
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Supports a wide variety of devices including desktop & laptop computers, smart phones, tablets, TVs, cameras, and other connected devices [Source] SysApps Charter [Implications] The security model can make no assumptions about how the device will be used or shared between people and cannot assume a particular process model. [Requirement]
Supports many device form factors
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] All APIs defined by DAP should be accessible to system applications [Source] SysApps Charter [Implications] Either DAP APIs will need to change slightly in the systems context or the security model must allow for API-specific access controls [Requirement]
DAP API Support
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Problems such as 'double prompting' should be avoided when integrating other APIs [Source] SysApps Charter [Implications] Some details of the expected user interactions may need to be specified in the security model or APIs [Requirement]
Minimal user prompting
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications consist of HTML, CSS and JavaScript [Requirement]
HTML5
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications have access to geolocation data [Requirement]
Location
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications can communicate with other applications [Implications] Some kind of messaging will be supported [Requirement]
Communicate with other applications
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications can communicate with pre-defined web addresses [Implications] Access remote domains will be possible [Requirement]
Communicate with pre-defined endpoints
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications can run on any conformant platform, potentially including any device form factor [Source] Compatibility of application packages [Requirement]
Valid across multiple platforms
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Allow access control decisions to be logged. [Source] webinos [Requirement]
Access control log
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications shall be able to explain why access to data or APIs is being requested. [Source] webinos [Requirement]
API access rationale
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications shall access only its specified device features, extensions and content. [Source] webinos [Requirement]
Application capability restriction
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications shall specify its required functionality at install time or during updates. [Source] webinos [Requirement]
Application intent
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications shall be isolated from each other. [Source] webinos [Requirement]
Application isolation
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Changes to existing application intentions and permissions shall be approved by the end user. [Source] webinos [Requirement]
Application policy approval
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Before being installed or updated, origin authenticity and integrity checks shall be performed by the runtime [Source] webinos [Requirement]
Authenticity check
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] The list of authorities that certified an application shall be viewable by end-users. [Source] webinos [Requirement]
Certifier list
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] The webinos runtime shall support the confidential storage of user credentials. [Source] webinos [Requirement]
Confidential credentials storage
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Access to credentials storage shall be limited to a specific user, a specific device and a set of applications. [Source] webinos [Requirement]
Credentials access restriction
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] applications shall be able to explain how collected sensitive data will be managed. [Source] webinos [Requirement]
Data management rationale
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] A default security and privacy policy shall exist an be enforced on each conformant runtime [Source] webinos [Requirement]
Default policy
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Personal devices shall be bound to their owner's identities. [Source] webinos [Requirement]
Device-identity binding
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] The binding between personal devices and owner's identity shall be revokable. [Source] webinos [Requirement]
Device-identity binding revokation
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Runtimes can enforce multiple access control rules written by multiple stakeholders in a hierarchy. [Source] webinos [Requirement]
Hierarchical policy enforcement
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Data cached by a runtime shall be securely stored to prevent disclosure and tampering by unauthorised entitites. [Source] webinos [Requirement]
Secure cache
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Application data shall be securely stored to prevent disclosure and tampering by unauthorised entities. [Source] webinos [Requirement]
Secure storage
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] When installing or using an application for the first time, the runtime shall establish that the user trusts the source of the application. [Source] webinos [Implications] Apps must have provenance data attached to them [Requirement]
Trusted application source
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] "An app store needs to be able to approve an application, implying they can verify the permissions, integrity and authenticity of the app" [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] App permissions can be changed remotely [Requirement]
App stores can revoke applications
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] B2G: "App store must be able to set the default permissions for an app". [Source] Extrapolated from B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] The user is not the only source of access control decisions. this also suggests a need for conflict resolution. [Requirement]
External trusted party can set app default permissions
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Applications must be installed before executed [Source] B2G, webinos [Requirement]
Installation
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] The device owner must be able to override app settings and permissions (this may not be the user, but a corporate, for example) [Source] B2G (user), webinos (user) [Implications] Access control settings must be changeable [Requirement]
Owner override
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps should be able to discover their privileges and degrade gracefully in a limited privilege environment [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] There must be a standard way for applications to identify the permissions they have and lack [Requirement]
App privilege visibility
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps should be able to discover their privileges and degrade gracefully in a limited privilege environment [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Requirement]
Permission usability
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Apps should not be vulnerable to common web vulnerabilities when granted significant privileges [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] Non-browser security context: may be additional restrictions on HTML/JavaScript [Requirement]
Immunity to browser-based threats
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Ability to grant trust for certain highly sensitive privileges (such as phone dialing) may be restricted at the OS level to specific trusted parties [Source] B2G - https://wiki.mozilla.org/B2G_App_Security_Model [Implications] Different 'levels' apply to SysApps - possibly 'roles' [Requirement]
Pre-installed app permissions
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
63fbb932__WG__Security_Model___W3C_Wiki__Requirement
[Description] Ability for a system application to access (read and write) files outside of that application's sandboxed storage area. [Source] Mailing list: http://lists.w3.org/Archives/Public/public-sysapps/2012Nov/0003.html [Implications] Need to provide both sandboxed and non-sandboxed storage [Requirement]
Access to files outside owned by the platform
[]
System Applications WG: Security Model - W3C Wiki
Requirement
http://www.w3.org/wiki/index.php?title=System_Applications_WG:_Security_Model&oldid=63353
22/1438042990177.43_20150728002310-00181-ip-10-236-191-2_811664049_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Compaq [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/1999JanMar/0005.html [good standing] no [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] CSELT [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/1999JanMar/0000.html [good standing] no [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] CWI [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/1999JanMar/0003.html [good standing] yes [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] GLOCOM [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/1999AprJun/0000.html [good standing] no [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] IBM [Patent declaration] Possible Patent declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001AprJun/0023.html [good standing] yes [License Summary]
RAND
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] INRIA [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/1999JanMar/0004.html [good standing] yes [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Intel [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001JanMar/0040.html [good standing] yes [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Macromedia [Patent declaration] Possible Patent declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001AprJun/0025.html [good standing] yes [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Microsoft [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001AprJun/0024.html [good standing] yes [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Netscape/AOL [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/2000AprJun/0000.html [good standing] no [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Nokia [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/1999JulSep/0000.html [good standing] no [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Oratrix [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/2001AprJun/0000.html [good standing] yes [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Panasonic (Matsushita) [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001AprJun/0015.html [good standing] yes [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Web3D Consortium [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Team/symm-review/2000JanMar/0001.html [good standing] no [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] Philips [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/symm/2000Dec/0115.html [good standing] yes [License Summary]
RAND
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] RealNetworks [Patent declaration] None declared [License statement] http://lists.w3.org/Archives/Member/patent-issues/2001JanMar/0029.html [good standing] yes [License Summary]
Royalty-Free
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
981748a6_SYMM_Patent_Statements_tatements_from_SYMM_WG_members_License_Summary
[Member name] WGBH * [Patent declaration] None declared [good standing] yes [License Summary]
No licence
[ [ "R", "o", "y", "a", "l", "t", "y", "-", "F", "r", "e", "e" ], [ "N", "o", " ", "l", "i", "c", "e", "n", "c", "e" ], [ "R", "A", "N", "D" ] ]
SYMM Patent Statements
License Summary
http://www.w3.org/2001/05/23/SMIL-IPR-statements.html
22/1438043062635.98_20150728002422-00196-ip-10-236-191-2_803820326_0.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] acceptTracking [Comment] The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”. [Semantics]
The Assigner requires that the Assignee(s) accepts that the use of the Asset may be tracked
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] attribute [Comment] May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”. [Semantics]
The Assigner requires that the Assignee(s) attributes the Asset to the Assigner or an attributed Party.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] compensate [Comment] The compensation may use different types of things with a value: – the thing is expressed by the value (term) of the Constraint name – the value is expressed by operator, rightOperand, dataType and unit [Semantics]
The Assigner requires that the Assignee(s) compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] delete [Comment] Use a constraint to define under which conditions the Asset should be deleted. [Semantics]
The Assigner requires that the Assignee(s) permanently removes all copies of the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] ensureExclusivity [Semantics]
The Assignee requires that the Assigner(s) ensure(s) that the permission on the Asset is exclusive to the Assignee.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] include [Comment] For example; Bio picture must be included in the attribution. Use of the Asset relation attribute is required [Semantics]
The Assigner requires that the Assignee(s) include(s) other related assets in the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] inform [Comment] May link to a Party with the role function “informedParty”. [Semantics]
The Assigner requires that the Assignee(s) inform(s) the Assigner or an informed Party that an action has been performed on or in relation to the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] nextPolicy [Semantics]
The Assigner requires that the Assignee(s) grants the specified Policy to a third party for their use of the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] obtainConsent [Comment] Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”. [Semantics]
The Assigner requires that the Assignee(s) obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] reviewPolicy [Comment] Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information. [Semantics]
The Assigner requires that the Assignee(s) has(ve) a person review the Policy applicable to the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] uninstall [Comment] The Asset is no longer accessible to the Assignee(s). [Semantics]
The Assigner requires that the Assignee(s) unload(s) and delete(s) the computer program Asset from a storage device and disable(s) its readiness for operation.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
1770a648_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Semantics
[Identifier] watermark [Comment] It is recommended to embed a link to the watermark. [Semantics]
The Assigner requires that the Assignee(s) apply(ies) a watermark as provided by the Assigner to the Asset.
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=268
22/1438042990177.43_20150728002310-00196-ip-10-236-191-2_932573036_4.json
a4e434e3___Level_3_Events_Specification__Cancelable
[Event Type] abort [Sync / Async] Sync [Bubbling phase] No [Trusted event target types] Element [DOM interface] Event [Default Action] none [Cancelable]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Document Object Model (DOM) Level 3 Events Specification
Cancelable
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/
22/1438042990609.0_20150728002310-00278-ip-10-236-191-2_815939613_4.json
a4e434e3___Level_3_Events_Specification__Cancelable
[Event Type] blur [Sync / Async] Sync [Bubbling phase] No [Trusted event target types] Element [DOM interface] FocusEvent [Default Action] none [Cancelable]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Document Object Model (DOM) Level 3 Events Specification
Cancelable
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/
22/1438042990609.0_20150728002310-00278-ip-10-236-191-2_815939613_4.json
a4e434e3___Level_3_Events_Specification__Cancelable
[Event Type] click [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [DOM interface] MouseEvent [Default Action] DOMActivate event [Cancelable]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Document Object Model (DOM) Level 3 Events Specification
Cancelable
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/
22/1438042990609.0_20150728002310-00278-ip-10-236-191-2_815939613_4.json
a4e434e3___Level_3_Events_Specification__Cancelable
[Event Type] compositionstart [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [DOM interface] CompositionEvent [Default Action] Show a text composition system candidate window [Cancelable]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Document Object Model (DOM) Level 3 Events Specification
Cancelable
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/
22/1438042990609.0_20150728002310-00278-ip-10-236-191-2_815939613_4.json
a4e434e3___Level_3_Events_Specification__Cancelable
[Event Type] compositionupdate [Sync / Async] Sync [Bubbling phase] Yes [Trusted event target types] Element [DOM interface] CompositionEvent [Default Action] none [Cancelable]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Document Object Model (DOM) Level 3 Events Specification
Cancelable
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/
22/1438042990609.0_20150728002310-00278-ip-10-236-191-2_815939613_4.json