Index: chrome/common/extensions/docs/templates/articles/desktop_notifications.html |
diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html |
index c88517be4623540a41d986f4490cdb34c440ebeb..020c3ef0c8c070b78382a582f3f90776f3464634 100644 |
--- a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html |
+++ b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html |
@@ -1,5 +1,15 @@ |
<h1>Desktop Notifications</h1> |
+<p class="warning"><b>Warning:</b> |
+The <code>webKitNotifications.createHTMLNotification()</code> in the |
dewittj
2013/04/10 18:15:05
probably need the word "function" in here somewher
|
+<a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">web notifications API</a> has been deprecated. |
+The new <a href="http://www.w3.org/TR/notifications/">web notifications API</a> only allows text. |
+<a href="notifications.html">Chrome notifications API</a> |
+will be promoted to stable soon and |
+web notifications will be updated |
+to use the new rich notifications format. |
+</p> |
+ |
<p> |
Use desktop notifications to notify users that something |
important has happened. |