Update links to W3C specs

This commit is contained in:
Frederic Junod
2014-03-27 13:56:59 +01:00
parent 47b82f0f11
commit 4886c1dcab
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ ol.DeviceOrientationProperty = {
/** /**
* The ol.DeviceOrientation class provides access to DeviceOrientation * The ol.DeviceOrientation class provides access to DeviceOrientation
* information and events, see the [HTML 5 DeviceOrientation Specification]( * information and events, see the [HTML 5 DeviceOrientation Specification](
* http://dev.w3.org/geo/api/spec-source-orientation) for more details. * http://www.w3.org/TR/orientation-event/) for more details.
* *
* Many new computers, and especially mobile phones * Many new computers, and especially mobile phones
* and tablets, provide hardware support for device orientation. Web * and tablets, provide hardware support for device orientation. Web
@@ -64,7 +64,7 @@ ol.DeviceOrientationProperty = {
* equivalent properties in ol.DeviceOrientation are in radians for consistency * equivalent properties in ol.DeviceOrientation are in radians for consistency
* with all other uses of angles throughout OpenLayers. * with all other uses of angles throughout OpenLayers.
* *
* @see http://dev.w3.org/geo/api/spec-source-orientation * @see http://www.w3.org/TR/orientation-event/
* *
* @constructor * @constructor
* @extends {ol.Object} * @extends {ol.Object}

View File

@@ -35,7 +35,7 @@ ol.GeolocationProperty = {
/** /**
* Helper class for providing HTML5 Geolocation capabilities. * Helper class for providing HTML5 Geolocation capabilities.
* The [Geolocation API](http://dev.w3.org/geo/api/spec-source.html) * The [Geolocation API](http://www.w3.org/TR/geolocation-API/)
* is used to locate a user's position. * is used to locate a user's position.
* *
* Example: * Example:
@@ -71,7 +71,7 @@ ol.GeolocationProperty = {
* @todo observable tracking {number} track the device's position. * @todo observable tracking {number} track the device's position.
* @todo observable trackingOptions {GeolocationPositionOptions} PositionOptions * @todo observable trackingOptions {GeolocationPositionOptions} PositionOptions
* as defined by the HTML5 Geolocation spec at * as defined by the HTML5 Geolocation spec at
* http://dev.w3.org/geo/api/spec-source.html * http://www.w3.org/TR/geolocation-API/#position_options_interface
*/ */
ol.Geolocation = function(opt_options) { ol.Geolocation = function(opt_options) {