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

Unified Diff: Source/core/dom/Document.idl

Issue 982273002: Sync the Touch-related interfaces with the two specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « no previous file | Source/core/dom/Touch.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 40a0d9789ddbcdb0b93760af74c6fc243a6f2798..63064e608eb6e8639b45b522b0e470e8084d808c 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -165,7 +165,7 @@ interface Document : Node {
[MeasureAs=DocumentExitPointerLock] void exitPointerLock();
// Touch Events
- // http://www.w3.org/TR/touch-events/#extensions-to-the-document-interface
+ // http://rawgit.com/w3c/touch-events/v1-errata/touchevents.html#extensions-to-the-document-interface
// FIXME: The arguments should not be optional.
// FIXME: The webkit-prefixed arguments are not in the spec.
Rick Byers 2015/03/06 13:56:55 If you want, you can remove the webkit prefixes on
philipj_slow 2015/03/06 15:33:58 Actually the extension spec doesn't mention these
[RuntimeEnabled=Touch] Touch createTouch([Default=Undefined] optional Window window,
« no previous file with comments | « no previous file | Source/core/dom/Touch.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698