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
5c4ca607_all_Control__CCXML_Version_1_0__Details
[Field Name] protocol * [Details]
The platform protocol ID of the Connection protocol
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_91.json
5c4ca607_all_Control__CCXML_Version_1_0__Details
[Field Name] reason * [Details]
A failure reason code
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_91.json
5c4ca607_all_Control__CCXML_Version_1_0__Details
[Field Name] info * [Details]
An object which provides additional platform or protocol dependent information
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_91.json
5c4ca607_all_Control__CCXML_Version_1_0__Details
[Field Name] connection [Details]
an ECMAScript object reference to the Connection object identified by the connectionid property for this event
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_91.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] src [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Default Value] none [Valid Values] a valid Dialog URL [Description]
An ECMAScript expression which returns a character string identifying the URI of the dialog document that the dialog interpreter should load and begin execution upon startup.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] prepareddialogid [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the src, type or namelist attributes. [Type] ECMAScript Expression [Default Value] none [Valid Values] a valid dialogid [Description]
An ECMAScript expression which returns a dialog identifier of a dialog previously prepared by the execution of a dialogprepare element. If the specified dialog identifier refers to an unknown dialog or a dialog that has already been executed, by way of another dialogstart element, an error.dialogwrongstate event is thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] type [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Default Value] application/voicexml+xml [Valid Values] a Valid MIME Type [Description]
An ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result determines which dialog manager environment is actually used. Values defined by the specification are: application/voicexml+xml This MIME type would request a VoiceXML interpreter instance. audio/wav This MIME type would request a dialog manager that merely plays wave files.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] namelist [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
A list of one or more whitespace separated CCXML variable names. These variables will be submitted to the server, with the same qualification as used in the namelist. When an ECMAscript variable is submitted to the server, its value is first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it is submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year".
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] dialogid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute will receive a dialog identifier value for the launched dialog interpreter instance. This identifier may be used on future invocations of dialogterminate, join, or unjoin.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] connectionid [Required] false [Attribute Constraints] Can not be used with conferenceid. [Type] ECMAScript Expression [Default Value] comes from the event being processed [Valid Values] Connection IDs [Description]
An Optional ECMAScript expression which returns the identifier of a connection. The specified connection will be associated with the dialog being prepared. If both the connectionid and the conferenceid are omitted and the dialog was previously prepared using a dialogprepare element with a connectionid or conferenceid specified, the interpreter will use the id as specified on the dialogprepare element. If neither the connectionid or conferenceid is specified and the dialog had not previously been prepared, the interpreter will use the id indicated in the current event being processed. For more information about connections and bridges, refer to Section 10 . If both connectionid and conferenceid are specified, an error.fetch event will be thrown. If the attribute value is invalid or there is no valid default value, an error.semantic event will be thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] conferenceid [Required] false [Attribute Constraints] Can not be used with connectionid. [Type] ECMAScript Expression [Default Value] comes from the event being processed [Valid Values] Conference IDs [Description]
An Optional ECMAScript expression which returns the identifier of a conference bridge. If both the connectionid and the conferenceid are omitted and the dialog was previously prepared using a dialogprepare element with a connectionid or conferenceid specified, the interpreter will use the id as specified on the dialogprepare element. If neither the connectionid or conferenceid is specified and the dialog had not previously been prepared, the interpreter will use the id indicated in the current event being processed. For more information about connections and bridges, refer to Section 10 . If both connectionid and conferenceid are specified, an error.fetch event will be thrown. If the attribute value is invalid or there is no valid default value, an error.semantic event will be thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] mediadirection [Required] false [Attribute Constraints] If used in conjunction with prepareddialogid , the bridge type must match that used on the previous dialogprepare element. [Type] ECMAScript Expression [Default Value] both [Valid Values] both dialogtransmit dialogreceive [Description]
An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference. The following values can be used: both Specifies a full duplex connection where the media flows in both directions. dialogtransmit The dialog transmits media to the Connection or Conference but does not receive any media streams. dialogreceive The dialog receives media from the Connection or Conference but does not transmit any media streams. If both the mediadirection and the prepareddialogid are specified and the bridge type specified by the mediadirection attribute does not match that used on the previous dialogprepare element, an error.dialog.notstarted event will be raised. If no value for the mediadirection attribute was specified on the previous dialogprepare element, any mediadirection type option may be specified.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] maxage [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
The character string returned is interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] maxstale [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description]
The character string returned is interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] enctype [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. Valid only when the value of the method is "post". [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description]
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist will be url encoded.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
7d37eeaa_all_Control__CCXML_Version_1_0__Description
[Name] method [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description]
An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method will be used by the dialog manager. post This indicates that the "POST" method will be used by the dialog manager.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] prepared [Target] controller [Sequencing] one-of: prepared, notPrepared [Description]
positive response to prepare (activeGrammars or activeVoiceModel prepared)
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] notPrepared [Target] controller [Sequencing] one-of: prepared, notPrepared [Description]
negative response to prepare (no activeGrammars or activeVoiceModel defined)
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] inputStarted [Target] controller [Description]
notification that onset of input has been detected
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] inputFinished [Target] controller [Description]
notification that the end of input has been detected
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] partialResult [Target] controller [Payload] results (M), listener (O) [Description]
notification of a partial recognition result
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] recoResult [Target] controller [Payload] results (M), listener (O) [Description]
notification of complete recognition result, including the results structure and a listener
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
ba0187bc_Markup_Language__VoiceXML__3_0_s_sent_by_recognition_resource_Description
[Event] error [Target] controller [Payload] error status (M) [Description]
notification that an error has occurred
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_17.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] src [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Valid Values] a valid Dialog URL [Description] An ECMAScript expression which returns a character string identifying the URI of the dialog document that the dialog interpreter should load and begin execution upon startup. [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] prepareddialogid [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the src, type or namelist attributes. [Type] ECMAScript Expression [Valid Values] a valid dialogid [Description] An ECMAScript expression which returns a dialog identifier of a dialog previously prepared by the execution of a dialogprepare element. If the specified dialog identifier refers to an unknown dialog or a dialog that has already been executed, by way of another dialogstart element, an error.dialogwrongstate event is thrown. [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] type [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Valid Values] a Valid MIME Type [Description] An ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result determines which dialog manager environment is actually used. Values defined by the specification are: application/voicexml+xml This MIME type would request a VoiceXML interpreter instance. audio/wav This MIME type would request a dialog manager that merely plays wave files. [Default Value]
application/voicexml+xml
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] namelist [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] Var List [Valid Values] List of ECMAScript Variable names [Description] A list of one or more whitespace separated CCXML variable names. These variables will be submitted to the server, with the same qualification as used in the namelist. When an ECMAscript variable is submitted to the server, its value is first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it is submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year". [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] dialogid [Required] false [Type] ECMAScript Left Hand Side Expression [Valid Values] ECMAScript Variable [Description] An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute will receive a dialog identifier value for the launched dialog interpreter instance. This identifier may be used on future invocations of dialogterminate, join, or unjoin. [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] connectionid [Required] false [Attribute Constraints] Can not be used with conferenceid. [Type] ECMAScript Expression [Valid Values] Connection IDs [Description] An Optional ECMAScript expression which returns the identifier of a connection. The specified connection will be associated with the dialog being prepared. If both the connectionid and the conferenceid are omitted and the dialog was previously prepared using a dialogprepare element with a connectionid or conferenceid specified, the interpreter will use the id as specified on the dialogprepare element. If neither the connectionid or conferenceid is specified and the dialog had not previously been prepared, the interpreter will use the id indicated in the current event being processed. For more information about connections and bridges, refer to Section 10 . If both connectionid and conferenceid are specified, an error.fetch event will be thrown. If the attribute value is invalid or there is no valid default value, an error.semantic event will be thrown. [Default Value]
comes from the event being processed
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] conferenceid [Required] false [Attribute Constraints] Can not be used with connectionid. [Type] ECMAScript Expression [Valid Values] Conference IDs [Description] An Optional ECMAScript expression which returns the identifier of a conference bridge. If both the connectionid and the conferenceid are omitted and the dialog was previously prepared using a dialogprepare element with a connectionid or conferenceid specified, the interpreter will use the id as specified on the dialogprepare element. If neither the connectionid or conferenceid is specified and the dialog had not previously been prepared, the interpreter will use the id indicated in the current event being processed. For more information about connections and bridges, refer to Section 10 . If both connectionid and conferenceid are specified, an error.fetch event will be thrown. If the attribute value is invalid or there is no valid default value, an error.semantic event will be thrown. [Default Value]
comes from the event being processed
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] mediadirection [Required] false [Attribute Constraints] If used in conjunction with prepareddialogid , the bridge type must match that used on the previous dialogprepare element. [Type] ECMAScript Expression [Valid Values] both dialogtransmit dialogreceive [Description] An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference. The following values can be used: both Specifies a full duplex connection where the media flows in both directions. dialogtransmit The dialog transmits media to the Connection or Conference but does not receive any media streams. dialogreceive The dialog receives media from the Connection or Conference but does not transmit any media streams. If both the mediadirection and the prepareddialogid are specified and the bridge type specified by the mediadirection attribute does not match that used on the previous dialogprepare element, an error.dialog.notstarted event will be raised. If no value for the mediadirection attribute was specified on the previous dialogprepare element, any mediadirection type option may be specified. [Default Value]
both
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] maxage [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description] The character string returned is interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided. [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] maxstale [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Valid Values] An ECMAScript expression which returns a valid time value for the HTTP 1.1 request [RFC2616] [Description] The character string returned is interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds. [Default Value]
none
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] enctype [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. Valid only when the value of the method is "post". [Type] ECMAScript Expression [Valid Values] valid media encoding type [Description] An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist will be url encoded. [Default Value]
application/x-www-form-urlencoded
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
3faa47d0_all_Control__CCXML_Version_1_0__Default_Value
[Name] method [Required] false [Attribute Constraints] This attribute may not be specified in conjunction with the prepareddialogid attribute. [Type] ECMAScript Expression [Valid Values] get post [Description] An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method will be used by the dialog manager. post This indicates that the "POST" method will be used by the dialog manager. [Default Value]
get
[ [ "n", "o", "n", "e" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "v", "o", "i", "c", "e", "x", "m", "l", "+", "x", "m", "l" ], [ "c", "o", "m", "e", "s", " ", "f", "r", "o", "m", " ", "t", "h", "e", " ", "e", "v", "e", "n", "t", " ", "b", "e", "i", "n", "g", " ", "p", "r", "o", "c", "e", "s", "s", "e", "d" ], [ "b", "o", "t", "h" ], [ "a", "p", "p", "l", "i", "c", "a", "t", "i", "o", "n", "/", "x", "-", "w", "w", "w", "-", "f", "o", "r", "m", "-", "u", "r", "l", "e", "n", "c", "o", "d", "e", "d" ], [ "g", "e", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Default Value
http://www.w3.org/TR/2005/WD-ccxml-20050111/ccxml-change.html
10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_810991988_23.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] hidden [State] Hidden [Control type] n/a [Data type]
An arbitrary string
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] text [State] Text [Control type] Text field [Data type]
Text with no line breaks
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] search [State] Search [Control type] Search field [Data type]
Text with no line breaks
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] tel [State] Telephone [Control type] A text field [Data type]
Text with no line breaks
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] url [State] URL [Control type] A text field [Data type]
An absolute IRI
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] email [State] E-mail [Control type] A text field [Data type]
An e-mail address or list of e-mail addresses
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] password [State] Password [Control type] Text field that obscures data entry [Data type]
Text with no line breaks (sensitive information)
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] datetime [State] Date and Time [Control type] A date and time control [Data type]
A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] date [State] Date [Control type] A date control [Data type]
A date (year, month, day) with no time zone
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] month [State] Month [Control type] A month control [Data type]
A date consisting of a year and a month with no time zone
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] week [State] Week [Control type] A week control [Data type]
A date consisting of a week-year number and a week number with no time zone
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] time [State] Time [Control type] A time control [Data type]
A time (hour, minute, seconds, fractional seconds) with no time zone
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] datetime-local [State] Local Date and Time [Control type] A date and time control [Data type]
A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] number [State] Number [Control type] A text field or spinner control [Data type]
A numerical value
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] range [State] Range [Control type] A slider control or similar [Data type]
A numerical value, with the extra semantic that the exact value is not important
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] color [State] Color [Control type] A color well [Data type]
An sRGB color with 8-bit red, green, and blue components
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] checkbox [State] Checkbox [Control type] A checkbox [Data type]
A set of zero or more values from a predefined list
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] radio [State] Radio Button [Control type] A radio button [Data type]
An enumerated value
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] file [State] File Upload [Control type] A label and a button [Data type]
Zero or more files each with a MIME type and optionally a file name
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] submit [State] Submit Button [Control type] A button [Data type]
An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] image [State] Image Button [Control type] Either a clickable image, or a button [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
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] reset [State] Reset Button [Control type] A button [Data type]
n/a
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
38ed313d_HTML_Elements_input___W3C_Wiki__Data_type
[Keyword] button [State] Button [Control type] A button [Data type]
n/a
[]
HTML/Elements/input - W3C Wiki
Data type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Hidden [Data type] An arbitrary string [Control type] n/a [Keyword]
hidden
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Text [Data type] Text with no line breaks [Control type] Text field [Keyword]
text
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Search [Data type] Text with no line breaks [Control type] Search field [Keyword]
search
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Telephone [Data type] Text with no line breaks [Control type] A text field [Keyword]
tel
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] URL [Data type] An absolute IRI [Control type] A text field [Keyword]
url
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] E-mail [Data type] An e-mail address or list of e-mail addresses [Control type] A text field [Keyword]
email
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Password [Data type] Text with no line breaks (sensitive information) [Control type] Text field that obscures data entry [Keyword]
password
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Date and Time [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 [Keyword]
datetime
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Date [Data type] A date (year, month, day) with no time zone [Control type] A date control [Keyword]
date
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Month [Data type] A date consisting of a year and a month with no time zone [Control type] A month control [Keyword]
month
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Week [Data type] A date consisting of a week-year number and a week number with no time zone [Control type] A week control [Keyword]
week
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Time [Data type] A time (hour, minute, seconds, fractional seconds) with no time zone [Control type] A time control [Keyword]
time
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Local Date and Time [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 [Keyword]
datetime-local
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Number [Data type] A numerical value [Control type] A text field or spinner control [Keyword]
number
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Range [Data type] A numerical value, with the extra semantic that the exact value is not important [Control type] A slider control or similar [Keyword]
range
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Color [Data type] An sRGB color with 8-bit red, green, and blue components [Control type] A color well [Keyword]
color
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Checkbox [Data type] A set of zero or more values from a predefined list [Control type] A checkbox [Keyword]
checkbox
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Radio Button [Data type] An enumerated value [Control type] A radio button [Keyword]
radio
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] File Upload [Data type] Zero or more files each with a MIME type and optionally a file name [Control type] A label and a button [Keyword]
file
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Submit Button [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 [Keyword]
submit
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Image Button [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 [Keyword]
image
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Reset Button [Data type] n/a [Control type] A button [Keyword]
reset
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
e490ce0c_10_7_The_input_element___HTML5__Keyword
[State] Button [Data type] n/a [Control type] A button [Keyword]
button
[]
4.10.7 The input element — HTML5
Keyword
http://www.w3.org/TR/2011/WD-html5-20110525/the-input-element.html
10/1438042988065.26_20150728002308-00029-ip-10-236-191-2_820517405_0.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] bargein [Description] Controls whether the prompt can be interrupted. [Required] No [Default Value] bargein property [Type]
boolean
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] bargeintype [Description] On prompts that can be interrupted, determines the type of bargein, either 'speech', or 'hotword'. [Required] No [Default Value] bargeintype property [Type]
string
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] cond [Description] A data model expression that must evaluate to true after conversion to boolean in order for the prompt to be played. [Required] No [Default Value] true [Type]
data model expression
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] count [Description] A number indicating the repetition count, allowing a prompt to be activated or not depending on the current repetition count. [Required] No [Default Value] 1 [Type]
positive integer
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] timeout [Description] The time to wait for user input. [Required] No [Default Value] timeout property [Type]
Time Designation
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] xml:lang [Description] The language identifier for the prompt. [Required] No [Default Value] document's "xml:lang" attribute [Type]
string
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
be3c333c_Markup_Language__VoiceXML__3_0_Table_28__Attributes_Type
[Name] xml:base [Description] Declares the base URI from which relative URIs in the prompt are resolved. [Required] No [Default Value] document's "xml:base" attribute [Type]
string
[ [ "b", "o", "o", "l", "e", "a", "n" ], [ "s", "t", "r", "i", "n", "g" ], [ "d", "a", "t", "a", " ", "m", "o", "d", "e", "l", " ", "e", "x", "p", "r", "e", "s", "s", "i", "o", "n" ], [ "p", "o", "s", "i", "t", "i", "v", "e", " ", "i", "n", "t", "e", "g", "e", "r" ], [ "T", "i", "m", "e", " ", "D", "e", "s", "i", "g", "n", "a", "t", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Type
http://www.w3.org/TR/voicexml30/diff.html
10/1438042988065.26_20150728002308-00144-ip-10-236-191-2_808439047_47.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] string-set [Value] [[ ] [, ]* ] | none [Applies to] all elements, but not pseudo-elements [Inh.] no [%ages] N/A [Media] all [Computed value] specified value [Initial]
none
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] running [Applies to] elements [Inh.] no [%ages] N/A [Media] all [Computed value] specified value [Initial]
none
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] footnote-display [Value] block | inline | compact [Applies to] elements [Inh.] no [%ages] N/A [Media] paged [Computed value] specified value [Initial]
block
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] footnote-policy [Value] auto | line | block [Applies to] elements [Inh.] no [%ages] N/A [Media] paged [Computed value] specified value [Initial]
auto
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] bookmark-level [Value] none | [Applies to] all elements [Inh.] no [%ages] N/A [Media] paged [Computed value] specified value [Initial]
none
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] bookmark-label [Value] | none [Applies to] all elements [Inh.] no [%ages] N/A [Media] paged [Computed value] specified value [Initial]
none
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
54aa5631_Content_for_Paged_Media_Module__Initial
[Name] bookmark-state [Value] open | closed [Applies to] block-level elements [Inh.] no [%ages] N/A [Media] paged [Computed value] specified value [Initial]
open
[ [ "n", "o", "n", "e" ], [ "b", "l", "o", "c", "k" ], [ "a", "u", "t", "o" ], [ "o", "p", "e", "n" ] ]
CSS Generated Content for Paged Media Module
Initial
http://www.w3.org/TR/css-gcpm-3/
10/1438042992201.62_20150728002312-00323-ip-10-236-191-2_835340014_11.json
b0734d85_HTML_Elements_input___W3C_Wiki__Control_type
[Keyword] hidden [State] Hidden [Data type] An arbitrary string [Control type]
n/a
[]
HTML/Elements/input - W3C Wiki
Control type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
b0734d85_HTML_Elements_input___W3C_Wiki__Control_type
[Keyword] text [State] Text [Data type] Text with no line breaks [Control type]
Text field
[]
HTML/Elements/input - W3C Wiki
Control type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
b0734d85_HTML_Elements_input___W3C_Wiki__Control_type
[Keyword] search [State] Search [Data type] Text with no line breaks [Control type]
Search field
[]
HTML/Elements/input - W3C Wiki
Control type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
b0734d85_HTML_Elements_input___W3C_Wiki__Control_type
[Keyword] tel [State] Telephone [Data type] Text with no line breaks [Control type]
A text field
[]
HTML/Elements/input - W3C Wiki
Control type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json
b0734d85_HTML_Elements_input___W3C_Wiki__Control_type
[Keyword] url [State] URL [Data type] An absolute IRI [Control type]
A text field
[]
HTML/Elements/input - W3C Wiki
Control type
http://www.w3.org/wiki/index.php?title=HTML/Elements/input&redirect=no
10/1438042992201.62_20150728002312-00036-ip-10-236-191-2_807597332_0.json