[html5] r1070 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 18 17:24:20 PDT 2007
Author: ianh
Date: 2007-10-18 17:24:16 -0700 (Thu, 18 Oct 2007)
New Revision: 1070
Modified:
index
source
Log:
[e] (0) another idea from brian
Modified: index
===================================================================
--- index 2007-10-19 00:15:53 UTC (rev 1069)
+++ index 2007-10-19 00:24:16 UTC (rev 1070)
@@ -13638,6 +13638,8 @@
- General custom metadata store (ratings, etc.)
* notification of chapter labels changing on the fly:
- onchapterlabelupdate, which has a time and a label
+ * cue points that trigger at fixed intervals, so that
+ e.g. animation can be synced with the video
* general meta data, implemented as getters (don't expose the whole thing)
- getMetadata(key: string, language: string) => HTMLImageElement or string
- onmetadatachanged (no context info)
Modified: source
===================================================================
--- source 2007-10-19 00:15:53 UTC (rev 1069)
+++ source 2007-10-19 00:24:16 UTC (rev 1070)
@@ -11515,6 +11515,8 @@
- General custom metadata store (ratings, etc.)
* notification of chapter labels changing on the fly:
- onchapterlabelupdate, which has a time and a label
+ * cue points that trigger at fixed intervals, so that
+ e.g. animation can be synced with the video
* general meta data, implemented as getters (don't expose the whole thing)
- getMetadata(key: string, language: string) => HTMLImageElement or string
- onmetadatachanged (no context info)
More information about the Commit-Watchers
mailing list