Jump to content

Связь геолокации и HTML5?


prowoke
 Share

Recommended Posts

Здравствуйте. Вот везде в статьях пишут, что появилась геолокация в HTML5. Только я не могу понять, как они связаны? Доступ к api геолокации происходит через объект Javascript. Причём тут html5? Просто новый объект Javascript В браузерах и всё вроде. Объясните мне, пожалуйста.

Link to comment
Share on other sites

HTML5 это не просто новые теги, типа <header>, и не просто обновление правил написания HTML кода (типа <!DOCTYPE html>), а набор новых спецификаций, технологий и API, которые со временем улучшат предоставление информации через веб. Новые API являются частью обновленной объектной модели DOM, через javascript они просто инициализируются. Примеры того, что не относятся напрямую к HTML, но входит в HTML5 (на английском):

The canvas element for immediate mode 2D drawing.

Timed media playback

Offline Web Applications

Document editing

Drag-and-drop

Cross-document messaging

Browser history management

MIME type and protocol handler registration

Microdata

Web Storage, a key-value pair storage framework that provides behaviour similar to Cookies but with larger storage capacity and improved API.

Geolocation

Web SQL Database, a local SQL Database (no longer maintained).

The Indexed Database API, an indexed hierarchical key-value store (formerly WebSimpleDB).

File API, Handle file uploads and file manipulation.

Directories and System. This API is intended to satisfy client-side-storage use cases not well served by databases.

File Writer. An API for writing to files from web applications.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy