Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Unified Diff: Source/core/html/HTMLTimeElement.idl

Issue 28953005: Add support for <time> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLTimeElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTimeElement.idl
diff --git a/Source/core/dom/GlobalEventHandlers.h b/Source/core/html/HTMLTimeElement.idl
similarity index 91%
copy from Source/core/dom/GlobalEventHandlers.h
copy to Source/core/html/HTMLTimeElement.idl
index 4df0ef0c48b0e9ea320f326463ef179de5aae4b8..fe61e6fbc18615867adc5ff867444547b70c0635 100644
--- a/Source/core/dom/GlobalEventHandlers.h
+++ b/Source/core/html/HTMLTimeElement.idl
@@ -27,14 +27,6 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef GlobalEventHandlers_h
-#define GlobalEventHandlers_h
-
-namespace WebCore {
-
-namespace GlobalEventHandlers {
-}
-
-} // namespace
-
-#endif
+interface HTMLTimeElement : HTMLElement {
+ [Reflect, TreatNullAs=NullString] attribute DOMString dateTime;
+};
« no previous file with comments | « Source/core/html/HTMLTimeElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698