bind a polymer template to html5 video.textTracks
问题 I try to create a html5 video timeline where all the tracks and the cues are displayed using polymer. this is the code I have so far, but the binding does not work. It always displays a length of 0: <polymer-element name="video-timeline"> <template> <video id="testVideo" src="./path/to/video.webm" width="300" controls="controls"></video> <button on-click="{{addTrack}}">Add Track</button> <template bind="{{$.testVideo.textTracks}}"> <p>Item count: {{length}}</p> <ul> <template repeat> <li>{