Sets or retrieves the point at which the document's timeline begins.
Syntax
HTML <BODY STYLE="behavior:url(#default#time);" t:TIMESTARTRULE = sAction... > Scripting body.timeStartRule [ = sAction ]
Possible Values
sAction String that specifies the following value:
onDocLoad Starts the document timeline after the document is fully loaded, but without waiting for any document-associated media. This value ties the start of the document timeline to the window.onload event. The property is read/write with a default value of onDocLoad. This property cannot be modified in script after the onload event fires on the document body.
Remarks
Only the HTML BODY element supports this property.
Values other than onDocLoad might be available in future versions of Internet Explorer.
The prefix t is used to associate this attribute with an XML namespace.
Applies To
time
See Also
HTML+TIME