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
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] loadeddata [Dispatched when...]
The user agent can render the media data at the current playback position for the first time.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] waiting [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.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] playing [Dispatched when...]
Playback has started.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] canplay [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.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] canplaythrough [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.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] seeking [Dispatched when...]
The seeking IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] seeked [Dispatched when...]
The seeking IDL attribute changed to false.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] timeupdate [Dispatched when...]
The current playback position changed as part of normal playback or in an especially interesting way, for example discontinuously.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] ended [Dispatched when...]
Playback has stopped because the end of the media resource was reached.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] ratechange [Dispatched when...]
Either the defaultPlaybackRate or the playbackRate attribute has just been updated.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] durationchange [Dispatched when...]
The duration attribute has just been updated.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3f6adb77_HTML_Elements_audio___W3C_Wiki__Dispatched_when___
[Event name] volumechange [Dispatched when...]
Either the volume attribute or the muted attribute has changed. Fired after the relevant attribute's setter has returned.
[]
HTML/Elements/audio - W3C Wiki
Dispatched when...
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] CreateScope [Arguments] name(optional) [Return Value] Success or Failure [Sequencing Description]
Creates a new scope object and pushes it on top of the scope stack. If no name is provided the scope is anonymous and may be accessed only when it on the top of the scope stack. A Failure status is returned if a scope already exists with the specified name.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] DeleteScope [Arguments] name(optional) [Return Value] Success or Failure [Sequencing Description]
Removes a scope from the scope stack. If no name is provided, the topmost scope is removed. Otherwise the scope with provided name is removed. A Failure status is returned if the stack is empty or no scope with the specified name exists.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] CreateVariable [Arguments] variableName, value(optional), scopeName(optional) [Return Value] Success or Error [Sequencing Description]
Creates a variable. If scopeName is not specified, the variable is created in the top most scope on the scope stack. If no value is provided, the variable is created with the default value specified by the underlying datamodel. A Failure status is returned if a variable of the same name already exists in the specified scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] DeleteVariable [Arguments] variableName, scopeName(optional) [Return Value] Success or Failure [Sequencing Description]
Deletes the variable with the specified name from the specified scope. If no scopeName is provided, the variable is deleted from the topmost scope on the stack. The status Failure is returned if no variable with the specified name exists in the scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] UpdateVariable [Arguments] variableName, newValue, scopeName(optional) [Return Value] Success or Failure [Sequencing Description]
Assigns a new value to the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. A Failure status is returned if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] ReadVariable [Arguments] variableName, scopeName(optional) [Return Value] value [Sequencing Description]
Returns the value of the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. An error is raised if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
3235aa32_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Sequencing_Description
[Function] EvaluateExpression [Arguments] expr, scopeName(optional) [Return Value] value [Sequencing Description]
Evaluates the specified expression and returns its value. If scopeName is not specified, the expression is evaluated in the topmost scope on the stack. An error is raised if the specified scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Sequencing Description
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_9.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] AllDifferent axioms [State] ready [Comment]
missing main semantic condition
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Axiomatic Triples [State] WIP [Comment]
many are missing(?) in OWL 1 Full
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Comprehension Principles [State] ready [Comment]
only general comprehension principles
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Data Conditions [State] N/A [Comment]
subsidiary semantic conditions for datatypes, data values and, data properties
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Data Ranges [State] WIP [Comment]
usage has been deprecated; semantics are aligned to rdfs:Datatype
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Imports [State] ready [Comment]
how import directives work in OWL 2 Full
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] RDFS Axioms [State] WIP [Comment]
the table containing subClassOf, subPropertyOf, domain, range
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
503bc3c5_FullSemantics___OWL__Comment
[Feature Category] Sequence based Axioms [State] ready [Comment]
semantic conditions with a sequence as their argument
[]
FullSemantics - OWL
Comment
https://www.w3.org/2007/OWL/wiki/index.php?title=FullSemantics&mobileaction=toggle_view_mobile
14/1438042986646.29_20150728002306-00135-ip-10-236-191-2_929782555_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Property]
Properties from Place[2]
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] PostalAddress [Description] Physical address of the item. [Property]
address
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] aggregateRating [Description] The overall rating, based on a collection of reviews or ratings, of the item. [Property]
aggregateRating
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] GeoCoordinates or GeoShape [Description] The geo coordinates of the place. [Property]
geo
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] URL [Description] A URL to a map of the place. [Property]
map
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] ImageObject or Photograph [Description] Photographs of this place [Property]
photos
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] Review [Description] Review of the item [Property]
reviews
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
b9de8546_as_VacationRentals____W3C_Wiki__Property
[Expected Type] Text [Description] The telephone number. [Property]
telephone
[ [ "P", "r", "o", "p", "e", "r", "t", "i", "e", "s", " ", "f", "r", "o", "m", " ", "P", "l", "a", "c", "e", "[", "2", "]" ], [ "a", "d", "d", "r", "e", "s", "s" ], [ "a", "g", "g", "r", "e", "g", "a", "t", "e", "R", "a", "t", "i", "n", "g" ], [ "g", "e", "o" ], [ "m", "a", "p" ], [ "p", "h", "o", "t", "o", "s" ], [ "r", "e", "v", "i", "e", "w", "s" ], [ "t", "e", "l", "e", "p", "h", "o", "n", "e" ] ]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Property
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] Character data [Attribute Type]
CDATA
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] A document-unique identifier [Attribute Type]
ID
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] A reference to a document-unique identifier [Attribute Type]
IDREF
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] A space-separated list of references to document-unique identifiers [Attribute Type]
IDREFS
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] A name with the same character constraints as ID above [Attribute Type]
NAME
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] A name composed of only name tokens as defined in XML 1.0 [XML]. [Attribute Type]
NMTOKEN
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] One or more white space separated NMTOKEN values [Attribute Type]
NMTOKENS
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
47f047a7__Module_Definition_Conventions__Attribute_Type
[Definition] Processed character data [Attribute Type]
PCDATA
[ [ "C", "D", "A", "T", "A" ], [ "I", "D" ], [ "I", "D", "R", "E", "F" ], [ "I", "D", "R", "E", "F", "S" ], [ "N", "A", "M", "E" ], [ "N", "M", "T", "O", "K", "E", "N" ], [ "N", "M", "T", "O", "K", "E", "N", "S" ], [ "P", "C", "D", "A", "T", "A" ] ]
- Module Definition Conventions
Attribute Type
http://www.w3.org/TR/2002/WD-xhtml2-20021211/abstraction.html
14/1438042986646.29_20150728002306-00189-ip-10-236-191-2_804475588_0.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] address [Expected Type] PostalAddress [Description]
Physical address of the item.
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] aggregateRating [Expected Type] aggregateRating [Description]
The overall rating, based on a collection of reviews or ratings, of the item.
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] geo [Expected Type] GeoCoordinates or GeoShape [Description]
The geo coordinates of the place.
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] map [Expected Type] URL [Description]
A URL to a map of the place.
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] photos [Expected Type] ImageObject or Photograph [Description]
Photographs of this place
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] reviews [Expected Type] Review [Description]
Review of the item
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c74964ad_as_VacationRentals____W3C_Wiki__Description
[Property] telephone [Expected Type] Text [Description]
The telephone number.
[]
Difference between revisions of "WebSchemas/VacationRentals" - W3C Wiki
Description
http://www.w3.org/wiki/index.php?title=WebSchemas/VacationRentals&curid=6842&diff=63367&oldid=63366
14/1438042986646.29_20150728002306-00280-ip-10-236-191-2_815928176_1.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] CDATA [Definition]
Character data
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] ID [Definition]
A document-unique identifier
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] IDREF [Definition]
A reference to a document-unique identifier
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] NAME [Definition]
A name with the same character constraints as ID above
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] NMTOKEN [Definition]
A name composed of CDATA characters but no whitespace
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] NMTOKENS [Definition]
Multiple names composed of CDATA characters separated by whitespace
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
c2af38c4_es___Defining_Abstract_Modules__Definition
[Attribute Type] PCDATA [Definition]
Processed character data
[]
Building XHTML Modules - Defining Abstract Modules
Definition
http://www.w3.org/TR/1999/WD-xhtml-building-19990910/abstraction.html
14/1438042988860.88_20150728002308-00064-ip-10-236-191-2_818396512_0.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] name [Description] The form item variable in the dialog scope that will hold the recording. The name must be unique among form items in the form. If the name is not unique, then a badfetch error is thrown when the document is fetched. Note that how this variable is implemented may vary between platforms (although all platforms must support its behavior in and as described in this specification). [Required] Yes [Type]
The name must conform to the variable naming conventions in (TODO).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] expr [Description] The initial value of the form item variable. If initialized to a value, then the form item will not be visited unless the form item variable is cleared. [Required] No [Default Value] ECMAScript undefined [Type]
TBD
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] cond [Description] A data model expression that must evaluate to true after conversion to boolean in order for the form item to be visited. [Required] No [Default Value] true [Type]
data model expression
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] modal [Description] If this is true, all non-local speech and DTMF grammars are not active while making the recording. If this is false, non-local speech and DTMF grammars are active. [Required] No [Default Value] true [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] beep [Description] If true, a tone is emitted just prior to recording. [Required] No [Default Value] false [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] maxtime [Description] The maximum duration to record. [Required] No [Default Value] Platform-specific value [Type]
Time Designation
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] finalsilence [Description] The interval of silence that indicates end of speech. [Required] No [Default Value] Platform-specific value [Type]
Time Designation
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] dtmfterm [Description] If true, any DTMF keypress will be treated as a match of an active (anonymous) local DTMF grammar. [Required] No [Default Value] true [Type]
boolean
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
132273fa_Markup_Language__VoiceXML__3_0_Table_85__Attributes_Type
[Name] type [Description] The media format of the resulting recording. [Required] No [Default Value] Platform-specific (one of the required formats) [Type]
Required audio file formats specified in Appendix E of VoiceXML 2 (Other formats may also be supported)
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/2010/WD-voicexml30-20101216/diff.html
14/1438042988860.88_20150728002308-00231-ip-10-236-191-2_830034115_124.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] Individual [Comment] Must be supported. [Semantics]
The Party is a single individual
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] Group [Comment] Must be supported. [Semantics]
The Party represents a defined group with multiple individual members
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] All [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. [Semantics]
All the collective individuals within a context
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] AllConnections [Comment] For example, may be used to indicate all “friends” of the Party. Note that “group” scope is also assumed. [Semantics]
All the first-level connections of the Party
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] All2ndConnections [Comment] For example, may be used to indicate all “friends of friends” of the Party. Note that “group” scope is also assumed. [Semantics]
All the second-level connections of the Party
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
f4107c8e_abulary___ODRL_Community_Group_ute__scope__of_the_entity_Role_Semantics
[Identifier] AllGroups [Comment] For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed. [Semantics]
All the group connections of the Party
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_8.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent begins looking for media data, as part of the resource selection algorithm. [Event name]
loadstart
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent is fetching media data. [Event name]
progress
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent is intentionally not currently fetching media data, but does not have the entire media resource downloaded. [Event name]
suspend
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent stops fetching the media data before it is completely downloaded, but not due to an error. [Event name]
abort
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] An error occurs while fetching the media data. [Event name]
error
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] A media element whose networkState was previously not in the NETWORK_EMPTY state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the load() method was invoked while the resource selection algorithm was already running). [Event name]
emptied
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent is trying to fetch media data, but data is unexpectedly not forthcoming. [Event name]
stalled
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] Playback has begun. Fired after the play() method has returned, or when the autoplay attribute has caused playback to begin. [Event name]
play
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] Playback has been paused. Fired after the pause() method has returned. [Event name]
pause
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent has just determined the duration and dimensions of the media resource [Event name]
loadedmetadata
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The user agent can render the media data at the current playback position for the first time. [Event name]
loadeddata
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[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. [Event name]
waiting
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] Playback has started. [Event name]
playing
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[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. [Event name]
canplay
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[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. [Event name]
canplaythrough
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The seeking IDL 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/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The seeking IDL attribute changed to false. [Event name]
seeked
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The current playback position changed as part of normal playback or in an especially interesting way, for example discontinuously. [Event name]
timeupdate
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] Playback has stopped because the end of the media resource was reached. [Event name]
ended
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] Either the defaultPlaybackRate or the playbackRate attribute has just been updated. [Event name]
ratechange
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[Dispatched when...] The duration attribute has just been updated. [Event name]
durationchange
[]
HTML/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
2490dea4_HTML_Elements_audio___W3C_Wiki__Event_name
[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/Elements/audio - W3C Wiki
Event name
https://www.w3.org/wiki/index.php?title=HTML/Elements/audio&mobileaction=toggle_view_mobile
14/1438042988860.88_20150728002308-00109-ip-10-236-191-2_940495662_0.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] eq [Semantics]
The “Equals” operator indicating that a given value equals the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] gt [Semantics]
The “Greater Than” operator indicating that a given value is greater than the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] gteq [Semantics]
The “Greater Than or Equal To” operator indicating that a given value is greater than or equal to the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] hasPart [Semantics]
The “Has Part” operator indicating that a given value contains the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] isA [Semantics]
The “Is A” operator indicating that a given value is an instance of the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json
affc9157_abulary___ODRL_Community_Group_ator__of_the_entity_Constraint_Semantics
[Identifier] isAllOf [Semantics]
The “Is All Of” operator indicating that a given value is all of the rightOperand of the Constraint
[]
ODRL Version 2.1 Common Vocabulary | ODRL Community Group
Semantics
https://www.w3.org/community/odrl/vocab/2.1/?rev=336
14/1438042986646.29_20150728002306-00033-ip-10-236-191-2_939349961_6.json