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
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
84fd6f51_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
2cb4f1ae_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/2009/WD-voicexml30-20090825/
16/1438042987866.61_20150728002307-00145-ip-10-236-191-2_808799518_7.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] hidden [Data type] An arbitrary string [Control type] n/a [State]
Hidden
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] text [Data type] Text with no line breaks [Control type] A text field [State]
Text
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] search [Data type] Text with no line breaks [Control type] Search field [State]
Search
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] tel [Data type] Text with no line breaks [Control type] A text field [State]
Telephone
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] url [Data type] An absolute URL [Control type] A text field [State]
URL
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] email [Data type] An e-mail address or list of e-mail addresses [Control type] A text field [State]
E-mail
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] password [Data type] Text with no line breaks (sensitive information) [Control type] A text field that obscures data entry [State]
Password
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] datetime [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC [Control type] A date and time control [State]
Date and Time
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] date [Data type] A date (year, month, day) with no time zone [Control type] A date control [State]
Date
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] month [Data type] A date consisting of a year and a month with no time zone [Control type] A month control [State]
Month
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] week [Data type] A date consisting of a week-year number and a week number with no time zone [Control type] A week control [State]
Week
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] time [Data type] A time (hour, minute, seconds, fractional seconds) with no time zone [Control type] A time control [State]
Time
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] datetime-local [Data type] A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone [Control type] A date and time control [State]
Local Date and Time
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] number [Data type] A numerical value [Control type] A text field or spinner control [State]
Number
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] range [Data type] A numerical value, with the extra semantic that the exact value is not important [Control type] A slider control or similar [State]
Range
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] color [Data type] An sRGB color with 8-bit red, green, and blue components [Control type] A color well [State]
Color
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] checkbox [Data type] A set of zero or more values from a predefined list [Control type] A checkbox [State]
Checkbox
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] radio [Data type] An enumerated value [Control type] A radio button [State]
Radio Button
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] file [Data type] Zero or more files each with a MIME type and optionally a file name [Control type] A label and a button [State]
File Upload
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] submit [Data type] An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission [Control type] A button [State]
Submit Button
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] image [Data type] A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission [Control type] Either a clickable image, or a button [State]
Image Button
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] reset [Data type] n/a [Control type] A button [State]
Reset Button
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
ba79c19b_4_10_Forms___HTML5__State
[Keyword] button [Data type] n/a [Control type] A button [State]
Button
[]
4.10 Forms — HTML5
State
http://www.w3.org/TR/2013/CR-html5-20130806/forms.html
16/1438042988312.76_20150728002308-00018-ip-10-236-191-2_823477639_0.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] accept [Element(s)] input [Value] Set of comma-separated tokens* consisting of valid MIME types with no parameters or audio/*, video/*, or image/* [Description]
Hint for expected file type in file upload controls
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] accept-charset [Element(s)] form [Value] Ordered set of unique space-separated tokens consisting of preferred MIME names of ASCII-compatible character encodings* [Description]
Character encodings to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] accesskey [Element(s)] HTML elements [Value] Ordered set of unique space-separated tokens consisting of one Unicode code point in length [Description]
Keyboard shortcut to activate or focus element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] action [Element(s)] form [Value] Valid URL [Description]
URL to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] alt [Element(s)] area; img; input [Value] Text* [Description]
Replacement text for use when images are not available
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] async [Element(s)] script [Value] Boolean attribute [Description]
Execute script asynchronously
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] autocomplete [Element(s)] form; input [Value] "on"; "off" [Description]
Prevent the user agent from providing autocompletions for the form control(s)
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] autofocus [Element(s)] button; input; keygen; select; textarea [Value] Boolean attribute [Description]
Automatically focus the form control when the page is loaded
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] autoplay [Element(s)] audio; video [Value] Boolean attribute [Description]
Hint that the media resource can be started automatically when the page is loaded
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] challenge [Element(s)] keygen [Value] Text [Description]
String to package with the generated and signed public key
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] charset [Element(s)] meta [Value] Preferred MIME name of an encoding* [Description]
Character encoding declaration
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] charset [Element(s)] script [Value] Preferred MIME name of an encoding* [Description]
Character encoding of the external script resource
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] checked [Element(s)] command; input [Value] Boolean attribute [Description]
Whether the command or control is checked
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] cite [Element(s)] blockquote; del; ins; q [Value] Valid URL [Description]
Link to the source of the quotation or more information about the edit
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] class [Element(s)] HTML elements [Value] Unordered set of unique space-separated tokens [Description]
Classes to which the element belongs
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] cols [Element(s)] textarea [Value] Valid non-negative integer greater than zero [Description]
Maximum number of characters per line
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] colspan [Element(s)] td; th [Value] Valid non-negative integer greater than zero [Description]
Number of columns that the cell is to span
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] content [Element(s)] meta [Value] Text* [Description]
Value of the element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] contenteditable [Element(s)] HTML elements [Value] "true"; "false" [Description]
Whether the element is editable
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] contextmenu [Element(s)] HTML elements [Value] ID* [Description]
The element's context menu
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] controls [Element(s)] audio; video [Value] Boolean attribute [Description]
Show user agent controls
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] coords [Element(s)] area [Value] Valid list of integers* [Description]
Coordinates for the shape to be created in an image map
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] data [Element(s)] object [Value] Valid URL [Description]
Address of the resource
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] datetime [Element(s)] del; ins [Value] Valid global date and time string [Description]
Time and date of the change
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] datetime [Element(s)] time [Value] Valid date or time string* [Description]
Value of the element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] defer [Element(s)] script [Value] Boolean attribute [Description]
Defer script execution
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] dir [Element(s)] HTML elements [Value] "ltr"; "rtl" [Description]
The text directionality of the element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] disabled [Element(s)] button; command; fieldset; input; keygen; optgroup; option; select; textarea [Value] Boolean attribute [Description]
Whether the form control is disabled
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] draggable [Element(s)] HTML elements [Value] "true"; "false" [Description]
Whether the element is draggable
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] enctype [Element(s)] form [Value] "application/x-www-form-urlencoded"; "multipart/form-data"; "text/plain" [Description]
Form data set encoding type to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] for [Element(s)] label [Value] ID* [Description]
Associate the label with form control
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] for [Element(s)] output [Value] Unordered set of unique space-separated tokens consisting of IDs* [Description]
Specifies controls from which the output was calculated
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] form [Element(s)] button; fieldset; input; keygen; label; meter; object; output; progress; select; textarea [Value] ID* [Description]
Associates the control with a form element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] formaction [Element(s)] button; input [Value] Valid URL [Description]
URL to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] formenctype [Element(s)] button; input [Value] "application/x-www-form-urlencoded"; "multipart/form-data"; "text/plain" [Description]
Form data set encoding type to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] formmethod [Element(s)] button; input [Value] "GET"; "POST"; "PUT"; "DELETE" [Description]
HTTP method to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] formnovalidate [Element(s)] button; input [Value] Boolean attribute [Description]
Bypass form control validation for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] formtarget [Element(s)] button; input [Value] Valid browsing context name or keyword [Description]
Browsing context for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] headers [Element(s)] td; th [Value] Unordered set of unique space-separated tokens consisting of IDs* [Description]
The header cells for this cell
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] height [Element(s)] canvas; embed; iframe; img; input; object; video [Value] Valid non-negative integer [Description]
Vertical dimension
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] hidden [Element(s)] HTML elements [Value] Boolean attribute [Description]
Whether the element is relevant
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] high [Element(s)] meter [Value] Valid floating point number* [Description]
Low limit of high range
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] href [Element(s)] a; area; link [Value] Valid URL [Description]
Address of the hyperlink
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] href [Element(s)] base [Value] Valid URL [Description]
Document base URL
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] hreflang [Element(s)] a; area; link [Value] Valid BCP 47 language code [Description]
Language of the linked resource
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] http-equiv [Element(s)] meta [Value] Text* [Description]
Pragma directive
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] icon [Element(s)] command [Value] Valid URL [Description]
Icon for the command
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] id [Element(s)] HTML elements [Value] Text* [Description]
The element's ID
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] ismap [Element(s)] img [Value] Boolean attribute [Description]
Whether the image is a server-side image map
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] keytype [Element(s)] keygen [Value] Text* [Description]
The type of cryptographic key to generate
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] label [Element(s)] command; menu; optgroup; option [Value] Text [Description]
User-visible label
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] lang [Element(s)] HTML elements [Value] Valid BCP 47 language code or the empty string [Description]
Language of the element
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] list [Element(s)] input [Value] ID* [Description]
List of autocomplete options
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] loop [Element(s)] audio; video [Value] Boolean attribute [Description]
Whether to loop the media resource
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] low [Element(s)] meter [Value] Valid floating point number* [Description]
High limit of low range
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] manifest [Element(s)] html [Value] Valid URL [Description]
Application cache manifest
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] max [Element(s)] input [Value] varies* [Description]
Maximum value
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] max [Element(s)] meter; progress [Value] Valid floating point number* [Description]
Upper bound of range
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] maxlength [Element(s)] input; textarea [Value] Valid non-negative integer [Description]
Maximum length of value
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] media [Element(s)] a; area; link; source; style [Value] Valid media query [Description]
Applicable media
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] method [Element(s)] form [Value] "GET"; "POST"; "PUT"; "DELETE" [Description]
HTTP method to use for form submission
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] min [Element(s)] input [Value] varies* [Description]
Minimum value
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json
1ad41356_Index___HTML_5_nt_handler_content_attributes__Description
[Attribute] min [Element(s)] meter [Value] Valid floating point number* [Description]
Lower bound of range
[]
Index — HTML 5
Description
http://www.w3.org/TR/2010/WD-html5-20100304/index.html
16/1438042988312.76_20150728002308-00073-ip-10-236-191-2_819688539_2.json