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
|
---|---|---|---|---|---|---|---|
7e295c1d_ocess___Operational_Guidelines__extent_of_test_materials | [Level] 7. Same as above [extent of test materials] | In addition to the commitment for the previous level, Working Group plans to maintain the test suite even after Specification becomes recommendation. Working Group plans to support versioning and errata in the test suite and review appeals. | [] | QA Framework: Process & Operational Guidelines | extent of test materials | http://www.w3.org/QA/WG/2002/02/qaframe-ops-0225.html | 21/1438042988840.31_20150728002308-00006-ip-10-236-191-2_820078525_0.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] name(optional) [Return Value] Success or Failure [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. [Function] | CreateScope | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] name(optional) [Return Value] Success or Failure [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. [Function] | DeleteScope | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] variableName, value(optional), scopeName(optional) [Return Value] Success or Error [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. [Function] | CreateVariable | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] variableName, scopeName(optional) [Return Value] Success or Failure [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. [Function] | DeleteVariable | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] variableName, newValue, scopeName(optional) [Return Value] Success or Failure [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. [Function] | UpdateVariable | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] variableName, scopeName(optional) [Return Value] value [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. [Function] | ReadVariable | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
d37a401d_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function | [Arguments] expr, scopeName(optional) [Return Value] value [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. [Function] | EvaluateExpression | [
[
"C",
"r",
"e",
"a",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"S",
"c",
"o",
"p",
"e"
],
[
"C",
"r",
"e",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"D",
"e",
"l",
"e",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"U",
"p",
"d",
"a",
"t",
"e",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"R",
"e",
"a",
"d",
"V",
"a",
"r",
"i",
"a",
"b",
"l",
"e"
],
[
"E",
"v",
"a",
"l",
"u",
"a",
"t",
"e",
"E",
"x",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Function | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] top edge of the content-rectangle [Box] | top content edge | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] padding-rectangle [Box] | padding edge | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] interior of the content-rectangle [Box] | content area | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] region between the content-rectangle and the padding-rectangle [Box] | padding area | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] region between the padding-rectangle and the border-rectangle [Box] | border area | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] background [Box] | background | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] closest ancestor block-area that is not a line-area (see below for additional information when the "containing block" is used as a reference for percentage calculations) [Box] | containing block | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] area generated by fo:table-caption [Box] | caption | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] inline-area [Box] | inline box | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] line-area [Box] | line box | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] block-area which is not a line-area [Box] | block box | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
861987bf_ible_Stylesheet_Language__XSL___Box | [Area] page-area [Box] | page box | [] | Extensible Stylesheet Language (XSL) | Box | http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.html | 21/1438042988840.31_20150728002308-00284-ip-10-236-191-2_819827623_7.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] dragstart [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Contains source node unless a selection is being dragged, in which case it is empty; files returns any files included in the drag operation [effectAllowed] uninitialized [dropEffect] none [Default Action] Initiate the drag-and-drop operation [Target] | Source node | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] drag [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] Continue the drag-and-drop operation [Target] | Source node | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] dragenter [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] Reject immediate user selection as potential target element [Target] | Immediate user selection or the body element | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] dragleave [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] None [Target] | Previous target element | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] dragover [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] Reset the current drag operation to "none" [Target] | Current target element | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] drop [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] getData() returns data set in dragstart event; files returns any files included in the drag operation [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] Varies [Target] | Current target element | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
bb419403_7_User_interaction___HTML_5__Target | [Event Name] dragend [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] Varies [Target] | Source node | [] | 7 User interaction — HTML 5 | Target | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] acceptTracking [Semantics] The Assigner requires that the Assignee(s) accepts that the use of the Asset may be tracked [Comment] | The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] attribute [Semantics] The Assigner requires that the Assignee(s) attributes the Asset to the Assigner or an attributed Party. [Comment] | May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] compensate [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. [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 | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] delete [Semantics] The Assigner requires that the Assignee(s) permanently removes all copies of the Asset. [Comment] | Use a constraint to define under which conditions the Asset should be deleted. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] include [Semantics] The Assigner requires that the Assignee(s) include(s) other related assets in the Asset. [Comment] | For example; Bio picture must be included in the attribution. Use of the Asset relation attribute is required | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] inform [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. [Comment] | May link to a Party with the role function “informedParty”. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] obtainConsent [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. [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”. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] reviewPolicy [Semantics] The Assigner requires that the Assignee(s) has(ve) a person review the Policy applicable to the Asset. [Comment] | Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] uninstall [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. [Comment] | The Asset is no longer accessible to the Assignee(s). | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
7928381a_abulary___ODRL_Community_Group_r_entity_Action_used_with_Duty_Comment | [Identifier] watermark [Semantics] The Assigner requires that the Assignee(s) apply(ies) a watermark as provided by the Assigner to the Asset. [Comment] | It is recommended to embed a link to the watermark. | [] | ODRL Version 2.1 Common Vocabulary | ODRL Community Group | Comment | https://www.w3.org/community/odrl/vocab/2.1/?rev=296 | 21/1438042988840.31_20150728002308-00287-ip-10-236-191-2_960477632_4.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] CDATA [Definition] | Character data | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] ID [Definition] | A document-unique identifier | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] IDREF [Definition] | A reference to a document-unique identifier | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] IDREFS [Definition] | A space-separated list of references to document-unique identifiers | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] NAME [Definition] | A name with the same character constraints as ID above | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] NMTOKEN [Definition] | A name composed of only name tokens as defined in XML 1.0 [XML] | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
aafaa33a_arization_1_1___Second_Edition__Definition | [Attribute Type] NMTOKENS [Definition] | One or more white space separated NMTOKEN values | [] | XHTML™ Modularization 1.1 - Second Edition | Definition | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization.html | 21/1438042988840.31_20150728002308-00140-ip-10-236-191-2_831890663_0.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] name. [Type] personname. [Short display name] User's Name [Category] | Physical Contact Information, Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] bdate. [Type] date. [Short display name] User's Birth Date [Category] | Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] cert. [Type] certificate [Short display name] User's Identity certificate [Category] | Unique Identifiers | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] gender [Type] gender [Short display name] User's gender [Category] | Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] employer [Type] text [Short display name] User's Employer [Category] | Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] department [Type] text [Short display name] Department or division of organization where user is employed [Category] | Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] jobtitle [Type] text [Short display name] User's Job Title [Category] | Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] home. [Type] contact. [Short display name] User's Home Contact Information [Category] | Physical Contact Information, Online Contact Information, Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
21795fc8_WD_P3P_19991102_Specification__Category | [user.] business. [Type] contact. [Short display name] User's Business Contact Information [Category] | Physical Contact Information, Online Contact Information, Demographic and SocioEconomic Data | [] | WD-P3P-19991102 Specification | Category | http://www.w3.org/TR/1999/WD-P3P-19991102 | 21/1438042988840.31_20150728002308-00167-ip-10-236-191-2_808695111_13.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Text input (including date/time and password fields) [LiveCycle Placement Rules] | Default placement for the label is to the left of the control. If this is not possible, LiveCycle will attempt to place it immediately above the control. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Checkbox [LiveCycle Placement Rules] | Default placement for the label is to the right of the check box. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Radio button group [LiveCycle Placement Rules] | Default placement for the label for each individual radio button is to the right of the button. Create a visible caption for the radio button group by creating static text and placing it to the left of or above the group. (See Labeling radio buttons below.) | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Combo box [LiveCycle Placement Rules] | Default placement for the label is to the left of the drop-down list. If this is not possible, LiveCycle will attempt to place it immediately above the control.. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] List box [LiveCycle Placement Rules] | Default placement for the label is above the list box. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
f1085800_ents___Techniques_for_WCAG_2_0__LiveCycle_Placement_Rules | [Control Type] Button [LiveCycle Placement Rules] | LiveCycle automatically places the label on the button; it does not have to be positioned manually. Ensure that the button's purpose is properly described in the label text. | [] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | LiveCycle Placement Rules | http://www.w3.org/TR/WCAG20-TECHS/PDF10.html | 21/1438042988840.31_20150728002308-00120-ip-10-236-191-2_823260894_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] Default placement for the label is to the left of the control. If this is not possible, LiveCycle will attempt to place it immediately above the control. [Control Type] | Text input (including date/time and password fields) | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] Default placement for the label is to the right of the check box. [Control Type] | Checkbox | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] Default placement for the label for each individual radio button is to the right of the button. Create a visible caption for the radio button group by creating static text and placing it to the left of or above the group. (See Labeling radio buttons below.) [Control Type] | Radio button group | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] Default placement for the label is to the left of the drop-down list. If this is not possible, LiveCycle will attempt to place it immediately above the control.. [Control Type] | Combo box | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] Default placement for the label is above the list box. [Control Type] | List box | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
176dd510_ents___Techniques_for_WCAG_2_0__Control_Type | [LiveCycle Placement Rules] LiveCycle automatically places the label on the button; it does not have to be positioned manually. Ensure that the button's purpose is properly described in the label text. [Control Type] | Button | [
[
"T",
"e",
"x",
"t",
" ",
"i",
"n",
"p",
"u",
"t",
" ",
"(",
"i",
"n",
"c",
"l",
"u",
"d",
"i",
"n",
"g",
" ",
"d",
"a",
"t",
"e",
"/",
"t",
"i",
"m",
"e",
" ",
"a",
"n",
"d",
" ",
"p",
"a",
"s",
"s",
"w",
"o",
"r",
"d",
" ",
"f",
"i",
"e",
"l",
"d",
"s",
")"
],
[
"C",
"h",
"e",
"c",
"k",
"b",
"o",
"x"
],
[
"R",
"a",
"d",
"i",
"o",
" ",
"b",
"u",
"t",
"t",
"o",
"n",
" ",
"g",
"r",
"o",
"u",
"p"
],
[
"C",
"o",
"m",
"b",
"o",
" ",
"b",
"o",
"x"
],
[
"L",
"i",
"s",
"t",
" ",
"b",
"o",
"x"
],
[
"B",
"u",
"t",
"t",
"o",
"n"
]
] | PDF10: Providing labels for interactive form controls in PDF documents | Techniques for WCAG 2.0 | Control Type | http://www.w3.org/TR/WCAG20-HTML-TECHS/PDF10.html | 21/1438042987174.71_20150728002307-00217-ip-10-236-191-2_819780265_0.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] CreateScope [Arguments] name(optional) [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. [Return Value] | Success or Failure | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] DeleteScope [Arguments] name(optional) [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. [Return Value] | Success or Failure | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] CreateVariable [Arguments] variableName, value(optional), scopeName(optional) [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. [Return Value] | Success or Error | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] DeleteVariable [Arguments] variableName, scopeName(optional) [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. [Return Value] | Success or Failure | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] UpdateVariable [Arguments] variableName, newValue, scopeName(optional) [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. [Return Value] | Success or Failure | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] ReadVariable [Arguments] variableName, scopeName(optional) [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. [Return Value] | value | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
6867cea5_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Return_Value | [Function] EvaluateExpression [Arguments] expr, scopeName(optional) [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. [Return Value] | value | [
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"F",
"a",
"i",
"l",
"u",
"r",
"e"
],
[
"S",
"u",
"c",
"c",
"e",
"s",
"s",
" ",
"o",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"v",
"a",
"l",
"u",
"e"
]
] | Voice Extensible Markup Language (VoiceXML) 3.0 | Return Value | http://www.w3.org/TR/2010/WD-voicexml30-20100831/ | 21/1438042988840.31_20150728002308-00169-ip-10-236-191-2_823703237_9.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 200 [Example] property delivered correctly [Textual Description] | Ok OK | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 204 [Example] property retrieved without content [Textual Description] | No Content | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 206 [Example] only a subset of the available data stored in the result set [Textual Description] | Partial Content | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 400 [Example] syntactical error with respect to the GET method used [Textual Description] | Bad Request | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 404 [Example] the queries resource is not found [Textual Description] | Not Found | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 415 [Example] get duration call on an image data store [Textual Description] | Unsupported Media Type | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 462 [Example] location is not defined in MediaRSS [Textual Description] | Property not defined in Source Format | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 500 [Example] internal library (e.g., extractor) crashes [Textual Description] | Internal Server Error | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
bca9f960_API_for_Media_Resource_1_0__Textual_Description | [Numerical Code] 501 [Example] only a subset of GET methods for properties implemented [Textual Description] | Not Implemented | [
[
"O",
"k",
" ",
"O",
"K"
],
[
"N",
"o",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"P",
"a",
"r",
"t",
"i",
"a",
"l",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"B",
"a",
"d",
" ",
"R",
"e",
"q",
"u",
"e",
"s",
"t"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"u",
"n",
"d"
],
[
"U",
"n",
"s",
"u",
"p",
"p",
"o",
"r",
"t",
"e",
"d",
" ",
"M",
"e",
"d",
"i",
"a",
" ",
"T",
"y",
"p",
"e"
],
[
"P",
"r",
"o",
"p",
"e",
"r",
"t",
"y",
" ",
"n",
"o",
"t",
" ",
"d",
"e",
"f",
"i",
"n",
"e",
"d",
" ",
"i",
"n",
" ",
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"F",
"o",
"r",
"m",
"a",
"t"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"l",
" ",
"S",
"e",
"r",
"v",
"e",
"r",
" ",
"E",
"r",
"r",
"o",
"r"
],
[
"N",
"o",
"t",
" ",
"I",
"m",
"p",
"l",
"e",
"m",
"e",
"n",
"t",
"e",
"d"
]
] | API for Media Resource 1.0 | Textual Description | http://www.w3.org/TR/2011/WD-mediaont-api-1.0-20110712/2ndLC-diff | 21/1438043062635.98_20150728002422-00085-ip-10-236-191-2_804637469_7.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
24069f6e_arization_1_1___Second_Edition__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"
]
] | XHTML™ Modularization 1.1 - Second Edition | Attribute Type | http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-diff.html | 21/1438042988840.31_20150728002308-00318-ip-10-236-191-2_835737898_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] dragstart [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Contains source node unless a selection is being dragged, in which case it is empty; files returns any files included in the drag operation [effectAllowed] uninitialized [dropEffect] none [Default Action] | Initiate the drag-and-drop operation | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] drag [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] | Continue the drag-and-drop operation | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] dragenter [Target] Immediate user selection or the body element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] | Reject immediate user selection as potential target element | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] dragleave [Target] Previous target element [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] none [Default Action] | None | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] dragover [Target] Current target element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Based on effectAllowed value [Default Action] | Reset the current drag operation to "none" | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] drop [Target] Current target element [Bubbles?] ✓ Bubbles [Cancelable?] ✓ Cancelable [dataTransfer] getData() returns data set in dragstart event; files returns any files included in the drag operation [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] | Varies | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
202f8b66_7_User_interaction___HTML_5__Default_Action | [Event Name] dragend [Target] Source node [Bubbles?] ✓ Bubbles [Cancelable?] — [dataTransfer] Empty [effectAllowed] Same as last event [dropEffect] Current drag operation [Default Action] | Varies | [] | 7 User interaction — HTML 5 | Default Action | http://www.w3.org/TR/2010/WD-html5-20100304/editing.html | 21/1438042988840.31_20150728002308-00269-ip-10-236-191-2_811655067_0.json |
75d92878_hemaDotOrgProposals___W3C_Wiki__Topic | [Status] Proposal [Summary] To promote the 'citation' property currently on MedicalScholarlyArticle up to CreativeWork. [Vocab] Moves citation up to CreativeWork [Topic] | Citation Promotion | [] | WebSchemas/SchemaDotOrgProposals - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&oldid=66136 | 21/1438042988840.31_20150728002308-00162-ip-10-236-191-2_820702515_0.json |
75d92878_hemaDotOrgProposals___W3C_Wiki__Topic | [Status] Proposal [Summary] Extension for describing accessibility properties of a CreativeWork. [Comments] Draft published to elicit feedback. [Topic] | Accessibility | [] | WebSchemas/SchemaDotOrgProposals - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&oldid=66136 | 21/1438042988840.31_20150728002308-00162-ip-10-236-191-2_820702515_0.json |
75d92878_hemaDotOrgProposals___W3C_Wiki__Topic | [Status] Proposal [Summary] Property to indicate that a single identity is being described. [Vocab] Essentially same meaning as owl:sameAs, but suggesting a distinct name to make it easier to talk about; also schema.org data is typically scruffier than OWL re http-range-14. [Comments] Draft published to elicit feedback. [Topic] | sameThingAs | [] | WebSchemas/SchemaDotOrgProposals - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&oldid=66136 | 21/1438042988840.31_20150728002308-00162-ip-10-236-191-2_820702515_0.json |
75d92878_hemaDotOrgProposals___W3C_Wiki__Topic | [Status] Proposal [Summary] A proposal for a new Action type. [Vocab] See full entry and proposal for details. May2013 version builds on two previously published designs. [Comments] The schema.org team solicit comments on this draft via [email protected]. [Topic] | Actions in Schema.org | [] | WebSchemas/SchemaDotOrgProposals - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&oldid=66136 | 21/1438042988840.31_20150728002308-00162-ip-10-236-191-2_820702515_0.json |
75d92878_hemaDotOrgProposals___W3C_Wiki__Topic | [Status] Proposal [Summary] "While schema.org already supports marking up offers to sell products (pre-transaction), it does not currently provide schema for the common kinds of confirmations and notifications around orders (post-transaction)". [Vocab] Adds classes OrderStatus, Order, DeliveryMethod plus associated properties. [Comments] Complements Actions proposal, but independent. [Topic] | Orders in Schema.org | [] | WebSchemas/SchemaDotOrgProposals - W3C Wiki | Topic | http://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposals&oldid=66136 | 21/1438042988840.31_20150728002308-00162-ip-10-236-191-2_820702515_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.