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
e4b412a9_Interactivity__Animation_event_name
[Event Identifier] SVGConnectionConnected [Description] Occurs when a connection has been established. No context information is available. [DOM3 event category] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [Animation event name]
none
[]
Interactivity
Animation event name
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
e4b412a9_Interactivity__Animation_event_name
[Event Identifier] SVGConnectionClosed [Description] Occurs when a connection has been closed. No context information is available [DOM3 event category] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [Animation event name]
none
[]
Interactivity
Animation event name
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
e4b412a9_Interactivity__Animation_event_name
[Event Identifier] SVGConnectionError [Description] Occurs when an error happens during the lifetime of a connection. Additional context information is available in the errorCode field. [DOM3 event category] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [Animation event name]
none
[]
Interactivity
Animation event name
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
e4b412a9_Interactivity__Animation_event_name
[Event Identifier] SVGConnectionDataSent [Description] Occurs when data has been successfully transmitted. No context information is available. [DOM3 event category] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [Animation event name]
none
[]
Interactivity
Animation event name
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
e4b412a9_Interactivity__Animation_event_name
[Event Identifier] SVGConnectionDataReceived [Description] Occurs when data has been received on the connection. Additional context information is available on the receivedData field. [DOM3 event category] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [Animation event name]
none
[]
Interactivity
Animation event name
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
f31a793a_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-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_7.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] RDF terms [Query Forms] SELECT [Modifiers]
DISTINCT
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] triple patterns [Query Forms] CONSTRUCT [Modifiers]
REDUCED
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] Basic graph patterns [Query Forms] DESCRIBE [Modifiers]
PROJECT
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] Groups [Query Forms] ASK [Modifiers]
ORDER BY
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] OPTIONAL [Modifiers]
LIMIT
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
a355a75d_SPARQL_Query_Language_for_RDF__Modifiers
[Patterns] UNION [Modifiers]
OFFSET
[ [ "D", "I", "S", "T", "I", "N", "C", "T" ], [ "R", "E", "D", "U", "C", "E", "D" ], [ "P", "R", "O", "J", "E", "C", "T" ], [ "O", "R", "D", "E", "R", " ", "B", "Y" ], [ "L", "I", "M", "I", "T" ], [ "O", "F", "F", "S", "E", "T" ] ]
SPARQL Query Language for RDF
Modifiers
http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/
17/1438042987402.78_20150728002307-00073-ip-10-236-191-2_798768130_68.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] alignment [Default Value] bit-packed [Description]
Alignment of event codes and content items
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] compression [Default Value] false [Description]
EXI compression is used to achieve better compactness
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] strict [Default Value] false [Description]
Strict interpretation of schemas is used to achieve better compactness
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] fragment [Default Value] false [Description]
Body is encoded as an EXI fragment instead of an EXI document
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] preserve [Default Value] all false [Description]
Specifies whether the support for the preservation of comments, pis, etc. is each enabled
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] selfContained [Default Value] false [Description]
Enables self-contained elements
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] schemaId [Default Value] no default value [Description]
Identify the schema information, if any, used to encode the body
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] datatypeRepresentationMap [Default Value] no default value [Description]
Specify alternate datatype representations for typed values in the EXI body
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] blockSize [Default Value] 1,000,000 [Description]
Specifies the block size used for EXI compression
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] valueMaxLength [Default Value] unbounded [Description]
Specifies the maximum string length of value content items to be considered for addition to the string table.
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] valuePartitionCapacity [Default Value] unbounded [Description]
Specifies the total capacity of value partitions in a string table
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
02424a74_I__Format_1_0__Second_Edition__XI_Options_in_Options_Document_Description
[EXI Option] [user defined meta-data] [Default Value] no default value [Description]
User defined meta-data may be added
[]
Efficient XML Interchange (EXI) Format 1.0 (Second Edition)
Description
http://www.w3.org/TR/2014/REC-exi-20140211/
17/1438042987228.91_20150728002307-00187-ip-10-236-191-2_805040048_10.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] DOMFocusIn [Description] Occurs when an element receives focus. [Animation event name] focusin [Bubbling phase] Yes [Cancel -able] No [uDOM interface] UIEvent [DOM3 event category]
UIEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] DOMFocusOut [Description] Occurs when an element loses focus. [Animation event name] focusout [Bubbling phase] Yes [Cancel -able] No [uDOM interface] UIEvent [DOM3 event category]
UIEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] DOMActivate [Description] Occurs when an element is activated, for instance, through a mouse click or a keypress. [Animation event name] activate [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] UIEvent [DOM3 event category]
UIEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] click [Description] Occurs when the pointing device button is clicked over an element. A click is defined as a mousedown and mouseup over the same screen location. The sequence of these events is: mousedown, mouseup, click. If multiple clicks occur at the same screen location, the sequence repeats with the detail attribute incrementing with each repetition. [Animation event name] click [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] mousedown [Description] Occurs when the pointing device button is pressed over an element. [Animation event name] mousedown [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] mouseup [Description] Occurs when the pointing device button is released over an element. [Animation event name] mouseup [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] mouseover [Description] Occurs when the pointing device is moved onto an element. [Animation event name] mouseover [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] mousemove [Description] Occurs when the pointing device is moved while it is over an element. [Animation event name] mousemove [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] mouseout [Description] Occurs when the pointing device is moved away from an element. [Animation event name] mouseout [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] MouseEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] textInput [Description] One or more characters have been entered. [Animation event name] none [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] TextEvent [DOM3 event category]
TextEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] keydown [Description] A key is pressed down. (The normative definition of this event is the description in the DOM3 Events specification.) [Animation event name] none [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] KeyboardEvent [DOM3 event category]
KeyboardEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] keyup [Description] A key is released. (The normative definition of this event is the description in the DOM3 Events specification.) [Animation event name] none [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] KeyboardEvent [DOM3 event category]
KeyboardEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] load [Description] The event is triggered at the point at which the user agent finishes loading the element and any dependent resources (such as images, style sheets, or scripts). In the case the element references a script, the event will be raised only after an attempt to interpret the script has been made. Dependent resources that fail to load will not prevent this event from firing if the element that referenced them is still accessible via the DOM unless they are designated as externalResourcesRequired. The event is independent of the means by which the element was added to DOM tree. [Animation event name] load [Bubbling phase] No [Cancel -able] No [uDOM interface] Event [DOM3 event category]
BasicEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGLoad [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the load event, but the load event must be sent before the SVGLoad event. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] resize [Description] Occurs when a document view is being resized. This event is only applicable to 'svg' elements and is dispatched after the resize operation has taken place. The target of the event is the 'svg' element. [Animation event name] resize [Bubbling phase] Yes [Cancel -able] No [uDOM interface] Event [DOM3 event category]
BasicEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGResize [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the resize event, but the resize event must be sent before the SVGResize event. [Animation event name] none [Bubbling phase] Yes [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] scroll [Description] Occurs when a document view is being shifted along the X or Y or both axis, either through a direct user interaction or any change on the currentTranslate property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the shift modification has taken place. The target of the event is the 'svg' element. [Animation event name] scroll [Bubbling phase] Yes [Cancel -able] No [uDOM interface] Event [DOM3 event category]
BasicEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGScroll [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the scroll event, but the scroll event must be sent before the SVGScroll event. [Animation event name] none [Bubbling phase] Yes [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGZoom [Description] Occurs when the zoom level of a document view is being changed, either through a direct user interaction or any change to the currentScale property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the zoom level modification has taken place. The target of the event is the 'svg' element. [Animation event name] zoom [Bubbling phase] No [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGRotate [Description] Occurs when the rotation of a document view is being changed, either through a direct user interaction or any change to the currentRotate property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the rotation modification has taken place. The target of the event is the 'svg' element. [Animation event name] rotate [Bubbling phase] No [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] beginEvent [Description] Occurs when a Timed Element begins. For details, see the description of the Events and event model in SMIL 2.1. [Animation event name] beginEvent [Bubbling phase] Yes [Cancel -able] No [uDOM interface] TimeEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] endEvent [Description] Occurs when a Timed Element ends. For details, see the description of the Events and event model in SMIL 2.1. [Animation event name] endEvent [Bubbling phase] Yes [Cancel -able] No [uDOM interface] TimeEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] repeatEvent [Description] Occurs when a Timed Element repeats. It is raised each time the element repeats, after the first iteration. For details, see the description of the Events and event model in SMIL 2.1. [Animation event name] repeatEvent [Bubbling phase] Yes [Cancel -able] No [uDOM interface] TimeEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGMousewheel [Description] Occurs when a rotational input device has been activated. [Animation event name] none [Bubbling phase] Yes [Cancel -able] Yes [uDOM interface] WheelEvent [DOM3 event category]
MouseEvent
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGPreload [Description] A load operation has begun. [Animation event name] none [Bubbling phase] Yes [Cancel -able] No [uDOM interface] ProgressEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGLoadProgress [Description] Progress has occurred in loading a given resource. [Animation event name] none [Bubbling phase] Yes [Cancel -able] No [uDOM interface] ProgressEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGPostload [Description] A load operation has completed. [Animation event name] none [Bubbling phase] Yes [Cancel -able] No [uDOM interface] ProgressEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGTimer [Description] Occurs when the specified timer interval has elapsed for a timer. This event is triggered only by 'running' timers in the current global execution context of the SVG document (i.e. for timers which have been instantiated via the SVGGlobal interface and started via the start() method of the Timer interface). The target of the event is the 'timer' object itself. The event processing is limited to the target phase. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] Event [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGConnectionConnected [Description] Occurs when a connection has been established. No context information is available. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGConnectionClosed [Description] Occurs when a connection has been closed. No context information is available [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGConnectionError [Description] Occurs when an error happens during the lifetime of a connection. Additional context information is available in the errorCode field. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGConnectionDataSent [Description] Occurs when data has been successfully transmitted. No context information is available. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
f643cf1b_Interactivity__DOM3_event_category
[Event Identifier] SVGConnectionDataReceived [Description] Occurs when data has been received on the connection. Additional context information is available on the receivedData field. [Animation event name] none [Bubbling phase] No [Cancel -able] No [uDOM interface] ConnectionEvent [DOM3 event category]
none
[ [ "U", "I", "E", "v", "e", "n", "t" ], [ "M", "o", "u", "s", "e", "E", "v", "e", "n", "t" ], [ "T", "e", "x", "t", "E", "v", "e", "n", "t" ], [ "K", "e", "y", "b", "o", "a", "r", "d", "E", "v", "e", "n", "t" ], [ "B", "a", "s", "i", "c", "E", "v", "e", "n", "t" ], [ "n", "o", "n", "e" ] ]
Interactivity
DOM3 event category
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] confidencelevel [Default] 0.5 [Description]
The speech recognition confidence level, a float value in the range of 0.0 to 1.0. Results are rejected (a nomatch event is thrown) when application.lastresult$.confidence is below this threshold. A value of 0.0 means minimum confidence is needed for a recognition, and a value of 1.0 requires maximum confidence. The value is a Real Number Designation (see 8.4 Value Designations).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] sensitivity [Default] 0.5 [Description]
Set the sensitivity level. A value of 1.0 means that it is highly sensitive to quiet input. A value of 0.0 means it is least sensitive to noise. The value is a Real Number Designation (see 8.4 Value Designations).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] speedvsaccuracy [Default] 0.5 [Description]
A hint specifying the desired balance between speed vs. accuracy. A value of 0.0 means fastest recognition. A value of 1.0 means best accuracy. The value is a Real Number Designation (see 8.4 Value Designations).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] completetimeout [Default] platform-dependent [Description]
The length of silence required following user speech before the speech recognizer finalizes a result (either accepting it or throwing a nomatch event). The complete timeout is used when the speech is a complete match of an active grammar. By contrast, the incomplete timeout is used when the speech is an incomplete match to an active grammar. A long complete timeout value delays the result completion and therefore makes the computer's response slow. A short complete timeout may lead to an utterance being broken up inappropriately. Reasonable complete timeout values are typically in the range of 0.3 seconds to 1.0 seconds. The value is a Time Designation (see 8.4 Value Designations). See 8.3 Speech and DTMF Input Timing Properties. Although platforms must parse the completetimeout property, platforms are not required to support the behavior of completetimeout. Platforms choosing not to support the behavior of completetimeout must so document and adjust the behavior of the incompletetimeout property as described below.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] incompletetimeout [Default] undefined? [Description]
The required length of silence following user speech after which a recognizer finalizes a result. The incomplete timeout applies when the speech prior to the silence is an incomplete match of all active grammars. In this case, once the timeout is triggered, the partial result is rejected (with a nomatch event). The incomplete timeout also applies when the speech prior to the silence is a complete match of an active grammar, but where it is possible to speak further and still match the grammar. By contrast, the complete timeout is used when the speech is a complete match to an active grammar and no further words can be spoken. A long incomplete timeout value delays the result completion and therefore makes the computer's response slow. A short incomplete timeout may lead to an utterance being broken up inappropriately. The incomplete timeout is usually longer than the complete timeout to allow users to pause mid-utterance (for example, to breathe). See 8.3 Speech and DTMF Input Timing Properties Platforms choosing not to support the completetimeout property (described above) must use the maximum of the completetimeout and incompletetimeout values as the value for the incompletetimeout. The value is a Time Designation (see 8.4 Value Designations).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
7aa0f9c7_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] maxspeechtimeout [Default] platform-dependent [Description]
The maximum duration of user speech. If this time elapsed before the user stops speaking, the event "maxspeechtimeout" is thrown. The value is a Time Designation (see 8.4 Value Designations).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2009/WD-voicexml30-20091203/
17/1438042987402.78_20150728002307-00341-ip-10-236-191-2_821368068_106.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] DOMFocusIn [Description] Occurs when an element receives focus. [DOM3 event category] UIEvent [Animation event name] focusin [Bubbling phase] Yes [uDOM interface] UIEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] DOMFocusOut [Description] Occurs when an element loses focus. [DOM3 event category] UIEvent [Animation event name] focusout [Bubbling phase] Yes [uDOM interface] UIEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] DOMActivate [Description] Occurs when an element is activated, for instance, through a mouse click or a keypress. [DOM3 event category] UIEvent [Animation event name] activate [Bubbling phase] Yes [uDOM interface] UIEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] click [Description] Occurs when the pointing device button is clicked over an element. A click is defined as a mousedown and mouseup over the same screen location. The sequence of these events is: mousedown, mouseup, click. If multiple clicks occur at the same screen location, the sequence repeats with the detail attribute incrementing with each repetition. [DOM3 event category] MouseEvent [Animation event name] click [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] mousedown [Description] Occurs when the pointing device button is pressed over an element. [DOM3 event category] MouseEvent [Animation event name] mousedown [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] mouseup [Description] Occurs when the pointing device button is released over an element. [DOM3 event category] MouseEvent [Animation event name] mouseup [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] mouseover [Description] Occurs when the pointing device is moved onto an element. [DOM3 event category] MouseEvent [Animation event name] mouseover [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] mousemove [Description] Occurs when the pointing device is moved while it is over an element. [DOM3 event category] MouseEvent [Animation event name] mousemove [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] mouseout [Description] Occurs when the pointing device is moved away from an element. [DOM3 event category] MouseEvent [Animation event name] mouseout [Bubbling phase] Yes [uDOM interface] MouseEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] textInput [Description] One or more characters have been entered. [DOM3 event category] TextEvent [Animation event name] none [Bubbling phase] Yes [uDOM interface] TextEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] keydown [Description] A key is pressed down. (The normative definition of this event is the description in the DOM3 Events specification.) [DOM3 event category] KeyboardEvent [Animation event name] none [Bubbling phase] Yes [uDOM interface] KeyboardEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] keyup [Description] A key is released. (The normative definition of this event is the description in the DOM3 Events specification.) [DOM3 event category] KeyboardEvent [Animation event name] none [Bubbling phase] Yes [uDOM interface] KeyboardEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] load [Description] The event is triggered at the point at which the user agent finishes loading the element and any dependent resources (such as images, style sheets, or scripts). In the case the element references a script, the event will be raised only after an attempt to interpret the script has been made. Dependent resources that fail to load will not prevent this event from firing if the element that referenced them is still accessible via the DOM unless they are designated as externalResourcesRequired. The event is independent of the means by which the element was added to DOM tree. [DOM3 event category] BasicEvent [Animation event name] load [Bubbling phase] No [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGLoad [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the load event, but the load event must be sent before the SVGLoad event. [DOM3 event category] none [Animation event name] none [Bubbling phase] No [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] resize [Description] Occurs when a document view is being resized. This event is only applicable to 'svg' elements and is dispatched after the resize operation has taken place. The target of the event is the 'svg' element. [DOM3 event category] BasicEvent [Animation event name] resize [Bubbling phase] Yes [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGResize [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the resize event, but the resize event must be sent before the SVGResize event. [DOM3 event category] none [Animation event name] none [Bubbling phase] Yes [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] scroll [Description] Occurs when a document view is being shifted along the X or Y or both axis, either through a direct user interaction or any change on the currentTranslate property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the shift modification has taken place. The target of the event is the 'svg' element. [DOM3 event category] BasicEvent [Animation event name] scroll [Bubbling phase] Yes [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGScroll [Description] This event is deprecated and is for backwards compatibility only, see notes below. This event is sent at the same time as the scroll event, but the scroll event must be sent before the SVGScroll event. [DOM3 event category] none [Animation event name] none [Bubbling phase] Yes [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGZoom [Description] Occurs when the zoom level of a document view is being changed, either through a direct user interaction or any change to the currentScale property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the zoom level modification has taken place. The target of the event is the 'svg' element. [DOM3 event category] none [Animation event name] zoom [Bubbling phase] No [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGRotate [Description] Occurs when the rotation of a document view is being changed, either through a direct user interaction or any change to the currentRotate property available on SVGSVGElement interface. This event is only applicable to 'svg' elements and is dispatched after the rotation modification has taken place. The target of the event is the 'svg' element. [DOM3 event category] none [Animation event name] rotate [Bubbling phase] No [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] beginEvent [Description] Occurs when a Timed Element begins. For details, see the description of the Events and event model in SMIL 2.1. [DOM3 event category] none [Animation event name] beginEvent [Bubbling phase] Yes [uDOM interface] TimeEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] endEvent [Description] Occurs when a Timed Element ends. For details, see the description of the Events and event model in SMIL 2.1. [DOM3 event category] none [Animation event name] endEvent [Bubbling phase] Yes [uDOM interface] TimeEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] repeatEvent [Description] Occurs when a Timed Element repeats. It is raised each time the element repeats, after the first iteration. For details, see the description of the Events and event model in SMIL 2.1. [DOM3 event category] none [Animation event name] repeatEvent [Bubbling phase] Yes [uDOM interface] TimeEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGMousewheel [Description] Occurs when a rotational input device has been activated. [DOM3 event category] MouseEvent [Animation event name] none [Bubbling phase] Yes [uDOM interface] WheelEvent [Cancel -able]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGPreload [Description] A load operation has begun. [DOM3 event category] none [Animation event name] none [Bubbling phase] Yes [uDOM interface] ProgressEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGLoadProgress [Description] Progress has occurred in loading a given resource. [DOM3 event category] none [Animation event name] none [Bubbling phase] Yes [uDOM interface] ProgressEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGPostload [Description] A load operation has completed. [DOM3 event category] none [Animation event name] none [Bubbling phase] Yes [uDOM interface] ProgressEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGTimer [Description] Occurs when the specified timer interval has elapsed for a timer. This event is triggered only by 'running' timers in the current global execution context of the SVG document (i.e. for timers which have been instantiated via the SVGGlobal interface and started via the start() method of the Timer interface). The target of the event is the 'timer' object itself. The event processing is limited to the target phase. [DOM3 event category] none [Animation event name] none [Bubbling phase] No [uDOM interface] Event [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGConnectionConnected [Description] Occurs when a connection has been established. No context information is available. [DOM3 event category] none [Animation event name] none [Bubbling phase] No [uDOM interface] ConnectionEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGConnectionClosed [Description] Occurs when a connection has been closed. No context information is available [DOM3 event category] none [Animation event name] none [Bubbling phase] No [uDOM interface] ConnectionEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json
bbc3e3e5_Interactivity__Cancel__able
[Event Identifier] SVGConnectionError [Description] Occurs when an error happens during the lifetime of a connection. Additional context information is available in the errorCode field. [DOM3 event category] none [Animation event name] none [Bubbling phase] No [uDOM interface] ConnectionEvent [Cancel -able]
No
[ [ "N", "o" ], [ "Y", "e", "s" ] ]
Interactivity
Cancel -able
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/interact.html
17/1438042987402.78_20150728002307-00322-ip-10-236-191-2_807085952_0.json