HTML oncuechange Attribute

❮ HTML Attributes

Meaning

The oncuechange attribute specifies a script to run when the cue changes in a <track> element.




Standard Syntax

<element oncuechange="script">



Browser Support




Status




Applies to:

The oncuechange attribute can be used on the following element:

Element Attribute
<track> oncuechange






Attribute Values

Value Description
script Specifies the script to be run on cuechange in <track>
❮ HTML Attributes